water drop slash icon
water-drop-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- water-drop-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the water drop slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 20.29l-18-18a1 1 0 0 0-1.42 1.42l4 4a12.46 12.46 0 0 0-2 6.57A7.76 7.76 0 0 0 12 22a7.64 7.64 0 0 0 5.87-2.71l2.42 2.42a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M12 20a5.76 5.76 0 0 1-5.75-5.75a10.3 10.3 0 0 1 1.47-5.11l8.74 8.73A5.67 5.67 0 0 1 12 20M10.85 5.24c.45-.42.85-.75 1.15-1c1.43 1.12 5.13 4.43 5.68 8.88a1 1 0 0 0 1 .88h.12a1 1 0 0 0 .87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1 1 0 0 0-1.12 0a19 19 0 0 0-1.96 1.61a1 1 0 0 0 1.36 1.46"/></svg>
React
import type { SVGProps } from "react";
export function UilWaterDropSlash(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="m21.71 20.29l-18-18a1 1 0 0 0-1.42 1.42l4 4a12.46 12.46 0 0 0-2 6.57A7.76 7.76 0 0 0 12 22a7.64 7.64 0 0 0 5.87-2.71l2.42 2.42a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M12 20a5.76 5.76 0 0 1-5.75-5.75a10.3 10.3 0 0 1 1.47-5.11l8.74 8.73A5.67 5.67 0 0 1 12 20M10.85 5.24c.45-.42.85-.75 1.15-1c1.43 1.12 5.13 4.43 5.68 8.88a1 1 0 0 0 1 .88h.12a1 1 0 0 0 .87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1 1 0 0 0-1.12 0a19 19 0 0 0-1.96 1.61a1 1 0 0 0 1.36 1.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.71 20.29l-18-18a1 1 0 0 0-1.42 1.42l4 4a12.46 12.46 0 0 0-2 6.57A7.76 7.76 0 0 0 12 22a7.64 7.64 0 0 0 5.87-2.71l2.42 2.42a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M12 20a5.76 5.76 0 0 1-5.75-5.75a10.3 10.3 0 0 1 1.47-5.11l8.74 8.73A5.67 5.67 0 0 1 12 20M10.85 5.24c.45-.42.85-.75 1.15-1c1.43 1.12 5.13 4.43 5.68 8.88a1 1 0 0 0 1 .88h.12a1 1 0 0 0 .87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1 1 0 0 0-1.12 0a19 19 0 0 0-1.96 1.61a1 1 0 0 0 1.36 1.46"/></svg> </template>
CSS
.icon-water-drop-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.71%2020.29l-18-18a1%201%200%200%200-1.42%201.42l4%204a12.46%2012.46%200%200%200-2%206.57A7.76%207.76%200%200%200%2012%2022a7.64%207.64%200%200%200%205.87-2.71l2.42%202.42a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M12%2020a5.76%205.76%200%200%201-5.75-5.75a10.3%2010.3%200%200%201%201.47-5.11l8.74%208.73A5.67%205.67%200%200%201%2012%2020M10.85%205.24c.45-.42.85-.75%201.15-1c1.43%201.12%205.13%204.43%205.68%208.88a1%201%200%200%200%201%20.88h.12a1%201%200%200%200%20.87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1%201%200%200%200-1.12%200a19%2019%200%200%200-1.96%201.61a1%201%200%200%200%201.36%201.46%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%22m21.71%2020.29l-18-18a1%201%200%200%200-1.42%201.42l4%204a12.46%2012.46%200%200%200-2%206.57A7.76%207.76%200%200%200%2012%2022a7.64%207.64%200%200%200%205.87-2.71l2.42%202.42a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M12%2020a5.76%205.76%200%200%201-5.75-5.75a10.3%2010.3%200%200%201%201.47-5.11l8.74%208.73A5.67%205.67%200%200%201%2012%2020M10.85%205.24c.45-.42.85-.75%201.15-1c1.43%201.12%205.13%204.43%205.68%208.88a1%201%200%200%200%201%20.88h.12a1%201%200%200%200%20.87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1%201%200%200%200-1.12%200a19%2019%200%200%200-1.96%201.61a1%201%200%200%200%201.36%201.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/water-drop-slash.svg?color=%231a73e8&size=48