shapes-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
shapes-bold
Set
Phosphor
Style
Bold
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="M71.49 60.55a12 12 0 0 0-23 0l-36 120A12 12 0 0 0 24 196h72a12 12 0 0 0 11.49-15.45ZM40.13 172L60 105.76L79.87 172ZM212 74a54 54 0 1 0-54 54a54.06 54.06 0 0 0 54-54m-84 0a30 30 0 1 1 30 30a30 30 0 0 1-30-30m96 70h-88a12 12 0 0 0-12 12v52a12 12 0 0 0 12 12h88a12 12 0 0 0 12-12v-52a12 12 0 0 0-12-12m-12 52h-64v-28h64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShapesBold(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="M71.49 60.55a12 12 0 0 0-23 0l-36 120A12 12 0 0 0 24 196h72a12 12 0 0 0 11.49-15.45ZM40.13 172L60 105.76L79.87 172ZM212 74a54 54 0 1 0-54 54a54.06 54.06 0 0 0 54-54m-84 0a30 30 0 1 1 30 30a30 30 0 0 1-30-30m96 70h-88a12 12 0 0 0-12 12v52a12 12 0 0 0 12 12h88a12 12 0 0 0 12-12v-52a12 12 0 0 0-12-12m-12 52h-64v-28h64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.49 60.55a12 12 0 0 0-23 0l-36 120A12 12 0 0 0 24 196h72a12 12 0 0 0 11.49-15.45ZM40.13 172L60 105.76L79.87 172ZM212 74a54 54 0 1 0-54 54a54.06 54.06 0 0 0 54-54m-84 0a30 30 0 1 1 30 30a30 30 0 0 1-30-30m96 70h-88a12 12 0 0 0-12 12v52a12 12 0 0 0 12 12h88a12 12 0 0 0 12-12v-52a12 12 0 0 0-12-12m-12 52h-64v-28h64Z"/></svg>
</template>

CSS

.icon-shapes-bold {
  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%22M71.49%2060.55a12%2012%200%200%200-23%200l-36%20120A12%2012%200%200%200%2024%20196h72a12%2012%200%200%200%2011.49-15.45ZM40.13%20172L60%20105.76L79.87%20172ZM212%2074a54%2054%200%201%200-54%2054a54.06%2054.06%200%200%200%2054-54m-84%200a30%2030%200%201%201%2030%2030a30%2030%200%200%201-30-30m96%2070h-88a12%2012%200%200%200-12%2012v52a12%2012%200%200%200%2012%2012h88a12%2012%200%200%200%2012-12v-52a12%2012%200%200%200-12-12m-12%2052h-64v-28h64Z%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%22M71.49%2060.55a12%2012%200%200%200-23%200l-36%20120A12%2012%200%200%200%2024%20196h72a12%2012%200%200%200%2011.49-15.45ZM40.13%20172L60%20105.76L79.87%20172ZM212%2074a54%2054%200%201%200-54%2054a54.06%2054.06%200%200%200%2054-54m-84%200a30%2030%200%201%201%2030%2030a30%2030%200%200%201-30-30m96%2070h-88a12%2012%200%200%200-12%2012v52a12%2012%200%200%200%2012%2012h88a12%2012%200%200%200%2012-12v-52a12%2012%200%200%200-12-12m-12%2052h-64v-28h64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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