shapes icon
shapes-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- shapes-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M10 22q-.825 0-1.412-.587T8 20v-1q0-.425.288-.712T9 18t.713.288T10 19v1h10V10h-1q-.425 0-.712-.288T18 9t.288-.712T19 8h1q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm-5.962-8.037Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShapesOutlineRounded(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 22q-.825 0-1.412-.587T8 20v-1q0-.425.288-.712T9 18t.713.288T10 19v1h10V10h-1q-.425 0-.712-.288T18 9t.288-.712T19 8h1q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm-5.962-8.037Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></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 22q-.825 0-1.412-.587T8 20v-1q0-.425.288-.712T9 18t.713.288T10 19v1h10V10h-1q-.425 0-.712-.288T18 9t.288-.712T19 8h1q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm-5.962-8.037Q2 11.925 2 9t2.038-4.962T9 2t4.963 2.038T16 9t-2.037 4.963T9 16t-4.962-2.037m8.5-1.425Q14 11.075 14 9t-1.463-3.537T9 4T5.463 5.463T4 9t1.463 3.538T9 14t3.538-1.463M9 9"/></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%2022q-.825%200-1.412-.587T8%2020v-1q0-.425.288-.712T9%2018t.713.288T10%2019v1h10V10h-1q-.425%200-.712-.288T18%209t.288-.712T19%208h1q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm-5.962-8.037Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037m8.5-1.425Q14%2011.075%2014%209t-1.463-3.537T9%204T5.463%205.463T4%209t1.463%203.538T9%2014t3.538-1.463M9%209%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%2022q-.825%200-1.412-.587T8%2020v-1q0-.425.288-.712T9%2018t.713.288T10%2019v1h10V10h-1q-.425%200-.712-.288T18%209t.288-.712T19%208h1q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm-5.962-8.037Q2%2011.925%202%209t2.038-4.962T9%202t4.963%202.038T16%209t-2.037%204.963T9%2016t-4.962-2.037m8.5-1.425Q14%2011.075%2014%209t-1.463-3.537T9%204T5.463%205.463T4%209t1.463%203.538T9%2014t3.538-1.463M9%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shapes-outline-rounded.svg?color=%231a73e8&size=48