Pencil Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pencil Alt 1 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/306210.svg" alt="Pencil Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306210.svg" alt="Pencil Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306210.svg" alt="Pencil Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-pencil-alt-1 {
background-image: url('https://proicons.com/icon/306210.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M306 603l171-380c-26-6-56-10-89-12L233 569c32 6 57 21 73 34zm450-478L507 3c-14-7-29-1-35 12l-64 149c149 18 245 75 305 130l57-133c5-14-1-30-14-36zm-65 223c-10-15-26-34-51-54L472 668c29 5 53 18 70 32l149-352zM342 620c43 5 73 21 92 34l172-383c-24-14-53-28-89-39L342 620zm6 282c-22-17-58-36-108-44l7 142 101-98zm173-168c-18-14-45-29-79-27h-9l-7-7c-1-2-39-43-114-43h-9l-6-7c-2-2-27-33-69-41l10 208c66 8 111 35 139 57l144-140z"/></svg>
Copied!