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

Name
water-drops-rounded
Set
Material Symbols
Style
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="M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.35 1.763-5.1T11.1 2.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875 1-1.662 2.363T12 9.3q0 2.375 1.613 4.038T17.5 15q.65 0 1.263-.137t1.212-.463q-.2 3.275-2.45 5.438T12 22m3-10.1q-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.9M12.275 19q.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.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWaterDropsRounded(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 22q-3.425 0-5.712-2.35T4 13.8q0-2.35 1.763-5.1T11.1 2.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875 1-1.662 2.363T12 9.3q0 2.375 1.613 4.038T17.5 15q.65 0 1.263-.137t1.212-.463q-.2 3.275-2.45 5.438T12 22m3-10.1q-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.9M12.275 19q.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.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="M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.35 1.763-5.1T11.1 2.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875 1-1.662 2.363T12 9.3q0 2.375 1.613 4.038T17.5 15q.65 0 1.263-.137t1.212-.463q-.2 3.275-2.45 5.438T12 22m3-10.1q-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.9M12.275 19q.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.875"/></svg>
</template>

CSS

.icon-water-drops-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%22M12%2022q-3.425%200-5.712-2.35T4%2013.8q0-2.35%201.763-5.1T11.1%202.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875%201-1.662%202.363T12%209.3q0%202.375%201.613%204.038T17.5%2015q.65%200%201.263-.137t1.212-.463q-.2%203.275-2.45%205.438T12%2022m3-10.1q-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.9M12.275%2019q.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.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%22M12%2022q-3.425%200-5.712-2.35T4%2013.8q0-2.35%201.763-5.1T11.1%202.775q.375-.35.888-.362t.887.337q.425.375.813.75t.762.725q-.875%201-1.662%202.363T12%209.3q0%202.375%201.613%204.038T17.5%2015q.65%200%201.263-.137t1.212-.463q-.2%203.275-2.45%205.438T12%2022m3-10.1q-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.9M12.275%2019q.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.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-rounded.svg?color=%231a73e8&size=48