Pen Alt 4 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pen Alt 4 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/306204.svg" alt="Pen Alt 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306204.svg" alt="Pen Alt 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306204.svg" alt="Pen Alt 4 icon" :width="24" :height="24" />
CSS background
.icon-pen-alt-4 {
background-image: url('https://proicons.com/icon/306204.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="M749 434c-61-60-123-122-184-183-5-6-8-6-14 0C389 413 227 576 64 738c-11 11-18 24-21 40-4 28-9 56-15 84-1 7 0 11 5 15 30 30 59 60 89 90 3 2 6 6 11 5 26-5 52-11 78-14 23-3 41-13 57-30 50-51 101-101 151-152l328-328c5-4 9-7 2-14zm12-220c-28-27-55-55-82-82-22-21-39-21-61 1-5 4-9 9-14 14-21 21-21 38 0 59 76 75 151 151 227 226 7 7 7 10 0 17L606 674c-16 16-16 35-1 50s34 15 50-1c91-90 182-181 273-272 9-10 14-21 15-35 0-15-7-27-17-37-56-55-110-110-165-165zm221-73c-42-42-83-84-125-125-22-21-49-21-70 0-22 21-43 42-65 63-5 6-4 9 1 14l184 184c4 4 6 6 11 1 22-23 45-45 67-67 9-9 14-20 13-34 1-15-6-26-16-36zM14 919l-6 41-6 40 81-12-35-34-34-35z"/></svg>
Copied!