draw abstract icon
draw-abstract-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-abstract-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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="M10.235 15.929q-.368.387-.916.457t-1.123-.017q-.334-.069-.615-.078t-.502.213q-.227.227-.225.535t.06.663q.098.575.03 1.117t-.434.948q-.373.399-.915.459q-.541.06-1.104-.026q-.43-.08-.756-.008q-.327.073-.752.51l-.708-.671q.608-.633 1.114-.757t1.045-.066q.47.058.791.086t.56-.203q.246-.241.234-.552t-.08-.666q-.076-.586-.018-1.141t.42-.936q.361-.386.902-.456t1.11.016q.355.069.638.09t.505-.2q.246-.246.235-.557t-.081-.666q-.087-.586-.029-1.141t.42-.936q.361-.386.902-.447t1.11.026q.355.07.638.08q.284.012.505-.209q.246-.246.235-.558t-.081-.665q-.086-.58-.016-1.135t.432-.942t.897-.45t1.076.023q.382.07.672.084q.289.014.51-.207q.246-.246.235-.557t-.081-.666q-.098-.575-.03-1.117t.434-.948q.373-.399.911-.459q.539-.06 1.102.026q.43.08.759.008q.33-.074.755-.51l.702.671q-.608.633-1.114.757t-1.046.066q-.47-.058-.79-.086q-.322-.029-.56.203q-.246.241-.232.552q.015.312.084.666q.086.58.016 1.135t-.432.942t-.897.453t-1.07-.02q-.388-.076-.665-.09t-.498.207q-.246.246-.247.557t.068.666q.086.586.038 1.141t-.41.936q-.386.386-.924.45q-.539.063-1.079-.023q-.352-.07-.648-.062t-.498.21q-.227.227-.238.535t.059.663q.086.586.026 1.141t-.417.936M6 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 10m9 12v-7h7v7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDrawAbstractSharp(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.235 15.929q-.368.387-.916.457t-1.123-.017q-.334-.069-.615-.078t-.502.213q-.227.227-.225.535t.06.663q.098.575.03 1.117t-.434.948q-.373.399-.915.459q-.541.06-1.104-.026q-.43-.08-.756-.008q-.327.073-.752.51l-.708-.671q.608-.633 1.114-.757t1.045-.066q.47.058.791.086t.56-.203q.246-.241.234-.552t-.08-.666q-.076-.586-.018-1.141t.42-.936q.361-.386.902-.456t1.11.016q.355.069.638.09t.505-.2q.246-.246.235-.557t-.081-.666q-.087-.586-.029-1.141t.42-.936q.361-.386.902-.447t1.11.026q.355.07.638.08q.284.012.505-.209q.246-.246.235-.558t-.081-.665q-.086-.58-.016-1.135t.432-.942t.897-.45t1.076.023q.382.07.672.084q.289.014.51-.207q.246-.246.235-.557t-.081-.666q-.098-.575-.03-1.117t.434-.948q.373-.399.911-.459q.539-.06 1.102.026q.43.08.759.008q.33-.074.755-.51l.702.671q-.608.633-1.114.757t-1.046.066q-.47-.058-.79-.086q-.322-.029-.56.203q-.246.241-.232.552q.015.312.084.666q.086.58.016 1.135t-.432.942t-.897.453t-1.07-.02q-.388-.076-.665-.09t-.498.207q-.246.246-.247.557t.068.666q.086.586.038 1.141t-.41.936q-.386.386-.924.45q-.539.063-1.079-.023q-.352-.07-.648-.062t-.498.21q-.227.227-.238.535t.059.663q.086.586.026 1.141t-.417.936M6 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 10m9 12v-7h7v7z"/></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.235 15.929q-.368.387-.916.457t-1.123-.017q-.334-.069-.615-.078t-.502.213q-.227.227-.225.535t.06.663q.098.575.03 1.117t-.434.948q-.373.399-.915.459q-.541.06-1.104-.026q-.43-.08-.756-.008q-.327.073-.752.51l-.708-.671q.608-.633 1.114-.757t1.045-.066q.47.058.791.086t.56-.203q.246-.241.234-.552t-.08-.666q-.076-.586-.018-1.141t.42-.936q.361-.386.902-.456t1.11.016q.355.069.638.09t.505-.2q.246-.246.235-.557t-.081-.666q-.087-.586-.029-1.141t.42-.936q.361-.386.902-.447t1.11.026q.355.07.638.08q.284.012.505-.209q.246-.246.235-.558t-.081-.665q-.086-.58-.016-1.135t.432-.942t.897-.45t1.076.023q.382.07.672.084q.289.014.51-.207q.246-.246.235-.557t-.081-.666q-.098-.575-.03-1.117t.434-.948q.373-.399.911-.459q.539-.06 1.102.026q.43.08.759.008q.33-.074.755-.51l.702.671q-.608.633-1.114.757t-1.046.066q-.47-.058-.79-.086q-.322-.029-.56.203q-.246.241-.232.552q.015.312.084.666q.086.58.016 1.135t-.432.942t-.897.453t-1.07-.02q-.388-.076-.665-.09t-.498.207q-.246.246-.247.557t.068.666q.086.586.038 1.141t-.41.936q-.386.386-.924.45q-.539.063-1.079-.023q-.352-.07-.648-.062t-.498.21q-.227.227-.238.535t.059.663q.086.586.026 1.141t-.417.936M6 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 10m9 12v-7h7v7z"/></svg> </template>
CSS
.icon-draw-abstract-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.235%2015.929q-.368.387-.916.457t-1.123-.017q-.334-.069-.615-.078t-.502.213q-.227.227-.225.535t.06.663q.098.575.03%201.117t-.434.948q-.373.399-.915.459q-.541.06-1.104-.026q-.43-.08-.756-.008q-.327.073-.752.51l-.708-.671q.608-.633%201.114-.757t1.045-.066q.47.058.791.086t.56-.203q.246-.241.234-.552t-.08-.666q-.076-.586-.018-1.141t.42-.936q.361-.386.902-.456t1.11.016q.355.069.638.09t.505-.2q.246-.246.235-.557t-.081-.666q-.087-.586-.029-1.141t.42-.936q.361-.386.902-.447t1.11.026q.355.07.638.08q.284.012.505-.209q.246-.246.235-.558t-.081-.665q-.086-.58-.016-1.135t.432-.942t.897-.45t1.076.023q.382.07.672.084q.289.014.51-.207q.246-.246.235-.557t-.081-.666q-.098-.575-.03-1.117t.434-.948q.373-.399.911-.459q.539-.06%201.102.026q.43.08.759.008q.33-.074.755-.51l.702.671q-.608.633-1.114.757t-1.046.066q-.47-.058-.79-.086q-.322-.029-.56.203q-.246.241-.232.552q.015.312.084.666q.086.58.016%201.135t-.432.942t-.897.453t-1.07-.02q-.388-.076-.665-.09t-.498.207q-.246.246-.247.557t.068.666q.086.586.038%201.141t-.41.936q-.386.386-.924.45q-.539.063-1.079-.023q-.352-.07-.648-.062t-.498.21q-.227.227-.238.535t.059.663q.086.586.026%201.141t-.417.936M6%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%2010m9%2012v-7h7v7z%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.235%2015.929q-.368.387-.916.457t-1.123-.017q-.334-.069-.615-.078t-.502.213q-.227.227-.225.535t.06.663q.098.575.03%201.117t-.434.948q-.373.399-.915.459q-.541.06-1.104-.026q-.43-.08-.756-.008q-.327.073-.752.51l-.708-.671q.608-.633%201.114-.757t1.045-.066q.47.058.791.086t.56-.203q.246-.241.234-.552t-.08-.666q-.076-.586-.018-1.141t.42-.936q.361-.386.902-.456t1.11.016q.355.069.638.09t.505-.2q.246-.246.235-.557t-.081-.666q-.087-.586-.029-1.141t.42-.936q.361-.386.902-.447t1.11.026q.355.07.638.08q.284.012.505-.209q.246-.246.235-.558t-.081-.665q-.086-.58-.016-1.135t.432-.942t.897-.45t1.076.023q.382.07.672.084q.289.014.51-.207q.246-.246.235-.557t-.081-.666q-.098-.575-.03-1.117t.434-.948q.373-.399.911-.459q.539-.06%201.102.026q.43.08.759.008q.33-.074.755-.51l.702.671q-.608.633-1.114.757t-1.046.066q-.47-.058-.79-.086q-.322-.029-.56.203q-.246.241-.232.552q.015.312.084.666q.086.58.016%201.135t-.432.942t-.897.453t-1.07-.02q-.388-.076-.665-.09t-.498.207q-.246.246-.247.557t.068.666q.086.586.038%201.141t-.41.936q-.386.386-.924.45q-.539.063-1.079-.023q-.352-.07-.648-.062t-.498.21q-.227.227-.238.535t.059.663q.086.586.026%201.141t-.417.936M6%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%2010m9%2012v-7h7v7z%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-sharp.svg?color=%231a73e8&size=48