wine-glass from Font Awesome 6 Solid by Dave Gandy · Regular · Beverage · CC-BY-4.0 Attribution required.

Name
wine-glass
Set
Font Awesome 6 Solid
Style
Regular
Category
Beverage
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

More beverage icons from Font Awesome 6 Solid

Use the wine glass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M32.1 29.3C33.5 12.8 47.4 0 64 0h192c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6v99.6h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48v-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7h143.8l-5.3-64H93.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWineGlass(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="M32.1 29.3C33.5 12.8 47.4 0 64 0h192c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6v99.6h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48v-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7h143.8l-5.3-64H93.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M32.1 29.3C33.5 12.8 47.4 0 64 0h192c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6v99.6h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48v-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7h143.8l-5.3-64H93.4z"/></svg>
</template>

CSS

.icon-wine-glass {
  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%22M32.1%2029.3C33.5%2012.8%2047.4%200%2064%200h192c16.6%200%2030.5%2012.8%2031.9%2029.3l14%20168.4c6%2072-42.5%20135.2-109.9%20150.6v99.6h48c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H80c-17.7%200-32-14.3-32-32s14.3-32%2032-32h48v-99.6C60.6%20333%2012.1%20269.8%2018.1%20197.8l14-168.4zm56%2098.7h143.8l-5.3-64H93.4z%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%22M32.1%2029.3C33.5%2012.8%2047.4%200%2064%200h192c16.6%200%2030.5%2012.8%2031.9%2029.3l14%20168.4c6%2072-42.5%20135.2-109.9%20150.6v99.6h48c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H80c-17.7%200-32-14.3-32-32s14.3-32%2032-32h48v-99.6C60.6%20333%2012.1%20269.8%2018.1%20197.8l14-168.4zm56%2098.7h143.8l-5.3-64H93.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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