shapes-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
shapes-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M69.69 62.1a6 6 0 0 0-11.38 0l-40 120A6 6 0 0 0 24 190h80a6 6 0 0 0 5.69-7.9ZM32.32 178L64 83l31.68 95ZM206 76a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50m-88 0a38 38 0 1 1 38 38a38 38 0 0 1-38-38m106 70h-88a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6h88a6 6 0 0 0 6-6v-56a6 6 0 0 0-6-6m-6 56h-76v-44h76Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShapesLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M69.69 62.1a6 6 0 0 0-11.38 0l-40 120A6 6 0 0 0 24 190h80a6 6 0 0 0 5.69-7.9ZM32.32 178L64 83l31.68 95ZM206 76a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50m-88 0a38 38 0 1 1 38 38a38 38 0 0 1-38-38m106 70h-88a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6h88a6 6 0 0 0 6-6v-56a6 6 0 0 0-6-6m-6 56h-76v-44h76Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M69.69 62.1a6 6 0 0 0-11.38 0l-40 120A6 6 0 0 0 24 190h80a6 6 0 0 0 5.69-7.9ZM32.32 178L64 83l31.68 95ZM206 76a50 50 0 1 0-50 50a50.06 50.06 0 0 0 50-50m-88 0a38 38 0 1 1 38 38a38 38 0 0 1-38-38m106 70h-88a6 6 0 0 0-6 6v56a6 6 0 0 0 6 6h88a6 6 0 0 0 6-6v-56a6 6 0 0 0-6-6m-6 56h-76v-44h76Z"/></svg>
</template>

CSS

.icon-shapes-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M69.69%2062.1a6%206%200%200%200-11.38%200l-40%20120A6%206%200%200%200%2024%20190h80a6%206%200%200%200%205.69-7.9ZM32.32%20178L64%2083l31.68%2095ZM206%2076a50%2050%200%201%200-50%2050a50.06%2050.06%200%200%200%2050-50m-88%200a38%2038%200%201%201%2038%2038a38%2038%200%200%201-38-38m106%2070h-88a6%206%200%200%200-6%206v56a6%206%200%200%200%206%206h88a6%206%200%200%200%206-6v-56a6%206%200%200%200-6-6m-6%2056h-76v-44h76Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M69.69%2062.1a6%206%200%200%200-11.38%200l-40%20120A6%206%200%200%200%2024%20190h80a6%206%200%200%200%205.69-7.9ZM32.32%20178L64%2083l31.68%2095ZM206%2076a50%2050%200%201%200-50%2050a50.06%2050.06%200%200%200%2050-50m-88%200a38%2038%200%201%201%2038%2038a38%2038%200%200%201-38-38m106%2070h-88a6%206%200%200%200-6%206v56a6%206%200%200%200%206%206h88a6%206%200%200%200%206-6v-56a6%206%200%200%200-6-6m-6%2056h-76v-44h76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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