Pencil Alt 5 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pencil Alt 5 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/306214.svg" alt="Pencil Alt 5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306214.svg" alt="Pencil Alt 5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306214.svg" alt="Pencil Alt 5 icon" :width="24" :height="24" />
CSS background
.icon-pencil-alt-5 {
background-image: url('https://proicons.com/icon/306214.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="M976 235L765 24C750 9 730 1 708 1s-42 8-57 23L58 617c-14 15-28 35-39 62-12 27-18 53-18 77v243h244c25 0 50-6 76-17s47-25 62-40l593-593c15-15 23-34 23-57s-8-42-23-57zm-376-7l66 67-448 449-68-66 450-450zM245 891h-82l-54-55v-80c0-8 3-19 9-34l23 24c16 14 35 34 59 57 23 24 41 42 52 52l27 27c-13 6-24 9-34 9zm77-41l-66-68 449-448 67 66-450 450zm487-488L638 189l70-69 171 172-70 70z"/></svg>
Copied!