droplet from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
droplet
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the droplet 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.995 3C14 8 21.34 10.602 18.927 16.397C17.775 19.163 14.992 21 12 21s-5.775-1.837-6.927-4.603C2.661 10.607 10 8 11.995 3"/><path d="M8 15.5c.333 1 2 2.5 4 2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiDroplet(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.995 3C14 8 21.34 10.602 18.927 16.397C17.775 19.163 14.992 21 12 21s-5.775-1.837-6.927-4.603C2.661 10.607 10 8 11.995 3"/><path d="M8 15.5c.333 1 2 2.5 4 2.5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.995 3C14 8 21.34 10.602 18.927 16.397C17.775 19.163 14.992 21 12 21s-5.775-1.837-6.927-4.603C2.661 10.607 10 8 11.995 3"/><path d="M8 15.5c.333 1 2 2.5 4 2.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.995%203C14%208%2021.34%2010.602%2018.927%2016.397C17.775%2019.163%2014.992%2021%2012%2021s-5.775-1.837-6.927-4.603C2.661%2010.607%2010%208%2011.995%203%22%2F%3E%3Cpath%20d%3D%22M8%2015.5c.333%201%202%202.5%204%202.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.995%203C14%208%2021.34%2010.602%2018.927%2016.397C17.775%2019.163%2014.992%2021%2012%2021s-5.775-1.837-6.927-4.603C2.661%2010.607%2010%208%2011.995%203%22%2F%3E%3Cpath%20d%3D%22M8%2015.5c.333%201%202%202.5%204%202.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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