grains slash icon
grains-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- grains-slash-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the grains slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.88 31.93a12 12 0 1 0-17.76 16.14l4.37 4.81A12 12 0 0 0 36 64v80a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14Zm3.31 117.16a68.16 68.16 0 0 1 55.62 61.82a68.16 68.16 0 0 1-55.62-61.82M128 170.61a92.22 92.22 0 0 0-68-45.83V77.05a69 69 0 0 1 6.94 1.63l70.83 77.9a92.5 92.5 0 0 0-9.77 14.03m12.19 40.29a68.26 68.26 0 0 1 13.92-36.34l18.7 20.57a67.74 67.74 0 0 1-32.62 15.77M220 64v80a93 93 0 0 1-1 13.34a12 12 0 0 1-11.86 10.28a13 13 0 0 1-1.74-.13a12 12 0 0 1-10.15-13.6c.23-1.59.4-3.19.52-4.8c-.76.14-1.53.29-2.29.45a12 12 0 1 1-5.08-23.45c2.49-.54 5-1 7.56-1.31V77.07a68 68 0 0 0-38.79 21.72a12 12 0 1 1-17.92-16a91.7 91.7 0 0 1 17.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98 98 0 0 0-15.56 12.6a12 12 0 0 1-17-16.95a116 116 0 0 1 27.19-20.32a12 12 0 0 1 10.74 0c1.33.66 29.36 15 44.74 43.74A91.8 91.8 0 0 1 208 52a12 12 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhGrainsSlashBold(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="M56.88 31.93a12 12 0 1 0-17.76 16.14l4.37 4.81A12 12 0 0 0 36 64v80a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14Zm3.31 117.16a68.16 68.16 0 0 1 55.62 61.82a68.16 68.16 0 0 1-55.62-61.82M128 170.61a92.22 92.22 0 0 0-68-45.83V77.05a69 69 0 0 1 6.94 1.63l70.83 77.9a92.5 92.5 0 0 0-9.77 14.03m12.19 40.29a68.26 68.26 0 0 1 13.92-36.34l18.7 20.57a67.74 67.74 0 0 1-32.62 15.77M220 64v80a93 93 0 0 1-1 13.34a12 12 0 0 1-11.86 10.28a13 13 0 0 1-1.74-.13a12 12 0 0 1-10.15-13.6c.23-1.59.4-3.19.52-4.8c-.76.14-1.53.29-2.29.45a12 12 0 1 1-5.08-23.45c2.49-.54 5-1 7.56-1.31V77.07a68 68 0 0 0-38.79 21.72a12 12 0 1 1-17.92-16a91.7 91.7 0 0 1 17.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98 98 0 0 0-15.56 12.6a12 12 0 0 1-17-16.95a116 116 0 0 1 27.19-20.32a12 12 0 0 1 10.74 0c1.33.66 29.36 15 44.74 43.74A91.8 91.8 0 0 1 208 52a12 12 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.88 31.93a12 12 0 1 0-17.76 16.14l4.37 4.81A12 12 0 0 0 36 64v80a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14Zm3.31 117.16a68.16 68.16 0 0 1 55.62 61.82a68.16 68.16 0 0 1-55.62-61.82M128 170.61a92.22 92.22 0 0 0-68-45.83V77.05a69 69 0 0 1 6.94 1.63l70.83 77.9a92.5 92.5 0 0 0-9.77 14.03m12.19 40.29a68.26 68.26 0 0 1 13.92-36.34l18.7 20.57a67.74 67.74 0 0 1-32.62 15.77M220 64v80a93 93 0 0 1-1 13.34a12 12 0 0 1-11.86 10.28a13 13 0 0 1-1.74-.13a12 12 0 0 1-10.15-13.6c.23-1.59.4-3.19.52-4.8c-.76.14-1.53.29-2.29.45a12 12 0 1 1-5.08-23.45c2.49-.54 5-1 7.56-1.31V77.07a68 68 0 0 0-38.79 21.72a12 12 0 1 1-17.92-16a91.7 91.7 0 0 1 17.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98 98 0 0 0-15.56 12.6a12 12 0 0 1-17-16.95a116 116 0 0 1 27.19-20.32a12 12 0 0 1 10.74 0c1.33.66 29.36 15 44.74 43.74A91.8 91.8 0 0 1 208 52a12 12 0 0 1 12 12"/></svg> </template>
CSS
.icon-grains-slash-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%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14l4.37%204.81A12%2012%200%200%200%2036%2064v80a92%2092%200%200%200%20153%2068.9l10.16%2011.17a12%2012%200%200%200%2017.76-16.14Zm3.31%20117.16a68.16%2068.16%200%200%201%2055.62%2061.82a68.16%2068.16%200%200%201-55.62-61.82M128%20170.61a92.22%2092.22%200%200%200-68-45.83V77.05a69%2069%200%200%201%206.94%201.63l70.83%2077.9a92.5%2092.5%200%200%200-9.77%2014.03m12.19%2040.29a68.26%2068.26%200%200%201%2013.92-36.34l18.7%2020.57a67.74%2067.74%200%200%201-32.62%2015.77M220%2064v80a93%2093%200%200%201-1%2013.34a12%2012%200%200%201-11.86%2010.28a13%2013%200%200%201-1.74-.13a12%2012%200%200%201-10.15-13.6c.23-1.59.4-3.19.52-4.8c-.76.14-1.53.29-2.29.45a12%2012%200%201%201-5.08-23.45c2.49-.54%205-1%207.56-1.31V77.07a68%2068%200%200%200-38.79%2021.72a12%2012%200%201%201-17.92-16a91.7%2091.7%200%200%201%2017.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98%2098%200%200%200-15.56%2012.6a12%2012%200%200%201-17-16.95a116%20116%200%200%201%2027.19-20.32a12%2012%200%200%201%2010.74%200c1.33.66%2029.36%2015%2044.74%2043.74A91.8%2091.8%200%200%201%20208%2052a12%2012%200%200%201%2012%2012%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%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14l4.37%204.81A12%2012%200%200%200%2036%2064v80a92%2092%200%200%200%20153%2068.9l10.16%2011.17a12%2012%200%200%200%2017.76-16.14Zm3.31%20117.16a68.16%2068.16%200%200%201%2055.62%2061.82a68.16%2068.16%200%200%201-55.62-61.82M128%20170.61a92.22%2092.22%200%200%200-68-45.83V77.05a69%2069%200%200%201%206.94%201.63l70.83%2077.9a92.5%2092.5%200%200%200-9.77%2014.03m12.19%2040.29a68.26%2068.26%200%200%201%2013.92-36.34l18.7%2020.57a67.74%2067.74%200%200%201-32.62%2015.77M220%2064v80a93%2093%200%200%201-1%2013.34a12%2012%200%200%201-11.86%2010.28a13%2013%200%200%201-1.74-.13a12%2012%200%200%201-10.15-13.6c.23-1.59.4-3.19.52-4.8c-.76.14-1.53.29-2.29.45a12%2012%200%201%201-5.08-23.45c2.49-.54%205-1%207.56-1.31V77.07a68%2068%200%200%200-38.79%2021.72a12%2012%200%201%201-17.92-16a91.7%2091.7%200%200%201%2017.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98%2098%200%200%200-15.56%2012.6a12%2012%200%200%201-17-16.95a116%20116%200%200%201%2027.19-20.32a12%2012%200%200%201%2010.74%200c1.33.66%2029.36%2015%2044.74%2043.74A91.8%2091.8%200%200%201%20208%2052a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/grains-slash-bold.svg?color=%231a73e8&size=48