drink-bottle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
drink-bottle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the drink bottle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.002 4.5a2.5 2.5 0 0 1 2.5-2.5h5a2.5 2.5 0 0 1 .875 4.842c.2 1.015.88 1.854 1.908 2.872a8.99 8.99 0 0 1 3.714 7.405v.027L25 17.2V26a4 4 0 0 1-6.5 3.122A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9.001a8.97 8.97 0 0 1 2.19-5.884q.512-.592 1.118-1.087c1.215-1.176 2.024-2.08 2.235-3.218a2.5 2.5 0 0 1-1.541-2.31m2.5-.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-1.329 7h7.569c-1.02-1.022-2.027-2.202-2.332-3.8h-2.906c-.304 1.591-1.306 2.775-2.33 3.8M9 26a2 2 0 0 0 3.667 1.105a1 1 0 0 1 1.666 0a1.998 1.998 0 0 0 3.334 0a1 1 0 0 1 1.666 0A2 2 0 0 0 23 26v-2H9z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkBottle32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.002 4.5a2.5 2.5 0 0 1 2.5-2.5h5a2.5 2.5 0 0 1 .875 4.842c.2 1.015.88 1.854 1.908 2.872a8.99 8.99 0 0 1 3.714 7.405v.027L25 17.2V26a4 4 0 0 1-6.5 3.122A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9.001a8.97 8.97 0 0 1 2.19-5.884q.512-.592 1.118-1.087c1.215-1.176 2.024-2.08 2.235-3.218a2.5 2.5 0 0 1-1.541-2.31m2.5-.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-1.329 7h7.569c-1.02-1.022-2.027-2.202-2.332-3.8h-2.906c-.304 1.591-1.306 2.775-2.33 3.8M9 26a2 2 0 0 0 3.667 1.105a1 1 0 0 1 1.666 0a1.998 1.998 0 0 0 3.334 0a1 1 0 0 1 1.666 0A2 2 0 0 0 23 26v-2H9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.002 4.5a2.5 2.5 0 0 1 2.5-2.5h5a2.5 2.5 0 0 1 .875 4.842c.2 1.015.88 1.854 1.908 2.872a8.99 8.99 0 0 1 3.714 7.405v.027L25 17.2V26a4 4 0 0 1-6.5 3.122A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9.001a8.97 8.97 0 0 1 2.19-5.884q.512-.592 1.118-1.087c1.215-1.176 2.024-2.08 2.235-3.218a2.5 2.5 0 0 1-1.541-2.31m2.5-.5a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1zm-1.329 7h7.569c-1.02-1.022-2.027-2.202-2.332-3.8h-2.906c-.304 1.591-1.306 2.775-2.33 3.8M9 26a2 2 0 0 0 3.667 1.105a1 1 0 0 1 1.666 0a1.998 1.998 0 0 0 3.334 0a1 1 0 0 1 1.666 0A2 2 0 0 0 23 26v-2H9z"/></svg>
</template>

CSS

.icon-drink-bottle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.002%204.5a2.5%202.5%200%200%201%202.5-2.5h5a2.5%202.5%200%200%201%20.875%204.842c.2%201.015.88%201.854%201.908%202.872a8.99%208.99%200%200%201%203.714%207.405v.027L25%2017.2V26a4%204%200%200%201-6.5%203.122A4%204%200%200%201%2016%2030a4%204%200%200%201-2.5-.878A4%204%200%200%201%207%2026v-9.001a8.97%208.97%200%200%201%202.19-5.884q.512-.592%201.118-1.087c1.215-1.176%202.024-2.08%202.235-3.218a2.5%202.5%200%200%201-1.541-2.31m2.5-.5a.5.5%200%201%200%200%201h5a.5.5%200%200%200%200-1zm-1.329%207h7.569c-1.02-1.022-2.027-2.202-2.332-3.8h-2.906c-.304%201.591-1.306%202.775-2.33%203.8M9%2026a2%202%200%200%200%203.667%201.105a1%201%200%200%201%201.666%200a1.998%201.998%200%200%200%203.334%200a1%201%200%200%201%201.666%200A2%202%200%200%200%2023%2026v-2H9z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.002%204.5a2.5%202.5%200%200%201%202.5-2.5h5a2.5%202.5%200%200%201%20.875%204.842c.2%201.015.88%201.854%201.908%202.872a8.99%208.99%200%200%201%203.714%207.405v.027L25%2017.2V26a4%204%200%200%201-6.5%203.122A4%204%200%200%201%2016%2030a4%204%200%200%201-2.5-.878A4%204%200%200%201%207%2026v-9.001a8.97%208.97%200%200%201%202.19-5.884q.512-.592%201.118-1.087c1.215-1.176%202.024-2.08%202.235-3.218a2.5%202.5%200%200%201-1.541-2.31m2.5-.5a.5.5%200%201%200%200%201h5a.5.5%200%200%200%200-1zm-1.329%207h7.569c-1.02-1.022-2.027-2.202-2.332-3.8h-2.906c-.304%201.591-1.306%202.775-2.33%203.8M9%2026a2%202%200%200%200%203.667%201.105a1%201%200%200%201%201.666%200a1.998%201.998%200%200%200%203.334%200a1%201%200%200%201%201.666%200A2%202%200%200%200%2023%2026v-2H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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