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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the drink wine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.929 9.754a.75.75 0 0 0-1.473-.281a2.48 2.48 0 0 1-.773 1.376a2.5 2.5 0 0 1-1.169.598a.75.75 0 1 0 .307 1.469a4 4 0 0 0 1.872-.958a4 4 0 0 0 1.236-2.204M6 2.75A.75.75 0 0 1 6.75 2h10.5a.75.75 0 0 1 .75.75v6.5a6.25 6.25 0 0 1-5.5 6.206v5.053l2.748-.009a.75.75 0 0 1 .004 1.5l-3.5.011h-.005l-3-.011a.75.75 0 0 1 .006-1.5l2.247.008v-5.056A5.75 5.75 0 0 1 6 9.75zm1.5.75v2.75h9V3.5zm0 6.25A4.25 4.25 0 0 0 11.75 14a4.75 4.75 0 0 0 4.75-4.75v-1.5h-9z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkWine24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.929 9.754a.75.75 0 0 0-1.473-.281a2.48 2.48 0 0 1-.773 1.376a2.5 2.5 0 0 1-1.169.598a.75.75 0 1 0 .307 1.469a4 4 0 0 0 1.872-.958a4 4 0 0 0 1.236-2.204M6 2.75A.75.75 0 0 1 6.75 2h10.5a.75.75 0 0 1 .75.75v6.5a6.25 6.25 0 0 1-5.5 6.206v5.053l2.748-.009a.75.75 0 0 1 .004 1.5l-3.5.011h-.005l-3-.011a.75.75 0 0 1 .006-1.5l2.247.008v-5.056A5.75 5.75 0 0 1 6 9.75zm1.5.75v2.75h9V3.5zm0 6.25A4.25 4.25 0 0 0 11.75 14a4.75 4.75 0 0 0 4.75-4.75v-1.5h-9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.929 9.754a.75.75 0 0 0-1.473-.281a2.48 2.48 0 0 1-.773 1.376a2.5 2.5 0 0 1-1.169.598a.75.75 0 1 0 .307 1.469a4 4 0 0 0 1.872-.958a4 4 0 0 0 1.236-2.204M6 2.75A.75.75 0 0 1 6.75 2h10.5a.75.75 0 0 1 .75.75v6.5a6.25 6.25 0 0 1-5.5 6.206v5.053l2.748-.009a.75.75 0 0 1 .004 1.5l-3.5.011h-.005l-3-.011a.75.75 0 0 1 .006-1.5l2.247.008v-5.056A5.75 5.75 0 0 1 6 9.75zm1.5.75v2.75h9V3.5zm0 6.25A4.25 4.25 0 0 0 11.75 14a4.75 4.75 0 0 0 4.75-4.75v-1.5h-9z"/></svg>
</template>

CSS

.icon-drink-wine-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%20fill%3D%22currentColor%22%20d%3D%22M15.929%209.754a.75.75%200%200%200-1.473-.281a2.48%202.48%200%200%201-.773%201.376a2.5%202.5%200%200%201-1.169.598a.75.75%200%201%200%20.307%201.469a4%204%200%200%200%201.872-.958a4%204%200%200%200%201.236-2.204M6%202.75A.75.75%200%200%201%206.75%202h10.5a.75.75%200%200%201%20.75.75v6.5a6.25%206.25%200%200%201-5.5%206.206v5.053l2.748-.009a.75.75%200%200%201%20.004%201.5l-3.5.011h-.005l-3-.011a.75.75%200%200%201%20.006-1.5l2.247.008v-5.056A5.75%205.75%200%200%201%206%209.75zm1.5.75v2.75h9V3.5zm0%206.25A4.25%204.25%200%200%200%2011.75%2014a4.75%204.75%200%200%200%204.75-4.75v-1.5h-9z%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%20fill%3D%22currentColor%22%20d%3D%22M15.929%209.754a.75.75%200%200%200-1.473-.281a2.48%202.48%200%200%201-.773%201.376a2.5%202.5%200%200%201-1.169.598a.75.75%200%201%200%20.307%201.469a4%204%200%200%200%201.872-.958a4%204%200%200%200%201.236-2.204M6%202.75A.75.75%200%200%201%206.75%202h10.5a.75.75%200%200%201%20.75.75v6.5a6.25%206.25%200%200%201-5.5%206.206v5.053l2.748-.009a.75.75%200%200%201%20.004%201.5l-3.5.011h-.005l-3-.011a.75.75%200%200%201%20.006-1.5l2.247.008v-5.056A5.75%205.75%200%200%201%206%209.75zm1.5.75v2.75h9V3.5zm0%206.25A4.25%204.25%200%200%200%2011.75%2014a4.75%204.75%200%200%200%204.75-4.75v-1.5h-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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