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

Name
drink-bottle-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M13.502 2a2.5 2.5 0 0 0-.959 4.81c-.21 1.138-1.02 2.042-2.235 3.218a9 9 0 0 0-1.18 1.16A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30c.946 0 1.816-.33 2.5-.878A4 4 0 0 0 25 26v-9.001a8.99 8.99 0 0 0-3.715-7.285c-1.029-1.018-1.708-1.857-1.908-2.872A2.501 2.501 0 0 0 18.502 2zm-.5 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m6.74 6.5h-7.569c1.024-1.025 2.027-2.209 2.331-3.8h2.906c.305 1.598 1.312 2.778 2.332 3.8m-9.488 2h11.492a6.97 6.97 0 0 1 1.253 4.146L23 17.2V22H9v-5c0-1.488.463-2.866 1.254-4M9 24h14v2a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.666 0c-.36.541-.972.895-1.667.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.666 0A2 2 0 0 1 9 26z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkBottle32Regular(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="M13.502 2a2.5 2.5 0 0 0-.959 4.81c-.21 1.138-1.02 2.042-2.235 3.218a9 9 0 0 0-1.18 1.16A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30c.946 0 1.816-.33 2.5-.878A4 4 0 0 0 25 26v-9.001a8.99 8.99 0 0 0-3.715-7.285c-1.029-1.018-1.708-1.857-1.908-2.872A2.501 2.501 0 0 0 18.502 2zm-.5 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m6.74 6.5h-7.569c1.024-1.025 2.027-2.209 2.331-3.8h2.906c.305 1.598 1.312 2.778 2.332 3.8m-9.488 2h11.492a6.97 6.97 0 0 1 1.253 4.146L23 17.2V22H9v-5c0-1.488.463-2.866 1.254-4M9 24h14v2a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.666 0c-.36.541-.972.895-1.667.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.666 0A2 2 0 0 1 9 26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.502 2a2.5 2.5 0 0 0-.959 4.81c-.21 1.138-1.02 2.042-2.235 3.218a9 9 0 0 0-1.18 1.16A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30c.946 0 1.816-.33 2.5-.878A4 4 0 0 0 25 26v-9.001a8.99 8.99 0 0 0-3.715-7.285c-1.029-1.018-1.708-1.857-1.908-2.872A2.501 2.501 0 0 0 18.502 2zm-.5 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m6.74 6.5h-7.569c1.024-1.025 2.027-2.209 2.331-3.8h2.906c.305 1.598 1.312 2.778 2.332 3.8m-9.488 2h11.492a6.97 6.97 0 0 1 1.253 4.146L23 17.2V22H9v-5c0-1.488.463-2.866 1.254-4M9 24h14v2a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.666 0c-.36.541-.972.895-1.667.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.666 0A2 2 0 0 1 9 26z"/></svg>
</template>

CSS

.icon-drink-bottle-32-regular {
  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%22M13.502%202a2.5%202.5%200%200%200-.959%204.81c-.21%201.138-1.02%202.042-2.235%203.218a9%209%200%200%200-1.18%201.16A8.97%208.97%200%200%200%207%2017.2V26a4%204%200%200%200%206.5%203.122A4%204%200%200%200%2016%2030c.946%200%201.816-.33%202.5-.878A4%204%200%200%200%2025%2026v-9.001a8.99%208.99%200%200%200-3.715-7.285c-1.029-1.018-1.708-1.857-1.908-2.872A2.501%202.501%200%200%200%2018.502%202zm-.5%202.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m6.74%206.5h-7.569c1.024-1.025%202.027-2.209%202.331-3.8h2.906c.305%201.598%201.312%202.778%202.332%203.8m-9.488%202h11.492a6.97%206.97%200%200%201%201.253%204.146L23%2017.2V22H9v-5c0-1.488.463-2.866%201.254-4M9%2024h14v2a2%202%200%200%201-3.667%201.105a1%201%200%200%200-1.666%200c-.36.541-.972.895-1.667.895a2%202%200%200%201-1.667-.895a1%201%200%200%200-1.666%200A2%202%200%200%201%209%2026z%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%22M13.502%202a2.5%202.5%200%200%200-.959%204.81c-.21%201.138-1.02%202.042-2.235%203.218a9%209%200%200%200-1.18%201.16A8.97%208.97%200%200%200%207%2017.2V26a4%204%200%200%200%206.5%203.122A4%204%200%200%200%2016%2030c.946%200%201.816-.33%202.5-.878A4%204%200%200%200%2025%2026v-9.001a8.99%208.99%200%200%200-3.715-7.285c-1.029-1.018-1.708-1.857-1.908-2.872A2.501%202.501%200%200%200%2018.502%202zm-.5%202.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m6.74%206.5h-7.569c1.024-1.025%202.027-2.209%202.331-3.8h2.906c.305%201.598%201.312%202.778%202.332%203.8m-9.488%202h11.492a6.97%206.97%200%200%201%201.253%204.146L23%2017.2V22H9v-5c0-1.488.463-2.866%201.254-4M9%2024h14v2a2%202%200%200%201-3.667%201.105a1%201%200%200%200-1.666%200c-.36.541-.972.895-1.667.895a2%202%200%200%201-1.667-.895a1%201%200%200%200-1.666%200A2%202%200%200%201%209%2026z%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-regular.svg?color=%231a73e8&size=48