Pencil Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pencil Alt 3 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/306212.svg" alt="Pencil Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306212.svg" alt="Pencil Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306212.svg" alt="Pencil Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-pencil-alt-3 {
background-image: url('https://proicons.com/icon/306212.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="M488 987c-57-55-113-111-170-166-8-7-11-14-11-24V342h385c0 3 1 5 1 7v452c0 5-4 12-8 16-13 15-28 28-42 42-47 46-94 92-144 141-5-5-7-10-11-13zm108-271V436h-95v280h95zM468 900c3 3 8 4 12 4 45 2 45 2 78-30 21-20 42-40 65-62H377c31 30 61 59 91 88zM308 69c0-38 37-69 76-69h229c45 0 80 34 80 78v203H307c0-72 0-142 1-212zm287 118V95h-94v92h94z"/></svg>
Copied!