shapes-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
shapes-thin
Set
Phosphor
Style
Thin
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="M67.79 62.74a4 4 0 0 0-7.58 0l-40 120A4 4 0 0 0 24 188h80a4 4 0 0 0 3.79-5.26ZM29.55 180L64 76.65L98.45 180ZM204 76a48 48 0 1 0-48 48a48.05 48.05 0 0 0 48-48m-88 0a40 40 0 1 1 40 40a40 40 0 0 1-40-40m108 72h-88a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h88a4 4 0 0 0 4-4v-56a4 4 0 0 0-4-4m-4 56h-80v-48h80Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShapesThin(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="M67.79 62.74a4 4 0 0 0-7.58 0l-40 120A4 4 0 0 0 24 188h80a4 4 0 0 0 3.79-5.26ZM29.55 180L64 76.65L98.45 180ZM204 76a48 48 0 1 0-48 48a48.05 48.05 0 0 0 48-48m-88 0a40 40 0 1 1 40 40a40 40 0 0 1-40-40m108 72h-88a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h88a4 4 0 0 0 4-4v-56a4 4 0 0 0-4-4m-4 56h-80v-48h80Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M67.79 62.74a4 4 0 0 0-7.58 0l-40 120A4 4 0 0 0 24 188h80a4 4 0 0 0 3.79-5.26ZM29.55 180L64 76.65L98.45 180ZM204 76a48 48 0 1 0-48 48a48.05 48.05 0 0 0 48-48m-88 0a40 40 0 1 1 40 40a40 40 0 0 1-40-40m108 72h-88a4 4 0 0 0-4 4v56a4 4 0 0 0 4 4h88a4 4 0 0 0 4-4v-56a4 4 0 0 0-4-4m-4 56h-80v-48h80Z"/></svg>
</template>

CSS

.icon-shapes-thin {
  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%22M67.79%2062.74a4%204%200%200%200-7.58%200l-40%20120A4%204%200%200%200%2024%20188h80a4%204%200%200%200%203.79-5.26ZM29.55%20180L64%2076.65L98.45%20180ZM204%2076a48%2048%200%201%200-48%2048a48.05%2048.05%200%200%200%2048-48m-88%200a40%2040%200%201%201%2040%2040a40%2040%200%200%201-40-40m108%2072h-88a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204h88a4%204%200%200%200%204-4v-56a4%204%200%200%200-4-4m-4%2056h-80v-48h80Z%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%22M67.79%2062.74a4%204%200%200%200-7.58%200l-40%20120A4%204%200%200%200%2024%20188h80a4%204%200%200%200%203.79-5.26ZM29.55%20180L64%2076.65L98.45%20180ZM204%2076a48%2048%200%201%200-48%2048a48.05%2048.05%200%200%200%2048-48m-88%200a40%2040%200%201%201%2040%2040a40%2040%200%200%201-40-40m108%2072h-88a4%204%200%200%200-4%204v56a4%204%200%200%200%204%204h88a4%204%200%200%200%204-4v-56a4%204%200%200%200-4-4m-4%2056h-80v-48h80Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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