drop slash icon
drop-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- drop-slash-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the drop 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.14l20.56 22.62C44 95.22 36 119.84 36 144a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14ZM128 212a68.07 68.07 0 0 1-68-68c0-17.74 5.54-36.12 16.49-54.82l96.32 106A67.84 67.84 0 0 1 128 212M92.61 47.44a12 12 0 0 1 .12-17a244 244 0 0 1 28.39-24.3a12 12 0 0 1 13.76 0C138.36 8.6 220 66.64 220 144a93 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.6A69 69 0 0 0 196 144c0-52.93-49.49-97.91-68-112.88c-4.64 3.73-11.2 9.33-18.41 16.44a12 12 0 0 1-16.98-.12"/></svg>
React
import type { SVGProps } from "react";
export function PhDropSlashBold(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.14l20.56 22.62C44 95.22 36 119.84 36 144a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14ZM128 212a68.07 68.07 0 0 1-68-68c0-17.74 5.54-36.12 16.49-54.82l96.32 106A67.84 67.84 0 0 1 128 212M92.61 47.44a12 12 0 0 1 .12-17a244 244 0 0 1 28.39-24.3a12 12 0 0 1 13.76 0C138.36 8.6 220 66.64 220 144a93 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.6A69 69 0 0 0 196 144c0-52.93-49.49-97.91-68-112.88c-4.64 3.73-11.2 9.33-18.41 16.44a12 12 0 0 1-16.98-.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.14l20.56 22.62C44 95.22 36 119.84 36 144a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14ZM128 212a68.07 68.07 0 0 1-68-68c0-17.74 5.54-36.12 16.49-54.82l96.32 106A67.84 67.84 0 0 1 128 212M92.61 47.44a12 12 0 0 1 .12-17a244 244 0 0 1 28.39-24.3a12 12 0 0 1 13.76 0C138.36 8.6 220 66.64 220 144a93 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.6A69 69 0 0 0 196 144c0-52.93-49.49-97.91-68-112.88c-4.64 3.73-11.2 9.33-18.41 16.44a12 12 0 0 1-16.98-.12"/></svg> </template>
CSS
.icon-drop-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.14l20.56%2022.62C44%2095.22%2036%20119.84%2036%20144a92%2092%200%200%200%20153%2068.9l10.16%2011.17a12%2012%200%200%200%2017.76-16.14ZM128%20212a68.07%2068.07%200%200%201-68-68c0-17.74%205.54-36.12%2016.49-54.82l96.32%20106A67.84%2067.84%200%200%201%20128%20212M92.61%2047.44a12%2012%200%200%201%20.12-17a244%20244%200%200%201%2028.39-24.3a12%2012%200%200%201%2013.76%200C138.36%208.6%20220%2066.64%20220%20144a93%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.6A69%2069%200%200%200%20196%20144c0-52.93-49.49-97.91-68-112.88c-4.64%203.73-11.2%209.33-18.41%2016.44a12%2012%200%200%201-16.98-.12%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.14l20.56%2022.62C44%2095.22%2036%20119.84%2036%20144a92%2092%200%200%200%20153%2068.9l10.16%2011.17a12%2012%200%200%200%2017.76-16.14ZM128%20212a68.07%2068.07%200%200%201-68-68c0-17.74%205.54-36.12%2016.49-54.82l96.32%20106A67.84%2067.84%200%200%201%20128%20212M92.61%2047.44a12%2012%200%200%201%20.12-17a244%20244%200%200%201%2028.39-24.3a12%2012%200%200%201%2013.76%200C138.36%208.6%20220%2066.64%20220%20144a93%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.6A69%2069%200%200%200%20196%20144c0-52.93-49.49-97.91-68-112.88c-4.64%203.73-11.2%209.33-18.41%2016.44a12%2012%200%200%201-16.98-.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/drop-slash-bold.svg?color=%231a73e8&size=48