Pen Holder Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pen Holder Alt 1 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/306205.svg" alt="Pen Holder Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306205.svg" alt="Pen Holder Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306205.svg" alt="Pen Holder Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-pen-holder-alt-1 {
background-image: url('https://proicons.com/icon/306205.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="M768 360l-76 638v2H309l-76-639h79l-29-206 76-10 30 216h50l-12-138 76-6 13 144h59l2-249h77s20 2 40 16c17 11 27 30 29 53 2 43 2 97 2 100-1 8-8 15-17 17h-3c-11-1-19-9-19-19 0-1 1-55-2-96-1-12-6-22-14-28-5-4-13-6-19-6l-1 211h118zM280 135l75-9-2-17-76 9 3 17zm-6-35l76-9-3-17-75 9 2 17zm-5-35l76-9-3-18s-3-43-43-38-32 47-32 47l2 18zm156 138l76-5-2-18-76 6 2 17zm-4-35l76-6-1-17-76 5 1 18zm-3-35l76-6-2-18s-2-43-42-41c-41 4-34 46-34 46l2 19zm233-57h-17V22h-38v54h-21v18h76V76z"/></svg>
Copied!