shapes icon
shapes-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shapes-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 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 shapes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.038 13.963Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037M10 22q-.825 0-1.412-.587T8 20v-1.15q0-.35.263-.612t.637-.263q1.875 0 3.5-.625t2.975-1.975T17.35 12.4t.625-3.5q0-.375.263-.637T18.85 8H20q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShapesRounded(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="M4.038 13.963Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037M10 22q-.825 0-1.412-.587T8 20v-1.15q0-.35.263-.612t.637-.263q1.875 0 3.5-.625t2.975-1.975T17.35 12.4t.625-3.5q0-.375.263-.637T18.85 8H20q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.038 13.963Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037M10 22q-.825 0-1.412-.587T8 20v-1.15q0-.35.263-.612t.637-.263q1.875 0 3.5-.625t2.975-1.975T17.35 12.4t.625-3.5q0-.375.263-.637T18.85 8H20q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22z"/></svg> </template>
CSS
.icon-shapes-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%22M4.038%2013.963Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037M10%2022q-.825%200-1.412-.587T8%2020v-1.15q0-.35.263-.612t.637-.263q1.875%200%203.5-.625t2.975-1.975T17.35%2012.4t.625-3.5q0-.375.263-.637T18.85%208H20q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022z%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%22M4.038%2013.963Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037M10%2022q-.825%200-1.412-.587T8%2020v-1.15q0-.35.263-.612t.637-.263q1.875%200%203.5-.625t2.975-1.975T17.35%2012.4t.625-3.5q0-.375.263-.637T18.85%208H20q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shapes-rounded.svg?color=%231a73e8&size=48