grains from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
grains
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the grains icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 56a87.5 87.5 0 0 0-31.85 6c-14.32-29.7-43.25-44.46-44.57-45.12a8 8 0 0 0-7.16 0c-1.33.66-30.25 15.42-44.57 45.12A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88 88 0 0 0 176 0V64a8 8 0 0 0-8-8m-88 159.56A72.1 72.1 0 0 1 56 144v-15.56A72.1 72.1 0 0 1 120 200Zm0-66.1a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144ZM94.15 69.11c9.22-19.21 26.41-31.33 33.85-35.9c7.44 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36a88.57 88.57 0 0 0-33.85-38.25M200 144a72.1 72.1 0 0 1-64 71.56V200a72.1 72.1 0 0 1 64-71.56Zm0-31.63a88 88 0 0 0-64 37.09V144a72.1 72.1 0 0 1 64-71.56Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGrains(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="M208 56a87.5 87.5 0 0 0-31.85 6c-14.32-29.7-43.25-44.46-44.57-45.12a8 8 0 0 0-7.16 0c-1.33.66-30.25 15.42-44.57 45.12A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88 88 0 0 0 176 0V64a8 8 0 0 0-8-8m-88 159.56A72.1 72.1 0 0 1 56 144v-15.56A72.1 72.1 0 0 1 120 200Zm0-66.1a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144ZM94.15 69.11c9.22-19.21 26.41-31.33 33.85-35.9c7.44 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36a88.57 88.57 0 0 0-33.85-38.25M200 144a72.1 72.1 0 0 1-64 71.56V200a72.1 72.1 0 0 1 64-71.56Zm0-31.63a88 88 0 0 0-64 37.09V144a72.1 72.1 0 0 1 64-71.56Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 56a87.5 87.5 0 0 0-31.85 6c-14.32-29.7-43.25-44.46-44.57-45.12a8 8 0 0 0-7.16 0c-1.33.66-30.25 15.42-44.57 45.12A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88 88 0 0 0 176 0V64a8 8 0 0 0-8-8m-88 159.56A72.1 72.1 0 0 1 56 144v-15.56A72.1 72.1 0 0 1 120 200Zm0-66.1a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144ZM94.15 69.11c9.22-19.21 26.41-31.33 33.85-35.9c7.44 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36a88.57 88.57 0 0 0-33.85-38.25M200 144a72.1 72.1 0 0 1-64 71.56V200a72.1 72.1 0 0 1 64-71.56Zm0-31.63a88 88 0 0 0-64 37.09V144a72.1 72.1 0 0 1 64-71.56Z"/></svg>
</template>

CSS

.icon-grains {
  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%22M208%2056a87.5%2087.5%200%200%200-31.85%206c-14.32-29.7-43.25-44.46-44.57-45.12a8%208%200%200%200-7.16%200c-1.33.66-30.25%2015.42-44.57%2045.12A87.5%2087.5%200%200%200%2048%2056a8%208%200%200%200-8%208v80a88%2088%200%200%200%20176%200V64a8%208%200%200%200-8-8m-88%20159.56A72.1%2072.1%200%200%201%2056%20144v-15.56A72.1%2072.1%200%200%201%20120%20200Zm0-66.1a88%2088%200%200%200-64-37.09V72.44A72.1%2072.1%200%200%201%20120%20144ZM94.15%2069.11c9.22-19.21%2026.41-31.33%2033.85-35.9c7.44%204.58%2024.63%2016.7%2033.84%2035.9A88.6%2088.6%200%200%200%20128%20107.36a88.57%2088.57%200%200%200-33.85-38.25M200%20144a72.1%2072.1%200%200%201-64%2071.56V200a72.1%2072.1%200%200%201%2064-71.56Zm0-31.63a88%2088%200%200%200-64%2037.09V144a72.1%2072.1%200%200%201%2064-71.56Z%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%22M208%2056a87.5%2087.5%200%200%200-31.85%206c-14.32-29.7-43.25-44.46-44.57-45.12a8%208%200%200%200-7.16%200c-1.33.66-30.25%2015.42-44.57%2045.12A87.5%2087.5%200%200%200%2048%2056a8%208%200%200%200-8%208v80a88%2088%200%200%200%20176%200V64a8%208%200%200%200-8-8m-88%20159.56A72.1%2072.1%200%200%201%2056%20144v-15.56A72.1%2072.1%200%200%201%20120%20200Zm0-66.1a88%2088%200%200%200-64-37.09V72.44A72.1%2072.1%200%200%201%20120%20144ZM94.15%2069.11c9.22-19.21%2026.41-31.33%2033.85-35.9c7.44%204.58%2024.63%2016.7%2033.84%2035.9A88.6%2088.6%200%200%200%20128%20107.36a88.57%2088.57%200%200%200-33.85-38.25M200%20144a72.1%2072.1%200%200%201-64%2071.56V200a72.1%2072.1%200%200%201%2064-71.56Zm0-31.63a88%2088%200%200%200-64%2037.09V144a72.1%2072.1%200%200%201%2064-71.56Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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