Pen Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pen Alt 2 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306202.svg" alt="Pen Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306202.svg" alt="Pen Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306202.svg" alt="Pen Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-pen-alt-2 {
background-image: url('https://proicons.com/icon/306202.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="M819 237l29-38c40-53 32-129-18-171l-2-1C779-15 707-7 667 46l-29 38 181 153zM643 558c1 9 6 18 13 24 15 13 37 10 49-5l198-263c12-16 9-39-6-51s-37-9-48 6l-20 26-33-28-180-153-463 611 181 153 419-554 33 28-135 179c-6 8-9 18-8 27zM304 906L134 762c-3 10-5 19-5 19L90 979c-2 14 11 26 24 19l174-83s7-4 16-9z"/></svg>
Copied!