Pencil Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Pencil icon is commonly used in text editors, note apps and annotation tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/311580.svg" alt="Pencil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311580.svg" alt="Pencil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311580.svg" alt="Pencil icon" :width="24" :height="24" />
CSS background
.icon-pencil {
background-image: url('https://proicons.com/icon/311580.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M16 2H17V3H18V4H19V5H20V6H19V7H18V8H17V7H16V6H15V5H14V4H15V3H16M12 6H14V7H15V8H16V10H15V11H14V12H13V13H12V14H11V15H10V16H9V17H8V18H7V19H6V20H2V16H3V15H4V14H5V13H6V12H7V11H8V10H9V9H10V8H11V7H12"/></svg>
Pencil in other icon packs
Copied!