droplets from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
droplets
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the droplets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M16 18.335A7 7 0 0 1 10.5 21c-3.866 0-7-3.128-7-6.987c0-3.23 2.933-7.297 5.002-9.764c.497-.593.746-.89 1.143-1.077c.485-.23 1.225-.23 1.71 0c.397.187.646.484 1.145 1.079"/><path d="M17 15.033c1.933 0 3.5-1.65 3.5-3.684c0-.922-.43-1.972-.987-2.948c-.901-1.578-1.352-2.368-2.513-2.368s-1.612.79-2.513 2.368c-.558.976-.987 2.026-.987 2.948c0 2.035 1.567 3.684 3.5 3.684Z"/><path stroke-linecap="round" d="M10.5 17.033a3 3 0 0 1-3-3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDroplets(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M16 18.335A7 7 0 0 1 10.5 21c-3.866 0-7-3.128-7-6.987c0-3.23 2.933-7.297 5.002-9.764c.497-.593.746-.89 1.143-1.077c.485-.23 1.225-.23 1.71 0c.397.187.646.484 1.145 1.079"/><path d="M17 15.033c1.933 0 3.5-1.65 3.5-3.684c0-.922-.43-1.972-.987-2.948c-.901-1.578-1.352-2.368-2.513-2.368s-1.612.79-2.513 2.368c-.558.976-.987 2.026-.987 2.948c0 2.035 1.567 3.684 3.5 3.684Z"/><path strokeLinecap="round" d="M10.5 17.033a3 3 0 0 1-3-3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M16 18.335A7 7 0 0 1 10.5 21c-3.866 0-7-3.128-7-6.987c0-3.23 2.933-7.297 5.002-9.764c.497-.593.746-.89 1.143-1.077c.485-.23 1.225-.23 1.71 0c.397.187.646.484 1.145 1.079"/><path d="M17 15.033c1.933 0 3.5-1.65 3.5-3.684c0-.922-.43-1.972-.987-2.948c-.901-1.578-1.352-2.368-2.513-2.368s-1.612.79-2.513 2.368c-.558.976-.987 2.026-.987 2.948c0 2.035 1.567 3.684 3.5 3.684Z"/><path stroke-linecap="round" d="M10.5 17.033a3 3 0 0 1-3-3"/></g></svg>
</template>

CSS

.icon-droplets {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018.335A7%207%200%200%201%2010.5%2021c-3.866%200-7-3.128-7-6.987c0-3.23%202.933-7.297%205.002-9.764c.497-.593.746-.89%201.143-1.077c.485-.23%201.225-.23%201.71%200c.397.187.646.484%201.145%201.079%22%2F%3E%3Cpath%20d%3D%22M17%2015.033c1.933%200%203.5-1.65%203.5-3.684c0-.922-.43-1.972-.987-2.948c-.901-1.578-1.352-2.368-2.513-2.368s-1.612.79-2.513%202.368c-.558.976-.987%202.026-.987%202.948c0%202.035%201.567%203.684%203.5%203.684Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2017.033a3%203%200%200%201-3-3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018.335A7%207%200%200%201%2010.5%2021c-3.866%200-7-3.128-7-6.987c0-3.23%202.933-7.297%205.002-9.764c.497-.593.746-.89%201.143-1.077c.485-.23%201.225-.23%201.71%200c.397.187.646.484%201.145%201.079%22%2F%3E%3Cpath%20d%3D%22M17%2015.033c1.933%200%203.5-1.65%203.5-3.684c0-.922-.43-1.972-.987-2.948c-.901-1.578-1.352-2.368-2.513-2.368s-1.612.79-2.513%202.368c-.558.976-.987%202.026-.987%202.948c0%202.035%201.567%203.684%203.5%203.684Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.5%2017.033a3%203%200%200%201-3-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/droplets.svg?color=%231a73e8&size=48