Pen Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pen 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/306201.svg" alt="Pen Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306201.svg" alt="Pen Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306201.svg" alt="Pen Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-pen-alt-1 {
background-image: url('https://proicons.com/icon/306201.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="M522 639C313 827 51 1032 16 996c-36-37 164-305 348-519l158 162zm446-308l-75-76c33-49 43-84 40-111l55-57-85-87-57 58c-47-5-117 32-245 163-47 48-106 113-166 183l159 164c69-62 132-122 180-170 33-35 60-65 82-92l47 47-151 155c-12 12-12 32 0 44 12 13 31 13 43 0l173-176c12-13 12-32 0-45z"/></svg>
Copied!