shapes icon
shapes-outline-sharp from Material Symbols Light by Google · Outline Sharp · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shapes-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline 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
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 shapes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.77 17.989l.224.008q.11.003.237.003q.148 0 .276-.003l.262-.008v1.78h10v-10h-1.78l.008-.262Q18 9.379 18 9.23q0-.127-.003-.237l-.008-.225h2.78v12h-12zm-3.79-4.504q-1.75-1.745-1.75-4.25T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m7.788-.718q1.463-1.462 1.463-3.537t-1.463-3.538t-3.537-1.462t-3.538 1.462t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463M9.231 9.231"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightShapesOutlineSharp(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="m8.77 17.989l.224.008q.11.003.237.003q.148 0 .276-.003l.262-.008v1.78h10v-10h-1.78l.008-.262Q18 9.379 18 9.23q0-.127-.003-.237l-.008-.225h2.78v12h-12zm-3.79-4.504q-1.75-1.745-1.75-4.25T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m7.788-.718q1.463-1.462 1.463-3.537t-1.463-3.538t-3.537-1.462t-3.538 1.462t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463M9.231 9.231"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.77 17.989l.224.008q.11.003.237.003q.148 0 .276-.003l.262-.008v1.78h10v-10h-1.78l.008-.262Q18 9.379 18 9.23q0-.127-.003-.237l-.008-.225h2.78v12h-12zm-3.79-4.504q-1.75-1.745-1.75-4.25T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m7.788-.718q1.463-1.462 1.463-3.537t-1.463-3.538t-3.537-1.462t-3.538 1.462t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463M9.231 9.231"/></svg> </template>
CSS
.icon-shapes-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%22m8.77%2017.989l.224.008q.11.003.237.003q.148%200%20.276-.003l.262-.008v1.78h10v-10h-1.78l.008-.262Q18%209.379%2018%209.23q0-.127-.003-.237l-.008-.225h2.78v12h-12zm-3.79-4.504q-1.75-1.745-1.75-4.25T4.977%204.98q1.746-1.75%204.251-1.75t4.255%201.746t1.749%204.251t-1.745%204.255t-4.251%201.749t-4.255-1.745m7.788-.718q1.463-1.462%201.463-3.537t-1.463-3.538t-3.537-1.462t-3.538%201.462t-1.462%203.538t1.462%203.537t3.538%201.463t3.537-1.463M9.231%209.231%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%22m8.77%2017.989l.224.008q.11.003.237.003q.148%200%20.276-.003l.262-.008v1.78h10v-10h-1.78l.008-.262Q18%209.379%2018%209.23q0-.127-.003-.237l-.008-.225h2.78v12h-12zm-3.79-4.504q-1.75-1.745-1.75-4.25T4.977%204.98q1.746-1.75%204.251-1.75t4.255%201.746t1.749%204.251t-1.745%204.255t-4.251%201.749t-4.255-1.745m7.788-.718q1.463-1.462%201.463-3.537t-1.463-3.538t-3.537-1.462t-3.538%201.462t-1.462%203.538t1.462%203.537t3.538%201.463t3.537-1.463M9.231%209.231%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shapes-outline-sharp.svg?color=%231a73e8&size=48