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

Name
shapes-rounded
Set
Material Symbols Light
Style
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

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.98 13.482q-1.75-1.75-1.75-4.251T4.98 4.98t4.25-1.75t4.252 1.75t1.749 4.25t-1.75 4.252t-4.25 1.749t-4.251-1.75m5.405 7.288q-.672 0-1.144-.472t-.472-1.143v-.477q0-.292.195-.487q.195-.196.494-.215q1.74-.077 3.24-.692q1.5-.616 2.735-1.85q1.234-1.235 1.85-2.735q.615-1.5.692-3.24q.02-.298.215-.493q.195-.196.487-.196h.477q.671 0 1.143.472q.472.473.472 1.144v8.769q0 .671-.472 1.143t-1.143.472z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShapesRounded(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.98 13.482q-1.75-1.75-1.75-4.251T4.98 4.98t4.25-1.75t4.252 1.75t1.749 4.25t-1.75 4.252t-4.25 1.749t-4.251-1.75m5.405 7.288q-.672 0-1.144-.472t-.472-1.143v-.477q0-.292.195-.487q.195-.196.494-.215q1.74-.077 3.24-.692q1.5-.616 2.735-1.85q1.234-1.235 1.85-2.735q.615-1.5.692-3.24q.02-.298.215-.493q.195-.196.487-.196h.477q.671 0 1.143.472q.472.473.472 1.144v8.769q0 .671-.472 1.143t-1.143.472z"/></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.98 13.482q-1.75-1.75-1.75-4.251T4.98 4.98t4.25-1.75t4.252 1.75t1.749 4.25t-1.75 4.252t-4.25 1.749t-4.251-1.75m5.405 7.288q-.672 0-1.144-.472t-.472-1.143v-.477q0-.292.195-.487q.195-.196.494-.215q1.74-.077 3.24-.692q1.5-.616 2.735-1.85q1.234-1.235 1.85-2.735q.615-1.5.692-3.24q.02-.298.215-.493q.195-.196.487-.196h.477q.671 0 1.143.472q.472.473.472 1.144v8.769q0 .671-.472 1.143t-1.143.472z"/></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.98%2013.482q-1.75-1.75-1.75-4.251T4.98%204.98t4.25-1.75t4.252%201.75t1.749%204.25t-1.75%204.252t-4.25%201.749t-4.251-1.75m5.405%207.288q-.672%200-1.144-.472t-.472-1.143v-.477q0-.292.195-.487q.195-.196.494-.215q1.74-.077%203.24-.692q1.5-.616%202.735-1.85q1.234-1.235%201.85-2.735q.615-1.5.692-3.24q.02-.298.215-.493q.195-.196.487-.196h.477q.671%200%201.143.472q.472.473.472%201.144v8.769q0%20.671-.472%201.143t-1.143.472z%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.98%2013.482q-1.75-1.75-1.75-4.251T4.98%204.98t4.25-1.75t4.252%201.75t1.749%204.25t-1.75%204.252t-4.25%201.749t-4.251-1.75m5.405%207.288q-.672%200-1.144-.472t-.472-1.143v-.477q0-.292.195-.487q.195-.196.494-.215q1.74-.077%203.24-.692q1.5-.616%202.735-1.85q1.234-1.235%201.85-2.735q.615-1.5.692-3.24q.02-.298.215-.493q.195-.196.487-.196h.477q.671%200%201.143.472q.472.473.472%201.144v8.769q0%20.671-.472%201.143t-1.143.472z%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-rounded.svg?color=%231a73e8&size=48