droplet off icon
droplet-off-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- droplet-off-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Use the droplet off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a5.4 5.4 0 0 1-3.88-1.64a5.73 5.73 0 0 1-.69-7.11L6 8.82a7.74 7.74 0 0 0 .7 9.94A7.37 7.37 0 0 0 12 21a7.36 7.36 0 0 0 4.58-1.59L15.15 18A5.43 5.43 0 0 1 12 19m0-13.57l3.88 4a5.71 5.71 0 0 1 1.49 5.15L19 16.15A7.72 7.72 0 0 0 17.31 8l-4.6-4.7A1 1 0 0 0 12 3a1 1 0 0 0-.72.3L8.73 5.9l1.42 1.42Zm8.71 13.86l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg>
React
import type { SVGProps } from "react";
export function EvaDropletOffOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a5.4 5.4 0 0 1-3.88-1.64a5.73 5.73 0 0 1-.69-7.11L6 8.82a7.74 7.74 0 0 0 .7 9.94A7.37 7.37 0 0 0 12 21a7.36 7.36 0 0 0 4.58-1.59L15.15 18A5.43 5.43 0 0 1 12 19m0-13.57l3.88 4a5.71 5.71 0 0 1 1.49 5.15L19 16.15A7.72 7.72 0 0 0 17.31 8l-4.6-4.7A1 1 0 0 0 12 3a1 1 0 0 0-.72.3L8.73 5.9l1.42 1.42Zm8.71 13.86l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a5.4 5.4 0 0 1-3.88-1.64a5.73 5.73 0 0 1-.69-7.11L6 8.82a7.74 7.74 0 0 0 .7 9.94A7.37 7.37 0 0 0 12 21a7.36 7.36 0 0 0 4.58-1.59L15.15 18A5.43 5.43 0 0 1 12 19m0-13.57l3.88 4a5.71 5.71 0 0 1 1.49 5.15L19 16.15A7.72 7.72 0 0 0 17.31 8l-4.6-4.7A1 1 0 0 0 12 3a1 1 0 0 0-.72.3L8.73 5.9l1.42 1.42Zm8.71 13.86l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg> </template>
CSS
.icon-droplet-off-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a5.4%205.4%200%200%201-3.88-1.64a5.73%205.73%200%200%201-.69-7.11L6%208.82a7.74%207.74%200%200%200%20.7%209.94A7.37%207.37%200%200%200%2012%2021a7.36%207.36%200%200%200%204.58-1.59L15.15%2018A5.43%205.43%200%200%201%2012%2019m0-13.57l3.88%204a5.71%205.71%200%200%201%201.49%205.15L19%2016.15A7.72%207.72%200%200%200%2017.31%208l-4.6-4.7A1%201%200%200%200%2012%203a1%201%200%200%200-.72.3L8.73%205.9l1.42%201.42Zm8.71%2013.86l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a5.4%205.4%200%200%201-3.88-1.64a5.73%205.73%200%200%201-.69-7.11L6%208.82a7.74%207.74%200%200%200%20.7%209.94A7.37%207.37%200%200%200%2012%2021a7.36%207.36%200%200%200%204.58-1.59L15.15%2018A5.43%205.43%200%200%201%2012%2019m0-13.57l3.88%204a5.71%205.71%200%200%201%201.49%205.15L19%2016.15A7.72%207.72%200%200%200%2017.31%208l-4.6-4.7A1%201%200%200%200%2012%203a1%201%200%200%200-.72.3L8.73%205.9l1.42%201.42Zm8.71%2013.86l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/droplet-off-outline.svg?color=%231a73e8&size=48