draw icon
draw-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-outline
- Set
- Material Symbols
- Style
- Outline
- 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
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.25L17.175 3.6q.3-.3.675-.45T18.6 3q.4 0 .763.15T20 3.6L21.4 5q.3.275.45.638T22 6.4q0 .375-.15.75t-.45.675L8.25 21zm2-2h1.4l9.825-9.8l-.7-.725l-.725-.7L6 17.6zM20 6.425L18.575 5zm-3.475 2.05l-.725-.7L17.225 9.2zM14 21q1.85 0 3.425-.925T19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-.913 1.038T14 19q-.425 0-.712.288T13 20t.288.713T14 21m-9.425-7.65l1.5-1.5q-.5-.2-.788-.412T5 11q0-.3.45-.6t1.9-.925q2.2-.95 2.925-1.725T11 6q0-1.375-1.1-2.187T7 3q-1.125 0-2.013.4t-1.362.975Q3.35 4.7 3.4 5.1t.375.65q.325.275.725.225t.675-.325q.35-.35.775-.5T7 5q1.025 0 1.513.3T9 6q0 .35-.437.637T6.55 7.65q-2 .875-2.775 1.588T3 11q0 .8.425 1.363t1.15.987"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDrawOutline(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.25L17.175 3.6q.3-.3.675-.45T18.6 3q.4 0 .763.15T20 3.6L21.4 5q.3.275.45.638T22 6.4q0 .375-.15.75t-.45.675L8.25 21zm2-2h1.4l9.825-9.8l-.7-.725l-.725-.7L6 17.6zM20 6.425L18.575 5zm-3.475 2.05l-.725-.7L17.225 9.2zM14 21q1.85 0 3.425-.925T19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-.913 1.038T14 19q-.425 0-.712.288T13 20t.288.713T14 21m-9.425-7.65l1.5-1.5q-.5-.2-.788-.412T5 11q0-.3.45-.6t1.9-.925q2.2-.95 2.925-1.725T11 6q0-1.375-1.1-2.187T7 3q-1.125 0-2.013.4t-1.362.975Q3.35 4.7 3.4 5.1t.375.65q.325.275.725.225t.675-.325q.35-.35.775-.5T7 5q1.025 0 1.513.3T9 6q0 .35-.437.637T6.55 7.65q-2 .875-2.775 1.588T3 11q0 .8.425 1.363t1.15.987"/></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.25L17.175 3.6q.3-.3.675-.45T18.6 3q.4 0 .763.15T20 3.6L21.4 5q.3.275.45.638T22 6.4q0 .375-.15.75t-.45.675L8.25 21zm2-2h1.4l9.825-9.8l-.7-.725l-.725-.7L6 17.6zM20 6.425L18.575 5zm-3.475 2.05l-.725-.7L17.225 9.2zM14 21q1.85 0 3.425-.925T19 17.5q0-.9-.475-1.55t-1.275-1.125L15.775 16.3q.575.25.9.55t.325.65q0 .575-.913 1.038T14 19q-.425 0-.712.288T13 20t.288.713T14 21m-9.425-7.65l1.5-1.5q-.5-.2-.788-.412T5 11q0-.3.45-.6t1.9-.925q2.2-.95 2.925-1.725T11 6q0-1.375-1.1-2.187T7 3q-1.125 0-2.013.4t-1.362.975Q3.35 4.7 3.4 5.1t.375.65q.325.275.725.225t.675-.325q.35-.35.775-.5T7 5q1.025 0 1.513.3T9 6q0 .35-.437.637T6.55 7.65q-2 .875-2.775 1.588T3 11q0 .8.425 1.363t1.15.987"/></svg> </template>
CSS
.icon-draw-outline {
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.25L17.175%203.6q.3-.3.675-.45T18.6%203q.4%200%20.763.15T20%203.6L21.4%205q.3.275.45.638T22%206.4q0%20.375-.15.75t-.45.675L8.25%2021zm2-2h1.4l9.825-9.8l-.7-.725l-.725-.7L6%2017.6zM20%206.425L18.575%205zm-3.475%202.05l-.725-.7L17.225%209.2zM14%2021q1.85%200%203.425-.925T19%2017.5q0-.9-.475-1.55t-1.275-1.125L15.775%2016.3q.575.25.9.55t.325.65q0%20.575-.913%201.038T14%2019q-.425%200-.712.288T13%2020t.288.713T14%2021m-9.425-7.65l1.5-1.5q-.5-.2-.788-.412T5%2011q0-.3.45-.6t1.9-.925q2.2-.95%202.925-1.725T11%206q0-1.375-1.1-2.187T7%203q-1.125%200-2.013.4t-1.362.975Q3.35%204.7%203.4%205.1t.375.65q.325.275.725.225t.675-.325q.35-.35.775-.5T7%205q1.025%200%201.513.3T9%206q0%20.35-.437.637T6.55%207.65q-2%20.875-2.775%201.588T3%2011q0%20.8.425%201.363t1.15.987%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.25L17.175%203.6q.3-.3.675-.45T18.6%203q.4%200%20.763.15T20%203.6L21.4%205q.3.275.45.638T22%206.4q0%20.375-.15.75t-.45.675L8.25%2021zm2-2h1.4l9.825-9.8l-.7-.725l-.725-.7L6%2017.6zM20%206.425L18.575%205zm-3.475%202.05l-.725-.7L17.225%209.2zM14%2021q1.85%200%203.425-.925T19%2017.5q0-.9-.475-1.55t-1.275-1.125L15.775%2016.3q.575.25.9.55t.325.65q0%20.575-.913%201.038T14%2019q-.425%200-.712.288T13%2020t.288.713T14%2021m-9.425-7.65l1.5-1.5q-.5-.2-.788-.412T5%2011q0-.3.45-.6t1.9-.925q2.2-.95%202.925-1.725T11%206q0-1.375-1.1-2.187T7%203q-1.125%200-2.013.4t-1.362.975Q3.35%204.7%203.4%205.1t.375.65q.325.275.725.225t.675-.325q.35-.35.775-.5T7%205q1.025%200%201.513.3T9%206q0%20.35-.437.637T6.55%207.65q-2%20.875-2.775%201.588T3%2011q0%20.8.425%201.363t1.15.987%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/draw-outline.svg?color=%231a73e8&size=48