Pen Nib Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pen Nib 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/306207.svg" alt="Pen Nib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306207.svg" alt="Pen Nib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306207.svg" alt="Pen Nib icon" :width="24" :height="24" />
CSS background
.icon-pen-nib {
background-image: url('https://proicons.com/icon/306207.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="M759 521c-20-26-41-51-60-77-37-53-78-103-94-168-2-8-7-7-12-7H406c-8 0-11 2-13 11-5 24-16 46-29 68-35 60-77 115-122 169-9 10-9 16 2 25 23 20 42 44 59 69 66 94 110 199 152 305 10 26 20 53 31 84 1-7 2-9 2-11V574c0-9-3-14-11-19-21-11-30-32-24-52 6-21 23-35 44-36 20-1 40 13 46 32 7 21 0 43-20 55-11 6-12 13-12 24v417h4c1-4 3-9 5-14 28-78 58-156 95-230 38-78 79-155 145-214 9-8 3-11-1-16zM357 232c7 14 20 16 34 16h219c13 0 26-3 32-16s2-23-8-31c-5-3-4-6 0-9 10-8 14-19 7-32-6-13-18-13-31-13H381c-11 0-21 4-25 16-5 10-2 19 6 27 3 3 10 5 3 10-10 9-15 19-8 32zm257-130L626 0H372l11 102h231z"/></svg>
Copied!