shapes icon
shapes-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shapes-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M10.385 20.77q-.667 0-1.141-.475t-.475-1.141V18.5q0-.213.144-.356Q9.057 18 9.27 18t.356.144t.143.356v.654q0 .269.173.442t.442.173h8.77q.269 0 .442-.173t.173-.442v-8.77q0-.268-.173-.442q-.173-.173-.442-.173H18.5q-.213 0-.356-.144T18 9.27t.144-.356t.356-.144h.654q.666 0 1.14.475t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475zM4.98 13.485Q3.23 11.74 3.23 9.234T4.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 MaterialSymbolsLightShapesOutlineRounded(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.385 20.77q-.667 0-1.141-.475t-.475-1.141V18.5q0-.213.144-.356Q9.057 18 9.27 18t.356.144t.143.356v.654q0 .269.173.442t.442.173h8.77q.269 0 .442-.173t.173-.442v-8.77q0-.268-.173-.442q-.173-.173-.442-.173H18.5q-.213 0-.356-.144T18 9.27t.144-.356t.356-.144h.654q.666 0 1.14.475t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475zM4.98 13.485Q3.23 11.74 3.23 9.234T4.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="M10.385 20.77q-.667 0-1.141-.475t-.475-1.141V18.5q0-.213.144-.356Q9.057 18 9.27 18t.356.144t.143.356v.654q0 .269.173.442t.442.173h8.77q.269 0 .442-.173t.173-.442v-8.77q0-.268-.173-.442q-.173-.173-.442-.173H18.5q-.213 0-.356-.144T18 9.27t.144-.356t.356-.144h.654q.666 0 1.14.475t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475zM4.98 13.485Q3.23 11.74 3.23 9.234T4.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-rounded {
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.385%2020.77q-.667%200-1.141-.475t-.475-1.141V18.5q0-.213.144-.356Q9.057%2018%209.27%2018t.356.144t.143.356v.654q0%20.269.173.442t.442.173h8.77q.269%200%20.442-.173t.173-.442v-8.77q0-.268-.173-.442q-.173-.173-.442-.173H18.5q-.213%200-.356-.144T18%209.27t.144-.356t.356-.144h.654q.666%200%201.14.475t.475%201.14v8.77q0%20.666-.474%201.14t-1.141.475zM4.98%2013.485Q3.23%2011.74%203.23%209.234T4.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%22M10.385%2020.77q-.667%200-1.141-.475t-.475-1.141V18.5q0-.213.144-.356Q9.057%2018%209.27%2018t.356.144t.143.356v.654q0%20.269.173.442t.442.173h8.77q.269%200%20.442-.173t.173-.442v-8.77q0-.268-.173-.442q-.173-.173-.442-.173H18.5q-.213%200-.356-.144T18%209.27t.144-.356t.356-.144h.654q.666%200%201.14.475t.475%201.14v8.77q0%20.666-.474%201.14t-1.141.475zM4.98%2013.485Q3.23%2011.74%203.23%209.234T4.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-rounded.svg?color=%231a73e8&size=48