Pencil Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pencil Alt 2 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/306211.svg" alt="Pencil Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306211.svg" alt="Pencil Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306211.svg" alt="Pencil Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-pencil-alt-2 {
background-image: url('https://proicons.com/icon/306211.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="M667 106L773 0l227 227-107 106-226-227zm-24 25l226 226-515 515-226-227zM291 936L0 1000l64-291 24-24 227 226z"/></svg>
Copied!