round format shapes icon

round-format-shapes from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.

Name
round-format-shapes
Set
Google Material Icons
Style
Baseline
Category
Editor
Viewbox
24×24
License
Apache 2.0

More editor icons from Google Material Icons

Use the round 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="M23 6V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v10H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1h10v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-1V7h1c.55 0 1-.45 1-1M3 3h2v2H3zm2 18H3v-2h2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55 0 1-.45 1-1V5h10v1c0 .55.45 1 1 1h1v10h-1c-.55 0-1 .45-1 1zm4 2h-2v-2h2zM19 5V3h2v2zm-6.06 2.65a1.02 1.02 0 0 0-.95-.65c-.42 0-.8.26-.94.65l-2.77 7.33c-.19.49.17 1.02.7 1.02c.32 0 .6-.2.71-.5l.55-1.5h3.49l.56 1.51c.11.29.39.49.71.49h.01c.53 0 .89-.53.71-1.02zm-2.25 5.09L12 8.91l1.3 3.83z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFormatShapes(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="M23 6V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v10H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1h10v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-1V7h1c.55 0 1-.45 1-1M3 3h2v2H3zm2 18H3v-2h2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55 0 1-.45 1-1V5h10v1c0 .55.45 1 1 1h1v10h-1c-.55 0-1 .45-1 1zm4 2h-2v-2h2zM19 5V3h2v2zm-6.06 2.65a1.02 1.02 0 0 0-.95-.65c-.42 0-.8.26-.94.65l-2.77 7.33c-.19.49.17 1.02.7 1.02c.32 0 .6-.2.71-.5l.55-1.5h3.49l.56 1.51c.11.29.39.49.71.49h.01c.53 0 .89-.53.71-1.02zm-2.25 5.09L12 8.91l1.3 3.83z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v1H7V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h1v10H2c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1h10v1c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1h-1V7h1c.55 0 1-.45 1-1M3 3h2v2H3zm2 18H3v-2h2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55 0 1-.45 1-1V5h10v1c0 .55.45 1 1 1h1v10h-1c-.55 0-1 .45-1 1zm4 2h-2v-2h2zM19 5V3h2v2zm-6.06 2.65a1.02 1.02 0 0 0-.95-.65c-.42 0-.8.26-.94.65l-2.77 7.33c-.19.49.17 1.02.7 1.02c.32 0 .6-.2.71-.5l.55-1.5h3.49l.56 1.51c.11.29.39.49.71.49h.01c.53 0 .89-.53.71-1.02zm-2.25 5.09L12 8.91l1.3 3.83z"/></svg>
</template>

CSS

.icon-round-format-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%22M23%206V2c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v1H7V2c0-.55-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201h1v10H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-1h10v1c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-1V7h1c.55%200%201-.45%201-1M3%203h2v2H3zm2%2018H3v-2h2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55%200%201-.45%201-1V5h10v1c0%20.55.45%201%201%201h1v10h-1c-.55%200-1%20.45-1%201zm4%202h-2v-2h2zM19%205V3h2v2zm-6.06%202.65a1.02%201.02%200%200%200-.95-.65c-.42%200-.8.26-.94.65l-2.77%207.33c-.19.49.17%201.02.7%201.02c.32%200%20.6-.2.71-.5l.55-1.5h3.49l.56%201.51c.11.29.39.49.71.49h.01c.53%200%20.89-.53.71-1.02zm-2.25%205.09L12%208.91l1.3%203.83z%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%22M23%206V2c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v1H7V2c0-.55-.45-1-1-1H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201h1v10H2c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-1h10v1c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-1V7h1c.55%200%201-.45%201-1M3%203h2v2H3zm2%2018H3v-2h2zm12-2H7v-1c0-.55-.45-1-1-1H5V7h1c.55%200%201-.45%201-1V5h10v1c0%20.55.45%201%201%201h1v10h-1c-.55%200-1%20.45-1%201zm4%202h-2v-2h2zM19%205V3h2v2zm-6.06%202.65a1.02%201.02%200%200%200-.95-.65c-.42%200-.8.26-.94.65l-2.77%207.33c-.19.49.17%201.02.7%201.02c.32%200%20.6-.2.71-.5l.55-1.5h3.49l.56%201.51c.11.29.39.49.71.49h.01c.53%200%20.89-.53.71-1.02zm-2.25%205.09L12%208.91l1.3%203.83z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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