wine glass empty icon

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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the wine glass empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6v99.6H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48v-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0zm17.9 203.1L93.4 64h133.1l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWineGlassEmpty(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="M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6v99.6H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48v-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0zm17.9 203.1L93.4 64h133.1l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6v99.6H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-48v-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0zm17.9 203.1L93.4 64h133.1l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9"/></svg>
</template>

CSS

.icon-wine-glass-empty {
  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%22M64%200C47.4%200%2033.5%2012.8%2032.1%2029.3l-14%20168.4c-6%2072%2042.5%20135.2%20109.9%20150.6v99.6H80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-48v-99.6c67.4-15.4%20115.9-78.6%20109.9-150.6l-14-168.4C286.5%2012.8%20272.6%200%20256%200zm17.9%20203.1L93.4%2064h133.1l11.6%20139.1C242%20248.8%20205.9%20288%20160%20288s-82-39.2-78.1-84.9%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%22M64%200C47.4%200%2033.5%2012.8%2032.1%2029.3l-14%20168.4c-6%2072%2042.5%20135.2%20109.9%20150.6v99.6H80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-48v-99.6c67.4-15.4%20115.9-78.6%20109.9-150.6l-14-168.4C286.5%2012.8%20272.6%200%20256%200zm17.9%20203.1L93.4%2064h133.1l11.6%20139.1C242%20248.8%20205.9%20288%20160%20288s-82-39.2-78.1-84.9%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-empty.svg?color=%231a73e8&size=48