draw pen icon
draw-pen from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.
- Name
- draw-pen
- Set
- Material Design Icons
- Style
- Filled
- Category
- Drawing / Art
- Viewbox
- 24×24
- License
- Apache 2.0
More drawing / art icons from Material Design Icons
Use the draw pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06c.59-.12 1.61.46 2.13.68c.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21c-.32.99.19 1.99.77 2.77c1.37 1.83 3.5 2.71 5.09 4.29c.34.33.75.72.95 1.18c.21.44.16.47-.31.47c-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m9.21-13.52L13.29 13H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2 10l-.87-.87l2.6-2.59l-.59-.59l-.67.67l-2.29-2.29l2.15-2.15c.24-.24.63-.24.86 0l1.43 1.43c.24.22.24.62 0 .86c-.21.21-.41.41-.41.61c-.02.2.18.42.38.59c.29.3.58.58.57.88"/></svg>
React
import type { SVGProps } from "react";
export function MdiDrawPen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06c.59-.12 1.61.46 2.13.68c.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21c-.32.99.19 1.99.77 2.77c1.37 1.83 3.5 2.71 5.09 4.29c.34.33.75.72.95 1.18c.21.44.16.47-.31.47c-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m9.21-13.52L13.29 13H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2 10l-.87-.87l2.6-2.59l-.59-.59l-.67.67l-2.29-2.29l2.15-2.15c.24-.24.63-.24.86 0l1.43 1.43c.24.22.24.62 0 .86c-.21.21-.41.41-.41.61c-.02.2.18.42.38.59c.29.3.58.58.57.88"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06c.59-.12 1.61.46 2.13.68c.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21c-.32.99.19 1.99.77 2.77c1.37 1.83 3.5 2.71 5.09 4.29c.34.33.75.72.95 1.18c.21.44.16.47-.31.47c-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m9.21-13.52L13.29 13H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2 10l-.87-.87l2.6-2.59l-.59-.59l-.67.67l-2.29-2.29l2.15-2.15c.24-.24.63-.24.86 0l1.43 1.43c.24.22.24.62 0 .86c-.21.21-.41.41-.41.61c-.02.2.18.42.38.59c.29.3.58.58.57.88"/></svg> </template>
CSS
.icon-draw-pen {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2020.85c1.78-.7%201.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8%209.8%200%200%201%204.54%2012c-.28-.33-.85-.94-.27-1.06c.59-.12%201.61.46%202.13.68c.91.38%201.81.82%202.65%201.34l1.01-1.7C8.5%2010.23%206.5%209.32%204.64%209.05c-1.06-.16-2.18.06-2.54%201.21c-.32.99.19%201.99.77%202.77c1.37%201.83%203.5%202.71%205.09%204.29c.34.33.75.72.95%201.18c.21.44.16.47-.31.47c-1.24%200-2.79-.97-3.8-1.61l-1.01%201.7c1.53.94%204.09%202.41%205.96%201.79m9.21-13.52L13.29%2013H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2%2010l-.87-.87l2.6-2.59l-.59-.59l-.67.67l-2.29-2.29l2.15-2.15c.24-.24.63-.24.86%200l1.43%201.43c.24.22.24.62%200%20.86c-.21.21-.41.41-.41.61c-.02.2.18.42.38.59c.29.3.58.58.57.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%2020.85c1.78-.7%201.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8%209.8%200%200%201%204.54%2012c-.28-.33-.85-.94-.27-1.06c.59-.12%201.61.46%202.13.68c.91.38%201.81.82%202.65%201.34l1.01-1.7C8.5%2010.23%206.5%209.32%204.64%209.05c-1.06-.16-2.18.06-2.54%201.21c-.32.99.19%201.99.77%202.77c1.37%201.83%203.5%202.71%205.09%204.29c.34.33.75.72.95%201.18c.21.44.16.47-.31.47c-1.24%200-2.79-.97-3.8-1.61l-1.01%201.7c1.53.94%204.09%202.41%205.96%201.79m9.21-13.52L13.29%2013H11v-2.29l5.67-5.68zm3.4-.78c-.01.3-.32.61-.64.92L19.2%2010l-.87-.87l2.6-2.59l-.59-.59l-.67.67l-2.29-2.29l2.15-2.15c.24-.24.63-.24.86%200l1.43%201.43c.24.22.24.62%200%20.86c-.21.21-.41.41-.41.61c-.02.2.18.42.38.59c.29.3.58.58.57.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/draw-pen.svg?color=%231a73e8&size=48