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

Name
shapes
Set
Material Symbols Light
Style
Regular
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.486Q3.23 11.74 3.23 9.234T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m3.79 5.668v-1.165q.114.005.23.008t.23.003q3.655 0 6.212-2.558T18 9.231q0-.115-.003-.231l-.008-.23h1.165q.666 0 1.14.474t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475h-8.77q-.666 0-1.14-.474t-.475-1.141"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShapes(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.486Q3.23 11.74 3.23 9.234T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m3.79 5.668v-1.165q.114.005.23.008t.23.003q3.655 0 6.212-2.558T18 9.231q0-.115-.003-.231l-.008-.23h1.165q.666 0 1.14.474t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475h-8.77q-.666 0-1.14-.474t-.475-1.141"/></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.486Q3.23 11.74 3.23 9.234T4.977 4.98q1.746-1.75 4.251-1.75t4.255 1.746t1.749 4.251t-1.745 4.255t-4.251 1.749t-4.255-1.745m3.79 5.668v-1.165q.114.005.23.008t.23.003q3.655 0 6.212-2.558T18 9.231q0-.115-.003-.231l-.008-.23h1.165q.666 0 1.14.474t.475 1.14v8.77q0 .666-.474 1.14t-1.141.475h-8.77q-.666 0-1.14-.474t-.475-1.141"/></svg>
</template>

CSS

.icon-shapes {
  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.486Q3.23%2011.74%203.23%209.234T4.977%204.98q1.746-1.75%204.251-1.75t4.255%201.746t1.749%204.251t-1.745%204.255t-4.251%201.749t-4.255-1.745m3.79%205.668v-1.165q.114.005.23.008t.23.003q3.655%200%206.212-2.558T18%209.231q0-.115-.003-.231l-.008-.23h1.165q.666%200%201.14.474t.475%201.14v8.77q0%20.666-.474%201.14t-1.141.475h-8.77q-.666%200-1.14-.474t-.475-1.141%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.486Q3.23%2011.74%203.23%209.234T4.977%204.98q1.746-1.75%204.251-1.75t4.255%201.746t1.749%204.251t-1.745%204.255t-4.251%201.749t-4.255-1.745m3.79%205.668v-1.165q.114.005.23.008t.23.003q3.655%200%206.212-2.558T18%209.231q0-.115-.003-.231l-.008-.23h1.165q.666%200%201.14.474t.475%201.14v8.77q0%20.666-.474%201.14t-1.141.475h-8.77q-.666%200-1.14-.474t-.475-1.141%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.svg?color=%231a73e8&size=48