grains icon
grains-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- grains-fill
- Set
- Phosphor
- Style
- Fill
- 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.84 6c-14.32-29.7-43.25-44.46-44.57-45.13a8 8 0 0 0-7.16 0c-1.33.64-30.26 15.4-44.58 45.13A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88.12 88.12 0 0 0 75.48 87.1a4 4 0 0 0 4.52-4v-50.83a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v51.14a4 4 0 0 0 4.52 4A88.12 88.12 0 0 0 216 144V64a8 8 0 0 0-8-8m-88 93.46a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144Zm8-42.1a88.6 88.6 0 0 0-33.84-38.25c9.21-19.21 26.4-31.33 33.84-35.9c7.45 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36m72 5a88 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 PhGrainsFill(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.84 6c-14.32-29.7-43.25-44.46-44.57-45.13a8 8 0 0 0-7.16 0c-1.33.64-30.26 15.4-44.58 45.13A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88.12 88.12 0 0 0 75.48 87.1a4 4 0 0 0 4.52-4v-50.83a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v51.14a4 4 0 0 0 4.52 4A88.12 88.12 0 0 0 216 144V64a8 8 0 0 0-8-8m-88 93.46a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144Zm8-42.1a88.6 88.6 0 0 0-33.84-38.25c9.21-19.21 26.4-31.33 33.84-35.9c7.45 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36m72 5a88 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.84 6c-14.32-29.7-43.25-44.46-44.57-45.13a8 8 0 0 0-7.16 0c-1.33.64-30.26 15.4-44.58 45.13A87.5 87.5 0 0 0 48 56a8 8 0 0 0-8 8v80a88.12 88.12 0 0 0 75.48 87.1a4 4 0 0 0 4.52-4v-50.83a8.18 8.18 0 0 1 7.47-8.25a8 8 0 0 1 8.53 8v51.14a4 4 0 0 0 4.52 4A88.12 88.12 0 0 0 216 144V64a8 8 0 0 0-8-8m-88 93.46a88 88 0 0 0-64-37.09V72.44A72.1 72.1 0 0 1 120 144Zm8-42.1a88.6 88.6 0 0 0-33.84-38.25c9.21-19.21 26.4-31.33 33.84-35.9c7.45 4.58 24.63 16.7 33.84 35.9A88.6 88.6 0 0 0 128 107.36m72 5a88 88 0 0 0-64 37.09V144a72.1 72.1 0 0 1 64-71.56Z"/></svg> </template>
CSS
.icon-grains-fill {
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.84%206c-14.32-29.7-43.25-44.46-44.57-45.13a8%208%200%200%200-7.16%200c-1.33.64-30.26%2015.4-44.58%2045.13A87.5%2087.5%200%200%200%2048%2056a8%208%200%200%200-8%208v80a88.12%2088.12%200%200%200%2075.48%2087.1a4%204%200%200%200%204.52-4v-50.83a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v51.14a4%204%200%200%200%204.52%204A88.12%2088.12%200%200%200%20216%20144V64a8%208%200%200%200-8-8m-88%2093.46a88%2088%200%200%200-64-37.09V72.44A72.1%2072.1%200%200%201%20120%20144Zm8-42.1a88.6%2088.6%200%200%200-33.84-38.25c9.21-19.21%2026.4-31.33%2033.84-35.9c7.45%204.58%2024.63%2016.7%2033.84%2035.9A88.6%2088.6%200%200%200%20128%20107.36m72%205a88%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.84%206c-14.32-29.7-43.25-44.46-44.57-45.13a8%208%200%200%200-7.16%200c-1.33.64-30.26%2015.4-44.58%2045.13A87.5%2087.5%200%200%200%2048%2056a8%208%200%200%200-8%208v80a88.12%2088.12%200%200%200%2075.48%2087.1a4%204%200%200%200%204.52-4v-50.83a8.18%208.18%200%200%201%207.47-8.25a8%208%200%200%201%208.53%208v51.14a4%204%200%200%200%204.52%204A88.12%2088.12%200%200%200%20216%20144V64a8%208%200%200%200-8-8m-88%2093.46a88%2088%200%200%200-64-37.09V72.44A72.1%2072.1%200%200%201%20120%20144Zm8-42.1a88.6%2088.6%200%200%200-33.84-38.25c9.21-19.21%2026.4-31.33%2033.84-35.9c7.45%204.58%2024.63%2016.7%2033.84%2035.9A88.6%2088.6%200%200%200%20128%20107.36m72%205a88%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-fill.svg?color=%231a73e8&size=48