draw abstract icon
draw-abstract-outline-sharp from Material Symbols by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-abstract-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 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 abstract icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 16.275q-.425.425-1.05.563t-1.45.012q-.2-.05-.375-.088t-.3.088q-.15.15-.1.363t.05.412q.175.825.05 1.425t-.55 1.025q-.45.475-1.087.613t-1.413.012q-.525-.1-.775.05t-.675.625l-1.4-1.325q.8-.825 1.2-1.112T3.8 18.65q.7 0 1.05.125t.55-.05q.15-.125.1-.35t-.1-.425q-.075-.875.05-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.875 0-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.85.013-1.463T13.4 7.75t1.013-.575T15.7 7.15q.325.05.538.112t.337-.062q.15-.15.1-.375t-.1-.425q-.175-.825-.05-1.425t.55-1.025q.45-.475 1.075-.612t1.4-.013q.525.1.787-.05t.688-.625L22.4 3.975q-.8.825-1.2 1.113t-1.075.287q-.7 0-1.05-.125t-.55.05q-.15.125-.088.35t.113.425q.125.85-.012 1.462T18 8.576t-1.012.588t-1.263.037q-.35-.075-.55-.137t-.325.062q-.15.15-.112.375t.087.425q.125.875 0 1.488t-.525 1.012q-.425.425-1.05.575t-1.3.025q-.275-.05-.475-.1T11.15 13q-.15.15-.112.363t.087.412q.125.875-.012 1.488t-.513 1.012M6 11q-2.075 0-3.537-1.463T1 6t1.45-3.537T6 1t3.55 1.45T11 6T9.537 9.55T6 11m0-2q1.25 0 2.125-.862T9 6t-.862-2.138T6 3t-2.137.875T3 6t.875 2.125T6 9m8 14v-9h9v9zm2-2h5v-5h-5zM6 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDrawAbstractOutlineSharp(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="M10.6 16.275q-.425.425-1.05.563t-1.45.012q-.2-.05-.375-.088t-.3.088q-.15.15-.1.363t.05.412q.175.825.05 1.425t-.55 1.025q-.45.475-1.087.613t-1.413.012q-.525-.1-.775.05t-.675.625l-1.4-1.325q.8-.825 1.2-1.112T3.8 18.65q.7 0 1.05.125t.55-.05q.15-.125.1-.35t-.1-.425q-.075-.875.05-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.875 0-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.85.013-1.463T13.4 7.75t1.013-.575T15.7 7.15q.325.05.538.112t.337-.062q.15-.15.1-.375t-.1-.425q-.175-.825-.05-1.425t.55-1.025q.45-.475 1.075-.612t1.4-.013q.525.1.787-.05t.688-.625L22.4 3.975q-.8.825-1.2 1.113t-1.075.287q-.7 0-1.05-.125t-.55.05q-.15.125-.088.35t.113.425q.125.85-.012 1.462T18 8.576t-1.012.588t-1.263.037q-.35-.075-.55-.137t-.325.062q-.15.15-.112.375t.087.425q.125.875 0 1.488t-.525 1.012q-.425.425-1.05.575t-1.3.025q-.275-.05-.475-.1T11.15 13q-.15.15-.112.363t.087.412q.125.875-.012 1.488t-.513 1.012M6 11q-2.075 0-3.537-1.463T1 6t1.45-3.537T6 1t3.55 1.45T11 6T9.537 9.55T6 11m0-2q1.25 0 2.125-.862T9 6t-.862-2.138T6 3t-2.137.875T3 6t.875 2.125T6 9m8 14v-9h9v9zm2-2h5v-5h-5zM6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 16.275q-.425.425-1.05.563t-1.45.012q-.2-.05-.375-.088t-.3.088q-.15.15-.1.363t.05.412q.175.825.05 1.425t-.55 1.025q-.45.475-1.087.613t-1.413.012q-.525-.1-.775.05t-.675.625l-1.4-1.325q.8-.825 1.2-1.112T3.8 18.65q.7 0 1.05.125t.55-.05q.15-.125.1-.35t-.1-.425q-.075-.875.05-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.875 0-1.487t.525-1.013q.4-.425 1.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.85.013-1.463T13.4 7.75t1.013-.575T15.7 7.15q.325.05.538.112t.337-.062q.15-.15.1-.375t-.1-.425q-.175-.825-.05-1.425t.55-1.025q.45-.475 1.075-.612t1.4-.013q.525.1.787-.05t.688-.625L22.4 3.975q-.8.825-1.2 1.113t-1.075.287q-.7 0-1.05-.125t-.55.05q-.15.125-.088.35t.113.425q.125.85-.012 1.462T18 8.576t-1.012.588t-1.263.037q-.35-.075-.55-.137t-.325.062q-.15.15-.112.375t.087.425q.125.875 0 1.488t-.525 1.012q-.425.425-1.05.575t-1.3.025q-.275-.05-.475-.1T11.15 13q-.15.15-.112.363t.087.412q.125.875-.012 1.488t-.513 1.012M6 11q-2.075 0-3.537-1.463T1 6t1.45-3.537T6 1t3.55 1.45T11 6T9.537 9.55T6 11m0-2q1.25 0 2.125-.862T9 6t-.862-2.138T6 3t-2.137.875T3 6t.875 2.125T6 9m8 14v-9h9v9zm2-2h5v-5h-5zM6 6"/></svg> </template>
CSS
.icon-draw-abstract-outline-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%22M10.6%2016.275q-.425.425-1.05.563t-1.45.012q-.2-.05-.375-.088t-.3.088q-.15.15-.1.363t.05.412q.175.825.05%201.425t-.55%201.025q-.45.475-1.087.613t-1.413.012q-.525-.1-.775.05t-.675.625l-1.4-1.325q.8-.825%201.2-1.112T3.8%2018.65q.7%200%201.05.125t.55-.05q.15-.125.1-.35t-.1-.425q-.075-.875.05-1.487t.525-1.013q.4-.425%201.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.875%200-1.487t.525-1.013q.4-.425%201.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.85.013-1.463T13.4%207.75t1.013-.575T15.7%207.15q.325.05.538.112t.337-.062q.15-.15.1-.375t-.1-.425q-.175-.825-.05-1.425t.55-1.025q.45-.475%201.075-.612t1.4-.013q.525.1.787-.05t.688-.625L22.4%203.975q-.8.825-1.2%201.113t-1.075.287q-.7%200-1.05-.125t-.55.05q-.15.125-.088.35t.113.425q.125.85-.012%201.462T18%208.576t-1.012.588t-1.263.037q-.35-.075-.55-.137t-.325.062q-.15.15-.112.375t.087.425q.125.875%200%201.488t-.525%201.012q-.425.425-1.05.575t-1.3.025q-.275-.05-.475-.1T11.15%2013q-.15.15-.112.363t.087.412q.125.875-.012%201.488t-.513%201.012M6%2011q-2.075%200-3.537-1.463T1%206t1.45-3.537T6%201t3.55%201.45T11%206T9.537%209.55T6%2011m0-2q1.25%200%202.125-.862T9%206t-.862-2.138T6%203t-2.137.875T3%206t.875%202.125T6%209m8%2014v-9h9v9zm2-2h5v-5h-5zM6%206%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%22M10.6%2016.275q-.425.425-1.05.563t-1.45.012q-.2-.05-.375-.088t-.3.088q-.15.15-.1.363t.05.412q.175.825.05%201.425t-.55%201.025q-.45.475-1.087.613t-1.413.012q-.525-.1-.775.05t-.675.625l-1.4-1.325q.8-.825%201.2-1.112T3.8%2018.65q.7%200%201.05.125t.55-.05q.15-.125.1-.35t-.1-.425q-.075-.875.05-1.487t.525-1.013q.4-.425%201.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.875%200-1.487t.525-1.013q.4-.425%201.038-.562t1.437-.013q.2.05.388.1t.312-.075q.15-.15.1-.375t-.1-.425q-.125-.85.013-1.463T13.4%207.75t1.013-.575T15.7%207.15q.325.05.538.112t.337-.062q.15-.15.1-.375t-.1-.425q-.175-.825-.05-1.425t.55-1.025q.45-.475%201.075-.612t1.4-.013q.525.1.787-.05t.688-.625L22.4%203.975q-.8.825-1.2%201.113t-1.075.287q-.7%200-1.05-.125t-.55.05q-.15.125-.088.35t.113.425q.125.85-.012%201.462T18%208.576t-1.012.588t-1.263.037q-.35-.075-.55-.137t-.325.062q-.15.15-.112.375t.087.425q.125.875%200%201.488t-.525%201.012q-.425.425-1.05.575t-1.3.025q-.275-.05-.475-.1T11.15%2013q-.15.15-.112.363t.087.412q.125.875-.012%201.488t-.513%201.012M6%2011q-2.075%200-3.537-1.463T1%206t1.45-3.537T6%201t3.55%201.45T11%206T9.537%209.55T6%2011m0-2q1.25%200%202.125-.862T9%206t-.862-2.138T6%203t-2.137.875T3%206t.875%202.125T6%209m8%2014v-9h9v9zm2-2h5v-5h-5zM6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/draw-abstract-outline-sharp.svg?color=%231a73e8&size=48