wine glass empty icon

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

Name
wine-glass-empty
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the wine glass empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 64c-15.3 0-28.4 10.8-31.4 25.7L163.2 237c-2.1 10.5-3.2 21.2-3.2 32v3c0 77.4 55 142 128 156.8V544h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V428.8C425 414 480 349.4 480 272v-3c0-10.7-1.1-21.4-3.2-32L447.4 89.7C444.4 74.8 431.3 64 416 64zm1.9 185.6L250.2 128h139.6l24.3 121.6c1.3 6.4 1.9 12.9 1.9 19.4v3c0 53-43 96-96 96s-96-43-96-96v-3c0-6.5.6-13 1.9-19.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWineGlassEmpty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 64c-15.3 0-28.4 10.8-31.4 25.7L163.2 237c-2.1 10.5-3.2 21.2-3.2 32v3c0 77.4 55 142 128 156.8V544h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V428.8C425 414 480 349.4 480 272v-3c0-10.7-1.1-21.4-3.2-32L447.4 89.7C444.4 74.8 431.3 64 416 64zm1.9 185.6L250.2 128h139.6l24.3 121.6c1.3 6.4 1.9 12.9 1.9 19.4v3c0 53-43 96-96 96s-96-43-96-96v-3c0-6.5.6-13 1.9-19.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 64c-15.3 0-28.4 10.8-31.4 25.7L163.2 237c-2.1 10.5-3.2 21.2-3.2 32v3c0 77.4 55 142 128 156.8V544h-64c-17.7 0-32 14.3-32 32s14.3 32 32 32h192c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V428.8C425 414 480 349.4 480 272v-3c0-10.7-1.1-21.4-3.2-32L447.4 89.7C444.4 74.8 431.3 64 416 64zm1.9 185.6L250.2 128h139.6l24.3 121.6c1.3 6.4 1.9 12.9 1.9 19.4v3c0 53-43 96-96 96s-96-43-96-96v-3c0-6.5.6-13 1.9-19.4"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2064c-15.3%200-28.4%2010.8-31.4%2025.7L163.2%20237c-2.1%2010.5-3.2%2021.2-3.2%2032v3c0%2077.4%2055%20142%20128%20156.8V544h-64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64V428.8C425%20414%20480%20349.4%20480%20272v-3c0-10.7-1.1-21.4-3.2-32L447.4%2089.7C444.4%2074.8%20431.3%2064%20416%2064zm1.9%20185.6L250.2%20128h139.6l24.3%20121.6c1.3%206.4%201.9%2012.9%201.9%2019.4v3c0%2053-43%2096-96%2096s-96-43-96-96v-3c0-6.5.6-13%201.9-19.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2064c-15.3%200-28.4%2010.8-31.4%2025.7L163.2%20237c-2.1%2010.5-3.2%2021.2-3.2%2032v3c0%2077.4%2055%20142%20128%20156.8V544h-64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h192c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64V428.8C425%20414%20480%20349.4%20480%20272v-3c0-10.7-1.1-21.4-3.2-32L447.4%2089.7C444.4%2074.8%20431.3%2064%20416%2064zm1.9%20185.6L250.2%20128h139.6l24.3%20121.6c1.3%206.4%201.9%2012.9%201.9%2019.4v3c0%2053-43%2096-96%2096s-96-43-96-96v-3c0-6.5.6-13%201.9-19.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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