water drops icon
water-drops-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- water-drops-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- water-drops-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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 4.692q1.596 1.493 2.298 2.574q.702 1.082.702 2.034q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141 2.258-2.572m0 1.352q-.963 1.033-1.482 1.874t-.518 1.39q0 .87.566 1.531q.565.661 1.43.661q.866 0 1.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5 6.044M11.997 21q-2.999 0-4.998-2.064T5 13.8q0-2.154 1.738-4.765T12 3.308q1.196 1.073 2.177 2.062q.98.99 1.765 1.934q-.079.11-.326.395t-.316.376q-.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.108-.074.426-.283t.426-.282q.256.648.377 1.256T19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817M17.5 8.76"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWaterDropsOutline(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 4.692q1.596 1.493 2.298 2.574q.702 1.082.702 2.034q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141 2.258-2.572m0 1.352q-.963 1.033-1.482 1.874t-.518 1.39q0 .87.566 1.531q.565.661 1.43.661q.866 0 1.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5 6.044M11.997 21q-2.999 0-4.998-2.064T5 13.8q0-2.154 1.738-4.765T12 3.308q1.196 1.073 2.177 2.062q.98.99 1.765 1.934q-.079.11-.326.395t-.316.376q-.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.108-.074.426-.283t.426-.282q.256.648.377 1.256T19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817M17.5 8.76"/></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 4.692q1.596 1.493 2.298 2.574q.702 1.082.702 2.034q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141 2.258-2.572m0 1.352q-.963 1.033-1.482 1.874t-.518 1.39q0 .87.566 1.531q.565.661 1.43.661q.866 0 1.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5 6.044M11.997 21q-2.999 0-4.998-2.064T5 13.8q0-2.154 1.738-4.765T12 3.308q1.196 1.073 2.177 2.062q.98.99 1.765 1.934q-.079.11-.326.395t-.316.376q-.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.108-.074.426-.283t.426-.282q.256.648.377 1.256T19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817M17.5 8.76"/></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%204.692q1.596%201.493%202.298%202.574q.702%201.082.702%202.034q0%201.308-.865%202.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141%202.258-2.572m0%201.352q-.963%201.033-1.482%201.874t-.518%201.39q0%20.87.566%201.531q.565.661%201.43.661q.866%200%201.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5%206.044M11.997%2021q-2.999%200-4.998-2.064T5%2013.8q0-2.154%201.738-4.765T12%203.308q1.196%201.073%202.177%202.062q.98.99%201.765%201.934q-.079.11-.326.395t-.316.376q-.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.108-.074.426-.283t.426-.282q.256.648.377%201.256T19%2013.8q0%203.073-2.002%205.137Q14.994%2021%2011.996%2021m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197%200-.335.147t-.083.44q.387%202.082%201.923%202.98t2.848.817M17.5%208.76%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%204.692q1.596%201.493%202.298%202.574q.702%201.082.702%202.034q0%201.308-.865%202.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141%202.258-2.572m0%201.352q-.963%201.033-1.482%201.874t-.518%201.39q0%20.87.566%201.531q.565.661%201.43.661q.866%200%201.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5%206.044M11.997%2021q-2.999%200-4.998-2.064T5%2013.8q0-2.154%201.738-4.765T12%203.308q1.196%201.073%202.177%202.062q.98.99%201.765%201.934q-.079.11-.326.395t-.316.376q-.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.108-.074.426-.283t.426-.282q.256.648.377%201.256T19%2013.8q0%203.073-2.002%205.137Q14.994%2021%2011.996%2021m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197%200-.335.147t-.083.44q.387%202.082%201.923%202.98t2.848.817M17.5%208.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/water-drops-outline.svg?color=%231a73e8&size=48