draw from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.

Name
draw
Set
Material Design Icons
Style
Filled
Category
Drawing / Art
Viewbox
24×24
License
Apache 2.0
Aliases
sign

The same icon in other sets

More drawing / art icons from Material Design Icons

Use the draw 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.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.56.56 0 0 0-.78 0l-1.02 1.02l2.08 2.08M11 10.92V13h2.08l6.15-6.15l-2.08-2.08z"/></svg>

React

import type { SVGProps } from "react";

export function MdiDraw(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.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.56.56 0 0 0-.78 0l-1.02 1.02l2.08 2.08M11 10.92V13h2.08l6.15-6.15l-2.08-2.08z"/></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.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.56.56 0 0 0-.78 0l-1.02 1.02l2.08 2.08M11 10.92V13h2.08l6.15-6.15l-2.08-2.08z"/></svg>
</template>

CSS

.icon-draw {
  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.79m11.09-15.6c.22-.22.22-.58%200-.79l-1.3-1.3a.56.56%200%200%200-.78%200l-1.02%201.02l2.08%202.08M11%2010.92V13h2.08l6.15-6.15l-2.08-2.08z%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.79m11.09-15.6c.22-.22.22-.58%200-.79l-1.3-1.3a.56.56%200%200%200-.78%200l-1.02%201.02l2.08%202.08M11%2010.92V13h2.08l6.15-6.15l-2.08-2.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/draw.svg?color=%231a73e8&size=48