Pen Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Pen Svg 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/308931.svg" alt="Pen Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308931.svg" alt="Pen Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308931.svg" alt="Pen Svg icon" :width="24" :height="24" />
CSS background
.icon-pen---svg {
background-image: url('https://proicons.com/icon/308931.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 4.62132C2 4.17587 2.53857 3.95278 2.85355 4.26777L8.86373 10.2779C8.98998 10.4042 9.0344 10.5878 9.01365 10.7651C9.00463 10.8421 9 10.9205 9 11C9 12.1046 9.89543 13 11 13C12.1046 13 13 12.1046 13 11C13 9.89543 12.1046 9 11 9C10.9205 9 10.8421 9.00463 10.7651 9.01365C10.5878 9.0344 10.4042 8.98999 10.2779 8.86373L4.26777 2.85355C3.95278 2.53857 4.17587 2 4.62132 2H11C15.9706 2 20 6.02944 20 11C20 12.0708 19.8126 13.0995 19.4683 14.0541L21.7071 16.2929C22.0976 16.6834 22.0976 17.3166 21.7071 17.7071L17.7071 21.7071C17.3166 22.0976 16.6834 22.0976 16.2929 21.7071L14.0541 19.4683C13.0995 19.8126 12.0708 20 11 20C6.02944 20 2 15.9706 2 11V4.62132Z" fill="#292929"/> </svg>
Copied!