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

Name
sharp-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 sharp draw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.85 10.39l2.48-2.48l-4.24-4.24l-2.48 2.48zm-5.66-2.83L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.48 0-1-.07-1-.07V18.9s.46.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.24 0-2 .61-2 1H3c0-1.65 1.7-3 4-3c2.24 0 4 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 IcSharpDraw(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="m18.85 10.39l2.48-2.48l-4.24-4.24l-2.48 2.48zm-5.66-2.83L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.48 0-1-.07-1-.07V18.9s.46.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.24 0-2 .61-2 1H3c0-1.65 1.7-3 4-3c2.24 0 4 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="m18.85 10.39l2.48-2.48l-4.24-4.24l-2.48 2.48zm-5.66-2.83L4 16.76V21h4.24l9.19-9.19zM19 17.5c0 2.19-2.54 3.5-5 3.5c-.48 0-1-.07-1-.07V18.9s.46.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.24 0-2 .61-2 1H3c0-1.65 1.7-3 4-3c2.24 0 4 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-sharp-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%22m18.85%2010.39l2.48-2.48l-4.24-4.24l-2.48%202.48zm-5.66-2.83L4%2016.76V21h4.24l9.19-9.19zM19%2017.5c0%202.19-2.54%203.5-5%203.5c-.48%200-1-.07-1-.07V18.9s.46.1%201%20.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.24%200-2%20.61-2%201H3c0-1.65%201.7-3%204-3c2.24%200%204%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%22m18.85%2010.39l2.48-2.48l-4.24-4.24l-2.48%202.48zm-5.66-2.83L4%2016.76V21h4.24l9.19-9.19zM19%2017.5c0%202.19-2.54%203.5-5%203.5c-.48%200-1-.07-1-.07V18.9s.46.1%201%20.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.24%200-2%20.61-2%201H3c0-1.65%201.7-3%204-3c2.24%200%204%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/sharp-draw.svg?color=%231a73e8&size=48