grains icon
grains-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- grains-bold
- Set
- Phosphor
- Style
- Bold
- 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 52a91.7 91.7 0 0 0-29.9 5c-15.39-28.76-43.4-43.06-44.73-43.72a12 12 0 0 0-10.74 0c-1.33.66-29.34 15-44.74 43.72A91.6 91.6 0 0 0 48 52a12 12 0 0 0-12 12v80a92 92 0 0 0 184 0V64a12 12 0 0 0-12-12M60 77.06a68.15 68.15 0 0 1 55.72 60.73a91.9 91.9 0 0 0-55.72-29Zm56 133.88A68.12 68.12 0 0 1 60 144v-10.94A68.12 68.12 0 0 1 116 200ZM99.37 67.71c8.2-14.94 21.32-25 28.63-29.77c7.32 4.79 20.43 14.83 28.63 29.77A92.7 92.7 0 0 0 128 98.61a92.8 92.8 0 0 0-28.63-30.9M196 144a68.12 68.12 0 0 1-56 66.94V200a68.12 68.12 0 0 1 56-66.94Zm0-35.22a91.9 91.9 0 0 0-55.72 29A68.15 68.15 0 0 1 196 77.06Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGrainsBold(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 52a91.7 91.7 0 0 0-29.9 5c-15.39-28.76-43.4-43.06-44.73-43.72a12 12 0 0 0-10.74 0c-1.33.66-29.34 15-44.74 43.72A91.6 91.6 0 0 0 48 52a12 12 0 0 0-12 12v80a92 92 0 0 0 184 0V64a12 12 0 0 0-12-12M60 77.06a68.15 68.15 0 0 1 55.72 60.73a91.9 91.9 0 0 0-55.72-29Zm56 133.88A68.12 68.12 0 0 1 60 144v-10.94A68.12 68.12 0 0 1 116 200ZM99.37 67.71c8.2-14.94 21.32-25 28.63-29.77c7.32 4.79 20.43 14.83 28.63 29.77A92.7 92.7 0 0 0 128 98.61a92.8 92.8 0 0 0-28.63-30.9M196 144a68.12 68.12 0 0 1-56 66.94V200a68.12 68.12 0 0 1 56-66.94Zm0-35.22a91.9 91.9 0 0 0-55.72 29A68.15 68.15 0 0 1 196 77.06Z"/></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 52a91.7 91.7 0 0 0-29.9 5c-15.39-28.76-43.4-43.06-44.73-43.72a12 12 0 0 0-10.74 0c-1.33.66-29.34 15-44.74 43.72A91.6 91.6 0 0 0 48 52a12 12 0 0 0-12 12v80a92 92 0 0 0 184 0V64a12 12 0 0 0-12-12M60 77.06a68.15 68.15 0 0 1 55.72 60.73a91.9 91.9 0 0 0-55.72-29Zm56 133.88A68.12 68.12 0 0 1 60 144v-10.94A68.12 68.12 0 0 1 116 200ZM99.37 67.71c8.2-14.94 21.32-25 28.63-29.77c7.32 4.79 20.43 14.83 28.63 29.77A92.7 92.7 0 0 0 128 98.61a92.8 92.8 0 0 0-28.63-30.9M196 144a68.12 68.12 0 0 1-56 66.94V200a68.12 68.12 0 0 1 56-66.94Zm0-35.22a91.9 91.9 0 0 0-55.72 29A68.15 68.15 0 0 1 196 77.06Z"/></svg> </template>
CSS
.icon-grains-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%22M208%2052a91.7%2091.7%200%200%200-29.9%205c-15.39-28.76-43.4-43.06-44.73-43.72a12%2012%200%200%200-10.74%200c-1.33.66-29.34%2015-44.74%2043.72A91.6%2091.6%200%200%200%2048%2052a12%2012%200%200%200-12%2012v80a92%2092%200%200%200%20184%200V64a12%2012%200%200%200-12-12M60%2077.06a68.15%2068.15%200%200%201%2055.72%2060.73a91.9%2091.9%200%200%200-55.72-29Zm56%20133.88A68.12%2068.12%200%200%201%2060%20144v-10.94A68.12%2068.12%200%200%201%20116%20200ZM99.37%2067.71c8.2-14.94%2021.32-25%2028.63-29.77c7.32%204.79%2020.43%2014.83%2028.63%2029.77A92.7%2092.7%200%200%200%20128%2098.61a92.8%2092.8%200%200%200-28.63-30.9M196%20144a68.12%2068.12%200%200%201-56%2066.94V200a68.12%2068.12%200%200%201%2056-66.94Zm0-35.22a91.9%2091.9%200%200%200-55.72%2029A68.15%2068.15%200%200%201%20196%2077.06Z%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%2052a91.7%2091.7%200%200%200-29.9%205c-15.39-28.76-43.4-43.06-44.73-43.72a12%2012%200%200%200-10.74%200c-1.33.66-29.34%2015-44.74%2043.72A91.6%2091.6%200%200%200%2048%2052a12%2012%200%200%200-12%2012v80a92%2092%200%200%200%20184%200V64a12%2012%200%200%200-12-12M60%2077.06a68.15%2068.15%200%200%201%2055.72%2060.73a91.9%2091.9%200%200%200-55.72-29Zm56%20133.88A68.12%2068.12%200%200%201%2060%20144v-10.94A68.12%2068.12%200%200%201%20116%20200ZM99.37%2067.71c8.2-14.94%2021.32-25%2028.63-29.77c7.32%204.79%2020.43%2014.83%2028.63%2029.77A92.7%2092.7%200%200%200%20128%2098.61a92.8%2092.8%200%200%200-28.63-30.9M196%20144a68.12%2068.12%200%200%201-56%2066.94V200a68.12%2068.12%200%200%201%2056-66.94Zm0-35.22a91.9%2091.9%200%200%200-55.72%2029A68.15%2068.15%200%200%201%20196%2077.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/grains-bold.svg?color=%231a73e8&size=48