droplet from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
droplet
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the droplet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c-106 0-192-86-192-192c0-91.2 130.2-274.1 166.6-323.5c5.9-8 15.2-12.5 25.2-12.5h.4c10 0 19.3 4.5 25.2 12.5C381.8 109.9 512 292.8 512 384c0 106-86 192-192 192m-80-200c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 75.1 60.9 136 136 136c13.3 0 24-10.7 24-24s-10.7-24-24-24c-48.6 0-88-39.4-88-88"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidDroplet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c-106 0-192-86-192-192c0-91.2 130.2-274.1 166.6-323.5c5.9-8 15.2-12.5 25.2-12.5h.4c10 0 19.3 4.5 25.2 12.5C381.8 109.9 512 292.8 512 384c0 106-86 192-192 192m-80-200c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 75.1 60.9 136 136 136c13.3 0 24-10.7 24-24s-10.7-24-24-24c-48.6 0-88-39.4-88-88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 576c-106 0-192-86-192-192c0-91.2 130.2-274.1 166.6-323.5c5.9-8 15.2-12.5 25.2-12.5h.4c10 0 19.3 4.5 25.2 12.5C381.8 109.9 512 292.8 512 384c0 106-86 192-192 192m-80-200c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 75.1 60.9 136 136 136c13.3 0 24-10.7 24-24s-10.7-24-24-24c-48.6 0-88-39.4-88-88"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20576c-106%200-192-86-192-192c0-91.2%20130.2-274.1%20166.6-323.5c5.9-8%2015.2-12.5%2025.2-12.5h.4c10%200%2019.3%204.5%2025.2%2012.5C381.8%20109.9%20512%20292.8%20512%20384c0%20106-86%20192-192%20192m-80-200c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2075.1%2060.9%20136%20136%20136c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-48.6%200-88-39.4-88-88%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20576c-106%200-192-86-192-192c0-91.2%20130.2-274.1%20166.6-323.5c5.9-8%2015.2-12.5%2025.2-12.5h.4c10%200%2019.3%204.5%2025.2%2012.5C381.8%20109.9%20512%20292.8%20512%20384c0%20106-86%20192-192%20192m-80-200c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2075.1%2060.9%20136%20136%20136c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-48.6%200-88-39.4-88-88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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