water-drops from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
water-drops
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
water-drops-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="M12 21q-3.002 0-5.001-2.061T5 13.8q0-2.154 1.738-4.765T12 3.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248 1.968q-.548 1.083-.548 2.241q0 2.356 1.584 3.97t3.801 1.615q.362 0 .734-.061q.372-.06.722-.174q-.296 2.756-2.229 4.553T12 21m3.366-9.446Q14.5 10.608 14.5 9.3q0-.896.742-2.036T17.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-.946m-3.149 7.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.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.817"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterDrops(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 21q-3.002 0-5.001-2.061T5 13.8q0-2.154 1.738-4.765T12 3.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248 1.968q-.548 1.083-.548 2.241q0 2.356 1.584 3.97t3.801 1.615q.362 0 .734-.061q.372-.06.722-.174q-.296 2.756-2.229 4.553T12 21m3.366-9.446Q14.5 10.608 14.5 9.3q0-.896.742-2.036T17.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-.946m-3.149 7.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.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.817"/></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 21q-3.002 0-5.001-2.061T5 13.8q0-2.154 1.738-4.765T12 3.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248 1.968q-.548 1.083-.548 2.241q0 2.356 1.584 3.97t3.801 1.615q.362 0 .734-.061q.372-.06.722-.174q-.296 2.756-2.229 4.553T12 21m3.366-9.446Q14.5 10.608 14.5 9.3q0-.896.742-2.036T17.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-.946m-3.149 7.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.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.817"/></svg>
</template>

CSS

.icon-water-drops {
  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%2021q-3.002%200-5.001-2.061T5%2013.8q0-2.154%201.738-4.765T12%203.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248%201.968q-.548%201.083-.548%202.241q0%202.356%201.584%203.97t3.801%201.615q.362%200%20.734-.061q.372-.06.722-.174q-.296%202.756-2.229%204.553T12%2021m3.366-9.446Q14.5%2010.608%2014.5%209.3q0-.896.742-2.036T17.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-.946m-3.149%207.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.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.817%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%2021q-3.002%200-5.001-2.061T5%2013.8q0-2.154%201.738-4.765T12%203.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248%201.968q-.548%201.083-.548%202.241q0%202.356%201.584%203.97t3.801%201.615q.362%200%20.734-.061q.372-.06.722-.174q-.296%202.756-2.229%204.553T12%2021m3.366-9.446Q14.5%2010.608%2014.5%209.3q0-.896.742-2.036T17.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-.946m-3.149%207.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.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.817%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.svg?color=%231a73e8&size=48