water drops icon
water-drops-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- water-drops-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- water-drops-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the water drops icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 4q1.75 1.55 2.625 2.863T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9t-1-2.6q0-1.05.925-2.45T17.5 4m0 2.775q-.675.725-1.088 1.413T16 9.3q0 .675.425 1.188T17.5 11t1.075-.513T19 9.3q0-.425-.413-1.112T17.5 6.775M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.5 1.988-5.437T12 2q1.35 1.15 2.475 2.25T16.5 6.4q-.175.225-.625.85t-.575.825q-.675-.8-1.487-1.662T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20q1.3 0 2.4-.475t1.9-1.3t1.25-1.963T18 13.8q0-.425-.088-.9t-.262-.975q.225-.125.888-.475t.887-.475q.275.725.425 1.438T20 13.8q0 3.5-2.287 5.85T12 22m.275-3q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875M17.5 8.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWaterDropsOutline(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="M17.5 4q1.75 1.55 2.625 2.863T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9t-1-2.6q0-1.05.925-2.45T17.5 4m0 2.775q-.675.725-1.088 1.413T16 9.3q0 .675.425 1.188T17.5 11t1.075-.513T19 9.3q0-.425-.413-1.112T17.5 6.775M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.5 1.988-5.437T12 2q1.35 1.15 2.475 2.25T16.5 6.4q-.175.225-.625.85t-.575.825q-.675-.8-1.487-1.662T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20q1.3 0 2.4-.475t1.9-1.3t1.25-1.963T18 13.8q0-.425-.088-.9t-.262-.975q.225-.125.888-.475t.887-.475q.275.725.425 1.438T20 13.8q0 3.5-2.287 5.85T12 22m.275-3q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875M17.5 8.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 4q1.75 1.55 2.625 2.863T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9t-1-2.6q0-1.05.925-2.45T17.5 4m0 2.775q-.675.725-1.088 1.413T16 9.3q0 .675.425 1.188T17.5 11t1.075-.513T19 9.3q0-.425-.413-1.112T17.5 6.775M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.5 1.988-5.437T12 2q1.35 1.15 2.475 2.25T16.5 6.4q-.175.225-.625.85t-.575.825q-.675-.8-1.487-1.662T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20q1.3 0 2.4-.475t1.9-1.3t1.25-1.963T18 13.8q0-.425-.088-.9t-.262-.975q.225-.125.888-.475t.887-.475q.275.725.425 1.438T20 13.8q0 3.5-2.287 5.85T12 22m.275-3q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875M17.5 8.875"/></svg> </template>
CSS
.icon-water-drops-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%22M17.5%204q1.75%201.55%202.625%202.863T21%209.3q0%201.5-1%202.6T17.5%2013T15%2011.9t-1-2.6q0-1.05.925-2.45T17.5%204m0%202.775q-.675.725-1.088%201.413T16%209.3q0%20.675.425%201.188T17.5%2011t1.075-.513T19%209.3q0-.425-.413-1.112T17.5%206.775M12%2022q-3.425%200-5.712-2.35T4%2013.8q0-2.5%201.988-5.437T12%202q1.35%201.15%202.475%202.25T16.5%206.4q-.175.225-.625.85t-.575.825q-.675-.8-1.487-1.662T12%204.65Q9.025%207.375%207.513%209.675T6%2013.8q0%202.675%201.7%204.438T12%2020q1.3%200%202.4-.475t1.9-1.3t1.25-1.963T18%2013.8q0-.425-.088-.9t-.262-.975q.225-.125.888-.475t.887-.475q.275.725.425%201.438T20%2013.8q0%203.5-2.287%205.85T12%2022m.275-3q.3-.025.513-.238T13%2018.25q0-.35-.225-.562T12.2%2017.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825%2014q-.35%200-.575.263t-.15.612q.425%202.275%202%203.25t3.175.875M17.5%208.875%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%22M17.5%204q1.75%201.55%202.625%202.863T21%209.3q0%201.5-1%202.6T17.5%2013T15%2011.9t-1-2.6q0-1.05.925-2.45T17.5%204m0%202.775q-.675.725-1.088%201.413T16%209.3q0%20.675.425%201.188T17.5%2011t1.075-.513T19%209.3q0-.425-.413-1.112T17.5%206.775M12%2022q-3.425%200-5.712-2.35T4%2013.8q0-2.5%201.988-5.437T12%202q1.35%201.15%202.475%202.25T16.5%206.4q-.175.225-.625.85t-.575.825q-.675-.8-1.487-1.662T12%204.65Q9.025%207.375%207.513%209.675T6%2013.8q0%202.675%201.7%204.438T12%2020q1.3%200%202.4-.475t1.9-1.3t1.25-1.963T18%2013.8q0-.425-.088-.9t-.262-.975q.225-.125.888-.475t.887-.475q.275.725.425%201.438T20%2013.8q0%203.5-2.287%205.85T12%2022m.275-3q.3-.025.513-.238T13%2018.25q0-.35-.225-.562T12.2%2017.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825%2014q-.35%200-.575.263t-.15.612q.425%202.275%202%203.25t3.175.875M17.5%208.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/water-drops-outline.svg?color=%231a73e8&size=48