droplet icon

droplet-filled from Reicon by REICON · Filled · Nature · MIT Free for personal and commercial use.

Name
droplet-filled
Set
Reicon
Style
Filled
Category
Nature
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All droplet icons →

More nature icons from Reicon

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.887 1.62a1.246 1.246 0 0 0-1.774 0C9.2 3.556 7.367 5.564 6.013 7.677C4.656 9.793 3.75 12.06 3.75 14.5c0 4.281 3.297 8.25 8.25 8.25s8.25-3.969 8.25-8.25c0-2.441-.906-4.707-2.263-6.824c-1.355-2.113-3.187-4.121-5.1-6.055"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDropletFilled(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.887 1.62a1.246 1.246 0 0 0-1.774 0C9.2 3.556 7.367 5.564 6.013 7.677C4.656 9.793 3.75 12.06 3.75 14.5c0 4.281 3.297 8.25 8.25 8.25s8.25-3.969 8.25-8.25c0-2.441-.906-4.707-2.263-6.824c-1.355-2.113-3.187-4.121-5.1-6.055"/></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.887 1.62a1.246 1.246 0 0 0-1.774 0C9.2 3.556 7.367 5.564 6.013 7.677C4.656 9.793 3.75 12.06 3.75 14.5c0 4.281 3.297 8.25 8.25 8.25s8.25-3.969 8.25-8.25c0-2.441-.906-4.707-2.263-6.824c-1.355-2.113-3.187-4.121-5.1-6.055"/></svg>
</template>

CSS

.icon-droplet-filled {
  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.887%201.62a1.246%201.246%200%200%200-1.774%200C9.2%203.556%207.367%205.564%206.013%207.677C4.656%209.793%203.75%2012.06%203.75%2014.5c0%204.281%203.297%208.25%208.25%208.25s8.25-3.969%208.25-8.25c0-2.441-.906-4.707-2.263-6.824c-1.355-2.113-3.187-4.121-5.1-6.055%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.887%201.62a1.246%201.246%200%200%200-1.774%200C9.2%203.556%207.367%205.564%206.013%207.677C4.656%209.793%203.75%2012.06%203.75%2014.5c0%204.281%203.297%208.25%208.25%208.25s8.25-3.969%208.25-8.25c0-2.441-.906-4.707-2.263-6.824c-1.355-2.113-3.187-4.121-5.1-6.055%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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