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

Name
drink-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the drink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.72 2.22a.75.75 0 0 1 1.06 1.06L15.56 4.5h2.19c.317 0 .6.2.706.498l1.25 3.5A.75.75 0 0 1 19 9.5h-1.045l-1.587 10.05c-.21 1.465-1.46 2.45-2.97 2.45h-2.796c-1.51 0-2.76-.986-2.968-2.44L6.044 9.5H5a.75.75 0 0 1-.706-1.002l1.25-3.5A.75.75 0 0 1 6.25 4.5h7.188l2.282-2.28zm.716 7.28H7.562l1.555 9.837c.1.695.692 1.163 1.485 1.163h2.796c.793 0 1.386-.468 1.487-1.174L16.436 9.5zm.785-3.5H6.78l-.715 2h11.872l-.715-2z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrink24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.72 2.22a.75.75 0 0 1 1.06 1.06L15.56 4.5h2.19c.317 0 .6.2.706.498l1.25 3.5A.75.75 0 0 1 19 9.5h-1.045l-1.587 10.05c-.21 1.465-1.46 2.45-2.97 2.45h-2.796c-1.51 0-2.76-.986-2.968-2.44L6.044 9.5H5a.75.75 0 0 1-.706-1.002l1.25-3.5A.75.75 0 0 1 6.25 4.5h7.188l2.282-2.28zm.716 7.28H7.562l1.555 9.837c.1.695.692 1.163 1.485 1.163h2.796c.793 0 1.386-.468 1.487-1.174L16.436 9.5zm.785-3.5H6.78l-.715 2h11.872l-.715-2z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15.72 2.22a.75.75 0 0 1 1.06 1.06L15.56 4.5h2.19c.317 0 .6.2.706.498l1.25 3.5A.75.75 0 0 1 19 9.5h-1.045l-1.587 10.05c-.21 1.465-1.46 2.45-2.97 2.45h-2.796c-1.51 0-2.76-.986-2.968-2.44L6.044 9.5H5a.75.75 0 0 1-.706-1.002l1.25-3.5A.75.75 0 0 1 6.25 4.5h7.188l2.282-2.28zm.716 7.28H7.562l1.555 9.837c.1.695.692 1.163 1.485 1.163h2.796c.793 0 1.386-.468 1.487-1.174L16.436 9.5zm.785-3.5H6.78l-.715 2h11.872l-.715-2z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-drink-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M15.72%202.22a.75.75%200%200%201%201.06%201.06L15.56%204.5h2.19c.317%200%20.6.2.706.498l1.25%203.5A.75.75%200%200%201%2019%209.5h-1.045l-1.587%2010.05c-.21%201.465-1.46%202.45-2.97%202.45h-2.796c-1.51%200-2.76-.986-2.968-2.44L6.044%209.5H5a.75.75%200%200%201-.706-1.002l1.25-3.5A.75.75%200%200%201%206.25%204.5h7.188l2.282-2.28zm.716%207.28H7.562l1.555%209.837c.1.695.692%201.163%201.485%201.163h2.796c.793%200%201.386-.468%201.487-1.174L16.436%209.5zm.785-3.5H6.78l-.715%202h11.872l-.715-2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M15.72%202.22a.75.75%200%200%201%201.06%201.06L15.56%204.5h2.19c.317%200%20.6.2.706.498l1.25%203.5A.75.75%200%200%201%2019%209.5h-1.045l-1.587%2010.05c-.21%201.465-1.46%202.45-2.97%202.45h-2.796c-1.51%200-2.76-.986-2.968-2.44L6.044%209.5H5a.75.75%200%200%201-.706-1.002l1.25-3.5A.75.75%200%200%201%206.25%204.5h7.188l2.282-2.28zm.716%207.28H7.562l1.555%209.837c.1.695.692%201.163%201.485%201.163h2.796c.793%200%201.386-.468%201.487-1.174L16.436%209.5zm.785-3.5H6.78l-.715%202h11.872l-.715-2z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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