droplet slash icon
droplet-slash from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- droplet-slash
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the droplet slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L495.6 461.8C506.1 438 512 411.7 512 384c0-91.2-130.2-274.1-166.6-323.5c-5.9-8-15.2-12.5-25.2-12.5h-.4c-10 0-19.3 4.5-25.2 12.5c-15.6 21.2-48.5 66.9-80.9 119.4zm92 227.7c-21.6 43.8-37 85.9-37 117.2c0 106 86 192 192 192c43.4 0 83.4-14.4 115.5-38.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidDropletSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L495.6 461.8C506.1 438 512 411.7 512 384c0-91.2-130.2-274.1-166.6-323.5c-5.9-8-15.2-12.5-25.2-12.5h-.4c-10 0-19.3 4.5-25.2 12.5c-15.6 21.2-48.5 66.9-80.9 119.4zm92 227.7c-21.6 43.8-37 85.9-37 117.2c0 106 86 192 192 192c43.4 0 83.4-14.4 115.5-38.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L495.6 461.8C506.1 438 512 411.7 512 384c0-91.2-130.2-274.1-166.6-323.5c-5.9-8-15.2-12.5-25.2-12.5h-.4c-10 0-19.3 4.5-25.2 12.5c-15.6 21.2-48.5 66.9-80.9 119.4zm92 227.7c-21.6 43.8-37 85.9-37 117.2c0 106 86 192 192 192c43.4 0 83.4-14.4 115.5-38.6z"/></svg> </template>
CSS
.icon-droplet-slash {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L495.6%20461.8C506.1%20438%20512%20411.7%20512%20384c0-91.2-130.2-274.1-166.6-323.5c-5.9-8-15.2-12.5-25.2-12.5h-.4c-10%200-19.3%204.5-25.2%2012.5c-15.6%2021.2-48.5%2066.9-80.9%20119.4zm92%20227.7c-21.6%2043.8-37%2085.9-37%20117.2c0%20106%2086%20192%20192%20192c43.4%200%2083.4-14.4%20115.5-38.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L495.6%20461.8C506.1%20438%20512%20411.7%20512%20384c0-91.2-130.2-274.1-166.6-323.5c-5.9-8-15.2-12.5-25.2-12.5h-.4c-10%200-19.3%204.5-25.2%2012.5c-15.6%2021.2-48.5%2066.9-80.9%20119.4zm92%20227.7c-21.6%2043.8-37%2085.9-37%20117.2c0%20106%2086%20192%20192%20192c43.4%200%2083.4-14.4%20115.5-38.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/droplet-slash.svg?color=%231a73e8&size=48