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

Name
bottle-droplet
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the bottle droplet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256v192c0 35.3 28.7 64 64 64h128c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24S237.3 0 224 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0c14.1 18.3 36.2 49.6 36.2 66.4c0 24.9-21.5 45-48 45"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBottleDroplet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256v192c0 35.3 28.7 64 64 64h128c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24S237.3 0 224 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0c14.1 18.3 36.2 49.6 36.2 66.4c0 24.9-21.5 45-48 45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256v192c0 35.3 28.7 64 64 64h128c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24S237.3 0 224 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0c14.1 18.3 36.2 49.6 36.2 66.4c0 24.9-21.5 45-48 45"/></svg>
</template>

CSS

.icon-bottle-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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%200C82.7%200%2072%2010.7%2072%2024s10.7%2024%2024%2024c4.4%200%208%203.6%208%208v64.9c0%2012.2-7.2%2023.1-17.2%2030.1C53.7%20174.1%2032%20212.5%2032%20256v192c0%2035.3%2028.7%2064%2064%2064h128c35.3%200%2064-28.7%2064-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4%203.6-8%208-8c13.3%200%2024-10.7%2024-24S237.3%200%20224%200zm64%20382c-26.5%200-48-20.1-48-45c0-16.8%2022.1-48.1%2036.3-66.4c6-7.8%2017.5-7.8%2023.5%200c14.1%2018.3%2036.2%2049.6%2036.2%2066.4c0%2024.9-21.5%2045-48%2045%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%200C82.7%200%2072%2010.7%2072%2024s10.7%2024%2024%2024c4.4%200%208%203.6%208%208v64.9c0%2012.2-7.2%2023.1-17.2%2030.1C53.7%20174.1%2032%20212.5%2032%20256v192c0%2035.3%2028.7%2064%2064%2064h128c35.3%200%2064-28.7%2064-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4%203.6-8%208-8c13.3%200%2024-10.7%2024-24S237.3%200%20224%200zm64%20382c-26.5%200-48-20.1-48-45c0-16.8%2022.1-48.1%2036.3-66.4c6-7.8%2017.5-7.8%2023.5%200c14.1%2018.3%2036.2%2049.6%2036.2%2066.4c0%2024.9-21.5%2045-48%2045%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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