droplet from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
droplet
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-droplet

The same icon in other sets

Use the droplet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c4.636 0 8-3.468 8-8.246C20 7.522 12.882 2.4 12.579 2.185a1 1 0 0 0-1.156-.001C11.12 2.397 4 7.503 4 13.75C4 18.53 7.364 22 12 22m-.001-17.74C13.604 5.55 18 9.474 18 13.754C18 17.432 15.532 20 12 20s-6-2.57-6-6.25c0-4.29 4.394-8.203 5.999-9.49"/></svg>

React

import type { SVGProps } from "react";

export function BxDroplet(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 22c4.636 0 8-3.468 8-8.246C20 7.522 12.882 2.4 12.579 2.185a1 1 0 0 0-1.156-.001C11.12 2.397 4 7.503 4 13.75C4 18.53 7.364 22 12 22m-.001-17.74C13.604 5.55 18 9.474 18 13.754C18 17.432 15.532 20 12 20s-6-2.57-6-6.25c0-4.29 4.394-8.203 5.999-9.49"/></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 22c4.636 0 8-3.468 8-8.246C20 7.522 12.882 2.4 12.579 2.185a1 1 0 0 0-1.156-.001C11.12 2.397 4 7.503 4 13.75C4 18.53 7.364 22 12 22m-.001-17.74C13.604 5.55 18 9.474 18 13.754C18 17.432 15.532 20 12 20s-6-2.57-6-6.25c0-4.29 4.394-8.203 5.999-9.49"/></svg>
</template>

CSS

.icon-droplet {
  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%2022c4.636%200%208-3.468%208-8.246C20%207.522%2012.882%202.4%2012.579%202.185a1%201%200%200%200-1.156-.001C11.12%202.397%204%207.503%204%2013.75C4%2018.53%207.364%2022%2012%2022m-.001-17.74C13.604%205.55%2018%209.474%2018%2013.754C18%2017.432%2015.532%2020%2012%2020s-6-2.57-6-6.25c0-4.29%204.394-8.203%205.999-9.49%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%2022c4.636%200%208-3.468%208-8.246C20%207.522%2012.882%202.4%2012.579%202.185a1%201%200%200%200-1.156-.001C11.12%202.397%204%207.503%204%2013.75C4%2018.53%207.364%2022%2012%2022m-.001-17.74C13.604%205.55%2018%209.474%2018%2013.754C18%2017.432%2015.532%2020%2012%2020s-6-2.57-6-6.25c0-4.29%204.394-8.203%205.999-9.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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