Pen Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pen 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/318567.svg" alt="Pen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318567.svg" alt="Pen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318567.svg" alt="Pen icon" :width="24" :height="24" />
CSS background
.icon-pen {
background-image: url('https://proicons.com/icon/318567.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M27.3069,6.1069,30,3.4141,28.5859,2,25.8931,4.6929,24.8,3.6a1.9328,1.9328,0,0,0-2.8,0L4,21.6V28h6.4l18-18a1.9329,1.9329,0,0,0,0-2.8ZM9.6,26H6V22.4L23.4,5,27,8.6Z"/>
<rect x="8.1359" y="7.5001" width="10.7281" height="1.9998" transform="translate(-2.0563 12.0355) rotate(-45)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Pen in other icon packs
Copied!