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

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

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M5 20v-2.5L18.927 3.584l2.489 2.489L7.5 20zM18.573 7.506L20 6.079L18.921 5l-1.427 1.427zM18.769 17q0-.861-.58-1.53T16.5 14.362l-.764.764q.96.327 1.497.81T17.769 17q0 .844-1.095 1.422T13.769 19v1q2.042 0 3.521-.79T18.77 17M5.613 13.523l.73-.75q-.678-.277-1.011-.598T5 11.5q0-.473.578-.91t2.08-1.077q1.87-.798 2.606-1.464T11 6.5q0-1.117-.862-1.809Q9.275 4 7.75 4q-.908 0-1.905.425T4.221 5.558l.645.67q.567-.586 1.372-.907Q7.042 5 7.75 5q1.08 0 1.666.414Q10 5.827 10 6.5q0 .523-.537.945q-.538.422-2.201 1.147q-1.858.835-2.56 1.458T4 11.5q0 .61.407 1.12t1.207.903"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDrawSharp(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="M5 20v-2.5L18.927 3.584l2.489 2.489L7.5 20zM18.573 7.506L20 6.079L18.921 5l-1.427 1.427zM18.769 17q0-.861-.58-1.53T16.5 14.362l-.764.764q.96.327 1.497.81T17.769 17q0 .844-1.095 1.422T13.769 19v1q2.042 0 3.521-.79T18.77 17M5.613 13.523l.73-.75q-.678-.277-1.011-.598T5 11.5q0-.473.578-.91t2.08-1.077q1.87-.798 2.606-1.464T11 6.5q0-1.117-.862-1.809Q9.275 4 7.75 4q-.908 0-1.905.425T4.221 5.558l.645.67q.567-.586 1.372-.907Q7.042 5 7.75 5q1.08 0 1.666.414Q10 5.827 10 6.5q0 .523-.537.945q-.538.422-2.201 1.147q-1.858.835-2.56 1.458T4 11.5q0 .61.407 1.12t1.207.903"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20v-2.5L18.927 3.584l2.489 2.489L7.5 20zM18.573 7.506L20 6.079L18.921 5l-1.427 1.427zM18.769 17q0-.861-.58-1.53T16.5 14.362l-.764.764q.96.327 1.497.81T17.769 17q0 .844-1.095 1.422T13.769 19v1q2.042 0 3.521-.79T18.77 17M5.613 13.523l.73-.75q-.678-.277-1.011-.598T5 11.5q0-.473.578-.91t2.08-1.077q1.87-.798 2.606-1.464T11 6.5q0-1.117-.862-1.809Q9.275 4 7.75 4q-.908 0-1.905.425T4.221 5.558l.645.67q.567-.586 1.372-.907Q7.042 5 7.75 5q1.08 0 1.666.414Q10 5.827 10 6.5q0 .523-.537.945q-.538.422-2.201 1.147q-1.858.835-2.56 1.458T4 11.5q0 .61.407 1.12t1.207.903"/></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%22M5%2020v-2.5L18.927%203.584l2.489%202.489L7.5%2020zM18.573%207.506L20%206.079L18.921%205l-1.427%201.427zM18.769%2017q0-.861-.58-1.53T16.5%2014.362l-.764.764q.96.327%201.497.81T17.769%2017q0%20.844-1.095%201.422T13.769%2019v1q2.042%200%203.521-.79T18.77%2017M5.613%2013.523l.73-.75q-.678-.277-1.011-.598T5%2011.5q0-.473.578-.91t2.08-1.077q1.87-.798%202.606-1.464T11%206.5q0-1.117-.862-1.809Q9.275%204%207.75%204q-.908%200-1.905.425T4.221%205.558l.645.67q.567-.586%201.372-.907Q7.042%205%207.75%205q1.08%200%201.666.414Q10%205.827%2010%206.5q0%20.523-.537.945q-.538.422-2.201%201.147q-1.858.835-2.56%201.458T4%2011.5q0%20.61.407%201.12t1.207.903%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%22M5%2020v-2.5L18.927%203.584l2.489%202.489L7.5%2020zM18.573%207.506L20%206.079L18.921%205l-1.427%201.427zM18.769%2017q0-.861-.58-1.53T16.5%2014.362l-.764.764q.96.327%201.497.81T17.769%2017q0%20.844-1.095%201.422T13.769%2019v1q2.042%200%203.521-.79T18.77%2017M5.613%2013.523l.73-.75q-.678-.277-1.011-.598T5%2011.5q0-.473.578-.91t2.08-1.077q1.87-.798%202.606-1.464T11%206.5q0-1.117-.862-1.809Q9.275%204%207.75%204q-.908%200-1.905.425T4.221%205.558l.645.67q.567-.586%201.372-.907Q7.042%205%207.75%205q1.08%200%201.666.414Q10%205.827%2010%206.5q0%20.523-.537.945q-.538.422-2.201%201.147q-1.858.835-2.56%201.458T4%2011.5q0%20.61.407%201.12t1.207.903%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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