format-shapes-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
format-shapes-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.406 15.398l3.196-8.211q.03-.089.109-.138T11.879 7h.236q.097 0 .175.049q.079.05.108.138l3.235 8.21q.086.234-.044.419q-.131.184-.376.184q-.147 0-.261-.07t-.17-.218l-.913-2.32h-3.727l-.913 2.325q-.056.13-.16.206q-.103.077-.242.077q-.246 0-.377-.19q-.13-.19-.044-.412m2.033-2.806h3.123L12.03 8.573h-.1zm-8.055 8.216v-2.616q0-.343.233-.575t.575-.233H4V6.617h-.811q-.345 0-.574-.233q-.23-.232-.23-.575V3.192q0-.343.232-.575t.575-.232h2.616q.343 0 .575.232t.233.575V4h10.769v-.811q0-.345.232-.574q.232-.23.575-.23h2.616q.343 0 .575.232t.233.575v2.616q0 .343-.233.575t-.575.233H20v10.769h.811q.345 0 .575.232t.23.575v2.616q0 .343-.233.575t-.575.233h-2.616q-.343 0-.575-.233t-.233-.575V20H6.617v.811q0 .345-.233.575q-.232.23-.575.23H3.192q-.343 0-.575-.233t-.232-.575M6.615 19h10.77v-.811q0-.345.232-.574q.232-.23.575-.23H19V6.615h-.811q-.345 0-.574-.232q-.23-.232-.23-.575V5H6.615v.811q0 .345-.232.575t-.575.23H5v10.769h.811q.345 0 .575.232t.23.575z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatShapesRounded(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.406 15.398l3.196-8.211q.03-.089.109-.138T11.879 7h.236q.097 0 .175.049q.079.05.108.138l3.235 8.21q.086.234-.044.419q-.131.184-.376.184q-.147 0-.261-.07t-.17-.218l-.913-2.32h-3.727l-.913 2.325q-.056.13-.16.206q-.103.077-.242.077q-.246 0-.377-.19q-.13-.19-.044-.412m2.033-2.806h3.123L12.03 8.573h-.1zm-8.055 8.216v-2.616q0-.343.233-.575t.575-.233H4V6.617h-.811q-.345 0-.574-.233q-.23-.232-.23-.575V3.192q0-.343.232-.575t.575-.232h2.616q.343 0 .575.232t.233.575V4h10.769v-.811q0-.345.232-.574q.232-.23.575-.23h2.616q.343 0 .575.232t.233.575v2.616q0 .343-.233.575t-.575.233H20v10.769h.811q.345 0 .575.232t.23.575v2.616q0 .343-.233.575t-.575.233h-2.616q-.343 0-.575-.233t-.233-.575V20H6.617v.811q0 .345-.233.575q-.232.23-.575.23H3.192q-.343 0-.575-.233t-.232-.575M6.615 19h10.77v-.811q0-.345.232-.574q.232-.23.575-.23H19V6.615h-.811q-.345 0-.574-.232q-.23-.232-.23-.575V5H6.615v.811q0 .345-.232.575t-.575.23H5v10.769h.811q.345 0 .575.232t.23.575z"/></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.406 15.398l3.196-8.211q.03-.089.109-.138T11.879 7h.236q.097 0 .175.049q.079.05.108.138l3.235 8.21q.086.234-.044.419q-.131.184-.376.184q-.147 0-.261-.07t-.17-.218l-.913-2.32h-3.727l-.913 2.325q-.056.13-.16.206q-.103.077-.242.077q-.246 0-.377-.19q-.13-.19-.044-.412m2.033-2.806h3.123L12.03 8.573h-.1zm-8.055 8.216v-2.616q0-.343.233-.575t.575-.233H4V6.617h-.811q-.345 0-.574-.233q-.23-.232-.23-.575V3.192q0-.343.232-.575t.575-.232h2.616q.343 0 .575.232t.233.575V4h10.769v-.811q0-.345.232-.574q.232-.23.575-.23h2.616q.343 0 .575.232t.233.575v2.616q0 .343-.233.575t-.575.233H20v10.769h.811q.345 0 .575.232t.23.575v2.616q0 .343-.233.575t-.575.233h-2.616q-.343 0-.575-.233t-.233-.575V20H6.617v.811q0 .345-.233.575q-.232.23-.575.23H3.192q-.343 0-.575-.233t-.232-.575M6.615 19h10.77v-.811q0-.345.232-.574q.232-.23.575-.23H19V6.615h-.811q-.345 0-.574-.232q-.23-.232-.23-.575V5H6.615v.811q0 .345-.232.575t-.575.23H5v10.769h.811q.345 0 .575.232t.23.575z"/></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.406%2015.398l3.196-8.211q.03-.089.109-.138T11.879%207h.236q.097%200%20.175.049q.079.05.108.138l3.235%208.21q.086.234-.044.419q-.131.184-.376.184q-.147%200-.261-.07t-.17-.218l-.913-2.32h-3.727l-.913%202.325q-.056.13-.16.206q-.103.077-.242.077q-.246%200-.377-.19q-.13-.19-.044-.412m2.033-2.806h3.123L12.03%208.573h-.1zm-8.055%208.216v-2.616q0-.343.233-.575t.575-.233H4V6.617h-.811q-.345%200-.574-.233q-.23-.232-.23-.575V3.192q0-.343.232-.575t.575-.232h2.616q.343%200%20.575.232t.233.575V4h10.769v-.811q0-.345.232-.574q.232-.23.575-.23h2.616q.343%200%20.575.232t.233.575v2.616q0%20.343-.233.575t-.575.233H20v10.769h.811q.345%200%20.575.232t.23.575v2.616q0%20.343-.233.575t-.575.233h-2.616q-.343%200-.575-.233t-.233-.575V20H6.617v.811q0%20.345-.233.575q-.232.23-.575.23H3.192q-.343%200-.575-.233t-.232-.575M6.615%2019h10.77v-.811q0-.345.232-.574q.232-.23.575-.23H19V6.615h-.811q-.345%200-.574-.232q-.23-.232-.23-.575V5H6.615v.811q0%20.345-.232.575t-.575.23H5v10.769h.811q.345%200%20.575.232t.23.575z%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.406%2015.398l3.196-8.211q.03-.089.109-.138T11.879%207h.236q.097%200%20.175.049q.079.05.108.138l3.235%208.21q.086.234-.044.419q-.131.184-.376.184q-.147%200-.261-.07t-.17-.218l-.913-2.32h-3.727l-.913%202.325q-.056.13-.16.206q-.103.077-.242.077q-.246%200-.377-.19q-.13-.19-.044-.412m2.033-2.806h3.123L12.03%208.573h-.1zm-8.055%208.216v-2.616q0-.343.233-.575t.575-.233H4V6.617h-.811q-.345%200-.574-.233q-.23-.232-.23-.575V3.192q0-.343.232-.575t.575-.232h2.616q.343%200%20.575.232t.233.575V4h10.769v-.811q0-.345.232-.574q.232-.23.575-.23h2.616q.343%200%20.575.232t.233.575v2.616q0%20.343-.233.575t-.575.233H20v10.769h.811q.345%200%20.575.232t.23.575v2.616q0%20.343-.233.575t-.575.233h-2.616q-.343%200-.575-.233t-.233-.575V20H6.617v.811q0%20.345-.233.575q-.232.23-.575.23H3.192q-.343%200-.575-.233t-.232-.575M6.615%2019h10.77v-.811q0-.345.232-.574q.232-.23.575-.23H19V6.615h-.811q-.345%200-.574-.232q-.23-.232-.23-.575V5H6.615v.811q0%20.345-.232.575t-.575.23H5v10.769h.811q.345%200%20.575.232t.23.575z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/format-shapes-rounded.svg?color=%231a73e8&size=48