twotone-draw from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
twotone-draw
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the twotone draw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.61 11.81L7.41 19H6v-1.41l7.19-7.2z" opacity=".3"/><path fill="currentColor" d="m18.85 10.39l1.06-1.06c.78-.78.78-2.05 0-2.83L18.5 5.09c-.78-.78-2.05-.78-2.83 0l-1.06 1.06zm-4.24 1.42L7.41 19H6v-1.41l7.19-7.19zm-1.42-4.25L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.55 0-1-.45-1-1s.45-1 1-1c1.54 0 3-.73 3-1.5c0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63 1.75 1.47 1.75 2.68M4.58 13.35C3.61 12.79 3 12.06 3 11c0-1.8 1.89-2.63 3.56-3.36C7.59 7.18 9 6.56 9 6c0-.41-.78-1-2-1c-1.26 0-1.8.61-1.83.64c-.35.41-.98.46-1.4.12a.99.99 0 0 1-.15-1.38C3.73 4.24 4.76 3 7 3s4 1.32 4 3c0 1.87-1.93 2.72-3.64 3.47C6.42 9.88 5 10.5 5 11c0 .31.43.6 1.07.86z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDraw(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="M14.61 11.81L7.41 19H6v-1.41l7.19-7.2z" opacity=".3"/><path fill="currentColor" d="m18.85 10.39l1.06-1.06c.78-.78.78-2.05 0-2.83L18.5 5.09c-.78-.78-2.05-.78-2.83 0l-1.06 1.06zm-4.24 1.42L7.41 19H6v-1.41l7.19-7.19zm-1.42-4.25L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.55 0-1-.45-1-1s.45-1 1-1c1.54 0 3-.73 3-1.5c0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63 1.75 1.47 1.75 2.68M4.58 13.35C3.61 12.79 3 12.06 3 11c0-1.8 1.89-2.63 3.56-3.36C7.59 7.18 9 6.56 9 6c0-.41-.78-1-2-1c-1.26 0-1.8.61-1.83.64c-.35.41-.98.46-1.4.12a.99.99 0 0 1-.15-1.38C3.73 4.24 4.76 3 7 3s4 1.32 4 3c0 1.87-1.93 2.72-3.64 3.47C6.42 9.88 5 10.5 5 11c0 .31.43.6 1.07.86z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.61 11.81L7.41 19H6v-1.41l7.19-7.2z" opacity=".3"/><path fill="currentColor" d="m18.85 10.39l1.06-1.06c.78-.78.78-2.05 0-2.83L18.5 5.09c-.78-.78-2.05-.78-2.83 0l-1.06 1.06zm-4.24 1.42L7.41 19H6v-1.41l7.19-7.19zm-1.42-4.25L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.55 0-1-.45-1-1s.45-1 1-1c1.54 0 3-.73 3-1.5c0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63 1.75 1.47 1.75 2.68M4.58 13.35C3.61 12.79 3 12.06 3 11c0-1.8 1.89-2.63 3.56-3.36C7.59 7.18 9 6.56 9 6c0-.41-.78-1-2-1c-1.26 0-1.8.61-1.83.64c-.35.41-.98.46-1.4.12a.99.99 0 0 1-.15-1.38C3.73 4.24 4.76 3 7 3s4 1.32 4 3c0 1.87-1.93 2.72-3.64 3.47C6.42 9.88 5 10.5 5 11c0 .31.43.6 1.07.86z"/></svg>
</template>

CSS

.icon-twotone-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%22M14.61%2011.81L7.41%2019H6v-1.41l7.19-7.2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.85%2010.39l1.06-1.06c.78-.78.78-2.05%200-2.83L18.5%205.09c-.78-.78-2.05-.78-2.83%200l-1.06%201.06zm-4.24%201.42L7.41%2019H6v-1.41l7.19-7.19zm-1.42-4.25L4%2016.76V21h4.24l9.19-9.19zM19%2017.5c0%202.19-2.54%203.5-5%203.5c-.55%200-1-.45-1-1s.45-1%201-1c1.54%200%203-.73%203-1.5c0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63%201.75%201.47%201.75%202.68M4.58%2013.35C3.61%2012.79%203%2012.06%203%2011c0-1.8%201.89-2.63%203.56-3.36C7.59%207.18%209%206.56%209%206c0-.41-.78-1-2-1c-1.26%200-1.8.61-1.83.64c-.35.41-.98.46-1.4.12a.99.99%200%200%201-.15-1.38C3.73%204.24%204.76%203%207%203s4%201.32%204%203c0%201.87-1.93%202.72-3.64%203.47C6.42%209.88%205%2010.5%205%2011c0%20.31.43.6%201.07.86z%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%22M14.61%2011.81L7.41%2019H6v-1.41l7.19-7.2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.85%2010.39l1.06-1.06c.78-.78.78-2.05%200-2.83L18.5%205.09c-.78-.78-2.05-.78-2.83%200l-1.06%201.06zm-4.24%201.42L7.41%2019H6v-1.41l7.19-7.19zm-1.42-4.25L4%2016.76V21h4.24l9.19-9.19zM19%2017.5c0%202.19-2.54%203.5-5%203.5c-.55%200-1-.45-1-1s.45-1%201-1c1.54%200%203-.73%203-1.5c0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63%201.75%201.47%201.75%202.68M4.58%2013.35C3.61%2012.79%203%2012.06%203%2011c0-1.8%201.89-2.63%203.56-3.36C7.59%207.18%209%206.56%209%206c0-.41-.78-1-2-1c-1.26%200-1.8.61-1.83.64c-.35.41-.98.46-1.4.12a.99.99%200%200%201-.15-1.38C3.73%204.24%204.76%203%207%203s4%201.32%204%203c0%201.87-1.93%202.72-3.64%203.47C6.42%209.88%205%2010.5%205%2011c0%20.31.43.6%201.07.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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