draw abstract icon
draw-abstract from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-abstract
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- draw-abstract-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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="M3.212 20.423q-.085.039-.186.038t-.187-.03q-.127-.064-.175-.188t-.023-.231q.013-.193.175-.321q.163-.13.396-.177q.315-.277.75-.304q.434-.027.848.002q.342.023.564-.02t.403-.28q.189-.368.215-.78q.027-.413.08-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.304q.437-.027.85.002q.343.023.572-.02t.41-.28q.188-.368.205-.78t.07-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.936q.192-.437.617-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.927q.192-.427.617-.705q.315-.277.753-.298q.437-.02.85.009l.717-.021q.345-.01.607-.138q.146-.033.252.072q.105.104.119.25q-.014.193-.176.325t-.395.18q-.316.276-.753.303q-.438.027-.851-.002q-.343-.023-.571.029q-.23.052-.41.29q-.188.368-.209.78t-.072.836q-.052.5-.243.937q-.191.436-.616.696q-.316.277-.75.294q-.435.017-.848-.012q-.343-.023-.565.029t-.403.29q-.188.368-.215.78t-.08.836q-.051.494-.223.934q-.172.439-.597.699q-.335.277-.77.297q-.434.02-.847-.009q-.324-.023-.565.045q-.242.069-.403.288q-.17.348-.206.76t-.088.836q-.052.5-.237.937q-.184.436-.61.696q-.315.277-.759.306t-.858.001q-.323-.023-.552.026q-.229.05-.41.288q-.169.348-.198.76t-.082.836q-.052.5-.243.937q-.192.436-.617.696q-.315.277-.75.306q-.434.03-.848.001q-.323-.023-.606-.005q-.284.017-.523.209M6 10q-1.652 0-2.826-1.174T2 6q0-1.677 1.174-2.839T6 2q1.677 0 2.839 1.162T10 6q0 1.652-1.161 2.826T6 10m10.616 12q-.672 0-1.144-.472T15 20.385v-3.77q0-.67.472-1.143q.472-.472 1.144-.472h3.769q.67 0 1.143.472q.472.472.472 1.144v3.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDrawAbstract(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="M3.212 20.423q-.085.039-.186.038t-.187-.03q-.127-.064-.175-.188t-.023-.231q.013-.193.175-.321q.163-.13.396-.177q.315-.277.75-.304q.434-.027.848.002q.342.023.564-.02t.403-.28q.189-.368.215-.78q.027-.413.08-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.304q.437-.027.85.002q.343.023.572-.02t.41-.28q.188-.368.205-.78t.07-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.936q.192-.437.617-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.927q.192-.427.617-.705q.315-.277.753-.298q.437-.02.85.009l.717-.021q.345-.01.607-.138q.146-.033.252.072q.105.104.119.25q-.014.193-.176.325t-.395.18q-.316.276-.753.303q-.438.027-.851-.002q-.343-.023-.571.029q-.23.052-.41.29q-.188.368-.209.78t-.072.836q-.052.5-.243.937q-.191.436-.616.696q-.316.277-.75.294q-.435.017-.848-.012q-.343-.023-.565.029t-.403.29q-.188.368-.215.78t-.08.836q-.051.494-.223.934q-.172.439-.597.699q-.335.277-.77.297q-.434.02-.847-.009q-.324-.023-.565.045q-.242.069-.403.288q-.17.348-.206.76t-.088.836q-.052.5-.237.937q-.184.436-.61.696q-.315.277-.759.306t-.858.001q-.323-.023-.552.026q-.229.05-.41.288q-.169.348-.198.76t-.082.836q-.052.5-.243.937q-.192.436-.617.696q-.315.277-.75.306q-.434.03-.848.001q-.323-.023-.606-.005q-.284.017-.523.209M6 10q-1.652 0-2.826-1.174T2 6q0-1.677 1.174-2.839T6 2q1.677 0 2.839 1.162T10 6q0 1.652-1.161 2.826T6 10m10.616 12q-.672 0-1.144-.472T15 20.385v-3.77q0-.67.472-1.143q.472-.472 1.144-.472h3.769q.67 0 1.143.472q.472.472.472 1.144v3.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.212 20.423q-.085.039-.186.038t-.187-.03q-.127-.064-.175-.188t-.023-.231q.013-.193.175-.321q.163-.13.396-.177q.315-.277.75-.304q.434-.027.848.002q.342.023.564-.02t.403-.28q.189-.368.215-.78q.027-.413.08-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.304q.437-.027.85.002q.343.023.572-.02t.41-.28q.188-.368.205-.78t.07-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.936q.192-.437.617-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.927q.192-.427.617-.705q.315-.277.753-.298q.437-.02.85.009l.717-.021q.345-.01.607-.138q.146-.033.252.072q.105.104.119.25q-.014.193-.176.325t-.395.18q-.316.276-.753.303q-.438.027-.851-.002q-.343-.023-.571.029q-.23.052-.41.29q-.188.368-.209.78t-.072.836q-.052.5-.243.937q-.191.436-.616.696q-.316.277-.75.294q-.435.017-.848-.012q-.343-.023-.565.029t-.403.29q-.188.368-.215.78t-.08.836q-.051.494-.223.934q-.172.439-.597.699q-.335.277-.77.297q-.434.02-.847-.009q-.324-.023-.565.045q-.242.069-.403.288q-.17.348-.206.76t-.088.836q-.052.5-.237.937q-.184.436-.61.696q-.315.277-.759.306t-.858.001q-.323-.023-.552.026q-.229.05-.41.288q-.169.348-.198.76t-.082.836q-.052.5-.243.937q-.192.436-.617.696q-.315.277-.75.306q-.434.03-.848.001q-.323-.023-.606-.005q-.284.017-.523.209M6 10q-1.652 0-2.826-1.174T2 6q0-1.677 1.174-2.839T6 2q1.677 0 2.839 1.162T10 6q0 1.652-1.161 2.826T6 10m10.616 12q-.672 0-1.144-.472T15 20.385v-3.77q0-.67.472-1.143q.472-.472 1.144-.472h3.769q.67 0 1.143.472q.472.472.472 1.144v3.769q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg> </template>
CSS
.icon-draw-abstract {
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%22M3.212%2020.423q-.085.039-.186.038t-.187-.03q-.127-.064-.175-.188t-.023-.231q.013-.193.175-.321q.163-.13.396-.177q.315-.277.75-.304q.434-.027.848.002q.342.023.564-.02t.403-.28q.189-.368.215-.78q.027-.413.08-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.304q.437-.027.85.002q.343.023.572-.02t.41-.28q.188-.368.205-.78t.07-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.936q.192-.437.617-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.927q.192-.427.617-.705q.315-.277.753-.298q.437-.02.85.009l.717-.021q.345-.01.607-.138q.146-.033.252.072q.105.104.119.25q-.014.193-.176.325t-.395.18q-.316.276-.753.303q-.438.027-.851-.002q-.343-.023-.571.029q-.23.052-.41.29q-.188.368-.209.78t-.072.836q-.052.5-.243.937q-.191.436-.616.696q-.316.277-.75.294q-.435.017-.848-.012q-.343-.023-.565.029t-.403.29q-.188.368-.215.78t-.08.836q-.051.494-.223.934q-.172.439-.597.699q-.335.277-.77.297q-.434.02-.847-.009q-.324-.023-.565.045q-.242.069-.403.288q-.17.348-.206.76t-.088.836q-.052.5-.237.937q-.184.436-.61.696q-.315.277-.759.306t-.858.001q-.323-.023-.552.026q-.229.05-.41.288q-.169.348-.198.76t-.082.836q-.052.5-.243.937q-.192.436-.617.696q-.315.277-.75.306q-.434.03-.848.001q-.323-.023-.606-.005q-.284.017-.523.209M6%2010q-1.652%200-2.826-1.174T2%206q0-1.677%201.174-2.839T6%202q1.677%200%202.839%201.162T10%206q0%201.652-1.161%202.826T6%2010m10.616%2012q-.672%200-1.144-.472T15%2020.385v-3.77q0-.67.472-1.143q.472-.472%201.144-.472h3.769q.67%200%201.143.472q.472.472.472%201.144v3.769q0%20.67-.472%201.143q-.472.472-1.143.472z%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%22M3.212%2020.423q-.085.039-.186.038t-.187-.03q-.127-.064-.175-.188t-.023-.231q.013-.193.175-.321q.163-.13.396-.177q.315-.277.75-.304q.434-.027.848.002q.342.023.564-.02t.403-.28q.189-.368.215-.78q.027-.413.08-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.304q.437-.027.85.002q.343.023.572-.02t.41-.28q.188-.368.205-.78t.07-.836q.051-.5.233-.936t.607-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.936q.192-.437.617-.696q.315-.277.753-.295t.85.012q.343.023.572-.029t.41-.29q.188-.368.208-.78t.072-.836q.052-.5.243-.927q.192-.427.617-.705q.315-.277.753-.298q.437-.02.85.009l.717-.021q.345-.01.607-.138q.146-.033.252.072q.105.104.119.25q-.014.193-.176.325t-.395.18q-.316.276-.753.303q-.438.027-.851-.002q-.343-.023-.571.029q-.23.052-.41.29q-.188.368-.209.78t-.072.836q-.052.5-.243.937q-.191.436-.616.696q-.316.277-.75.294q-.435.017-.848-.012q-.343-.023-.565.029t-.403.29q-.188.368-.215.78t-.08.836q-.051.494-.223.934q-.172.439-.597.699q-.335.277-.77.297q-.434.02-.847-.009q-.324-.023-.565.045q-.242.069-.403.288q-.17.348-.206.76t-.088.836q-.052.5-.237.937q-.184.436-.61.696q-.315.277-.759.306t-.858.001q-.323-.023-.552.026q-.229.05-.41.288q-.169.348-.198.76t-.082.836q-.052.5-.243.937q-.192.436-.617.696q-.315.277-.75.306q-.434.03-.848.001q-.323-.023-.606-.005q-.284.017-.523.209M6%2010q-1.652%200-2.826-1.174T2%206q0-1.677%201.174-2.839T6%202q1.677%200%202.839%201.162T10%206q0%201.652-1.161%202.826T6%2010m10.616%2012q-.672%200-1.144-.472T15%2020.385v-3.77q0-.67.472-1.143q.472-.472%201.144-.472h3.769q.67%200%201.143.472q.472.472.472%201.144v3.769q0%20.67-.472%201.143q-.472.472-1.143.472z%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-abstract.svg?color=%231a73e8&size=48