draw-sharp from Material Symbols by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
draw-sharp
Set
Material Symbols
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M4 21v-4.25L18.6 2.2l4.2 4.2L8.25 21zM18.65 7.775L20 6.425L18.575 5l-1.35 1.35zM19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-1.037 1.038T13 19v2q2.6 0 4.3-.925T19 17.5M4.575 13.35l1.5-1.5q-.525-.2-.8-.425T5 11q0-.3.462-.612t1.888-.913q2.025-.875 2.838-1.638T11 6q0-1.425-.987-2.212T7.25 3q-1.1 0-2.212.55T3.124 5L4.5 6.325q.625-.625 1.363-.975T7.25 5q.85 0 1.3.25T9 6q0 .35-.413.638T6.55 7.65Q4.5 8.6 3.75 9.3T3 11q0 .725.388 1.313t1.187 1.037"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDrawSharp(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="M4 21v-4.25L18.6 2.2l4.2 4.2L8.25 21zM18.65 7.775L20 6.425L18.575 5l-1.35 1.35zM19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-1.037 1.038T13 19v2q2.6 0 4.3-.925T19 17.5M4.575 13.35l1.5-1.5q-.525-.2-.8-.425T5 11q0-.3.462-.612t1.888-.913q2.025-.875 2.838-1.638T11 6q0-1.425-.987-2.212T7.25 3q-1.1 0-2.212.55T3.124 5L4.5 6.325q.625-.625 1.363-.975T7.25 5q.85 0 1.3.25T9 6q0 .35-.413.638T6.55 7.65Q4.5 8.6 3.75 9.3T3 11q0 .725.388 1.313t1.187 1.037"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21v-4.25L18.6 2.2l4.2 4.2L8.25 21zM18.65 7.775L20 6.425L18.575 5l-1.35 1.35zM19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-1.037 1.038T13 19v2q2.6 0 4.3-.925T19 17.5M4.575 13.35l1.5-1.5q-.525-.2-.8-.425T5 11q0-.3.462-.612t1.888-.913q2.025-.875 2.838-1.638T11 6q0-1.425-.987-2.212T7.25 3q-1.1 0-2.212.55T3.124 5L4.5 6.325q.625-.625 1.363-.975T7.25 5q.85 0 1.3.25T9 6q0 .35-.413.638T6.55 7.65Q4.5 8.6 3.75 9.3T3 11q0 .725.388 1.313t1.187 1.037"/></svg>
</template>

CSS

.icon-draw-sharp {
  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%22M4%2021v-4.25L18.6%202.2l4.2%204.2L8.25%2021zM18.65%207.775L20%206.425L18.575%205l-1.35%201.35zM19%2017.5q0-.9-.475-1.55t-1.275-1.125L15.775%2016.3q.575.25.9.55t.325.65q0%20.575-1.037%201.038T13%2019v2q2.6%200%204.3-.925T19%2017.5M4.575%2013.35l1.5-1.5q-.525-.2-.8-.425T5%2011q0-.3.462-.612t1.888-.913q2.025-.875%202.838-1.638T11%206q0-1.425-.987-2.212T7.25%203q-1.1%200-2.212.55T3.124%205L4.5%206.325q.625-.625%201.363-.975T7.25%205q.85%200%201.3.25T9%206q0%20.35-.413.638T6.55%207.65Q4.5%208.6%203.75%209.3T3%2011q0%20.725.388%201.313t1.187%201.037%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%22M4%2021v-4.25L18.6%202.2l4.2%204.2L8.25%2021zM18.65%207.775L20%206.425L18.575%205l-1.35%201.35zM19%2017.5q0-.9-.475-1.55t-1.275-1.125L15.775%2016.3q.575.25.9.55t.325.65q0%20.575-1.037%201.038T13%2019v2q2.6%200%204.3-.925T19%2017.5M4.575%2013.35l1.5-1.5q-.525-.2-.8-.425T5%2011q0-.3.462-.612t1.888-.913q2.025-.875%202.838-1.638T11%206q0-1.425-.987-2.212T7.25%203q-1.1%200-2.212.55T3.124%205L4.5%206.325q.625-.625%201.363-.975T7.25%205q.85%200%201.3.25T9%206q0%20.35-.413.638T6.55%207.65Q4.5%208.6%203.75%209.3T3%2011q0%20.725.388%201.313t1.187%201.037%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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