water drops icon
water-drops-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- water-drops-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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 6.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.35 1.763-5.087T11.075 2.8q.4-.35.913-.35t.912.35q1.05.95 1.95 1.838T16.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.875M15 11.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475 1.375 2.2 2.563T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9m-3.05.425"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWaterDropsOutlineRounded(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 6.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.35 1.763-5.087T11.075 2.8q.4-.35.913-.35t.912.35q1.05.95 1.95 1.838T16.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.875M15 11.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475 1.375 2.2 2.563T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9m-3.05.425"/></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 6.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.35 1.763-5.087T11.075 2.8q.4-.35.913-.35t.912.35q1.05.95 1.95 1.838T16.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.875M15 11.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475 1.375 2.2 2.563T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9m-3.05.425"/></svg> </template>
CSS
.icon-water-drops-outline-rounded {
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%206.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.35%201.763-5.087T11.075%202.8q.4-.35.913-.35t.912.35q1.05.95%201.95%201.838T16.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.875M15%2011.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475%201.375%202.2%202.563T21%209.3q0%201.5-1%202.6T17.5%2013T15%2011.9m-3.05.425%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%206.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.35%201.763-5.087T11.075%202.8q.4-.35.913-.35t.912.35q1.05.95%201.95%201.838T16.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.875M15%2011.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475%201.375%202.2%202.563T21%209.3q0%201.5-1%202.6T17.5%2013T15%2011.9m-3.05.425%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-rounded.svg?color=%231a73e8&size=48