Skip to main content
Go back
Share

Pencil

React Code

npm install @mynaui/icons-react
import { Pencil } from "@mynaui/icons-react";

const App = () => {
  return <Pencil />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M8.8 20.199A2.733 2.733 0 0 1 6.869 21H3v-3.844c0-.724.288-1.419.8-1.931m5 4.974-5-4.974m5 4.974 9.974-9.978M3.8 15.225l9.984-9.995m0 0 1.426-1.428a2.733 2.733 0 0 1 3.867-.001l1.126 1.127a2.733 2.733 0 0 1 0 3.865l-1.428 1.428M13.783 5.23l4.991 4.991'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/pencil.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-pencil"></use>
</svg>