format shapes icon
format-shapes-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-shapes-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 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 format 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.175 14.975l2.85-7.5q.075-.225.275-.35T11.725 7h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H10.2l-.625 1.825q-.075.225-.275.35T8.875 16q-.4 0-.612-.325t-.088-.7M10.65 12.4h2.7l-1.3-3.75h-.1zM1 22v-4q0-.425.288-.712T2 17h1V7H2q-.425 0-.712-.288T1 6V2q0-.425.288-.712T2 1h4q.425 0 .713.288T7 2v1h10V2q0-.425.288-.712T18 1h4q.425 0 .713.288T23 2v4q0 .425-.288.713T22 7h-1v10h1q.425 0 .713.288T23 18v4q0 .425-.288.713T22 23h-4q-.425 0-.712-.288T17 22v-1H7v1q0 .425-.288.713T6 23H2q-.425 0-.712-.288T1 22m6-3h10v-1q0-.425.288-.712T18 17h1V7h-1q-.425 0-.712-.288T17 6V5H7v1q0 .425-.288.713T6 7H5v10h1q.425 0 .713.288T7 18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFormatShapesRounded(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.175 14.975l2.85-7.5q.075-.225.275-.35T11.725 7h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H10.2l-.625 1.825q-.075.225-.275.35T8.875 16q-.4 0-.612-.325t-.088-.7M10.65 12.4h2.7l-1.3-3.75h-.1zM1 22v-4q0-.425.288-.712T2 17h1V7H2q-.425 0-.712-.288T1 6V2q0-.425.288-.712T2 1h4q.425 0 .713.288T7 2v1h10V2q0-.425.288-.712T18 1h4q.425 0 .713.288T23 2v4q0 .425-.288.713T22 7h-1v10h1q.425 0 .713.288T23 18v4q0 .425-.288.713T22 23h-4q-.425 0-.712-.288T17 22v-1H7v1q0 .425-.288.713T6 23H2q-.425 0-.712-.288T1 22m6-3h10v-1q0-.425.288-.712T18 17h1V7h-1q-.425 0-.712-.288T17 6V5H7v1q0 .425-.288.713T6 7H5v10h1q.425 0 .713.288T7 18z"/></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.175 14.975l2.85-7.5q.075-.225.275-.35T11.725 7h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H10.2l-.625 1.825q-.075.225-.275.35T8.875 16q-.4 0-.612-.325t-.088-.7M10.65 12.4h2.7l-1.3-3.75h-.1zM1 22v-4q0-.425.288-.712T2 17h1V7H2q-.425 0-.712-.288T1 6V2q0-.425.288-.712T2 1h4q.425 0 .713.288T7 2v1h10V2q0-.425.288-.712T18 1h4q.425 0 .713.288T23 2v4q0 .425-.288.713T22 7h-1v10h1q.425 0 .713.288T23 18v4q0 .425-.288.713T22 23h-4q-.425 0-.712-.288T17 22v-1H7v1q0 .425-.288.713T6 23H2q-.425 0-.712-.288T1 22m6-3h10v-1q0-.425.288-.712T18 17h1V7h-1q-.425 0-.712-.288T17 6V5H7v1q0 .425-.288.713T6 7H5v10h1q.425 0 .713.288T7 18z"/></svg> </template>
CSS
.icon-format-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%22m8.175%2014.975l2.85-7.5q.075-.225.275-.35T11.725%207h.55q.225%200%20.425.125t.275.35l2.85%207.575q.125.35-.075.65t-.575.3q-.225%200-.425-.137t-.275-.363l-.625-1.8H10.2l-.625%201.825q-.075.225-.275.35T8.875%2016q-.4%200-.612-.325t-.088-.7M10.65%2012.4h2.7l-1.3-3.75h-.1zM1%2022v-4q0-.425.288-.712T2%2017h1V7H2q-.425%200-.712-.288T1%206V2q0-.425.288-.712T2%201h4q.425%200%20.713.288T7%202v1h10V2q0-.425.288-.712T18%201h4q.425%200%20.713.288T23%202v4q0%20.425-.288.713T22%207h-1v10h1q.425%200%20.713.288T23%2018v4q0%20.425-.288.713T22%2023h-4q-.425%200-.712-.288T17%2022v-1H7v1q0%20.425-.288.713T6%2023H2q-.425%200-.712-.288T1%2022m6-3h10v-1q0-.425.288-.712T18%2017h1V7h-1q-.425%200-.712-.288T17%206V5H7v1q0%20.425-.288.713T6%207H5v10h1q.425%200%20.713.288T7%2018z%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.175%2014.975l2.85-7.5q.075-.225.275-.35T11.725%207h.55q.225%200%20.425.125t.275.35l2.85%207.575q.125.35-.075.65t-.575.3q-.225%200-.425-.137t-.275-.363l-.625-1.8H10.2l-.625%201.825q-.075.225-.275.35T8.875%2016q-.4%200-.612-.325t-.088-.7M10.65%2012.4h2.7l-1.3-3.75h-.1zM1%2022v-4q0-.425.288-.712T2%2017h1V7H2q-.425%200-.712-.288T1%206V2q0-.425.288-.712T2%201h4q.425%200%20.713.288T7%202v1h10V2q0-.425.288-.712T18%201h4q.425%200%20.713.288T23%202v4q0%20.425-.288.713T22%207h-1v10h1q.425%200%20.713.288T23%2018v4q0%20.425-.288.713T22%2023h-4q-.425%200-.712-.288T17%2022v-1H7v1q0%20.425-.288.713T6%2023H2q-.425%200-.712-.288T1%2022m6-3h10v-1q0-.425.288-.712T18%2017h1V7h-1q-.425%200-.712-.288T17%206V5H7v1q0%20.425-.288.713T6%207H5v10h1q.425%200%20.713.288T7%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-shapes-rounded.svg?color=%231a73e8&size=48