martini glass empty icon

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

Name
martini-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 martini 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="M96 96c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L288 365.2v146.7h-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-64V365.2l214.6-214.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 96 544 96zm224 210.7L173.3 160h293.4z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMartiniGlassEmpty(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="M96 96c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L288 365.2v146.7h-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-64V365.2l214.6-214.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 96 544 96zm224 210.7L173.3 160h293.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 96c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8L288 365.2v146.7h-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-64V365.2l214.6-214.6c9.2-9.2 11.9-22.9 6.9-34.9S556.9 96 544 96zm224 210.7L173.3 160h293.4z"/></svg>
</template>

CSS

.icon-martini-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%22M96%2096c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%207%2034.8L288%20365.2v146.7h-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-64V365.2l214.6-214.6c9.2-9.2%2011.9-22.9%206.9-34.9S556.9%2096%20544%2096zm224%20210.7L173.3%20160h293.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2096c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%207%2034.8L288%20365.2v146.7h-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-64V365.2l214.6-214.6c9.2-9.2%2011.9-22.9%206.9-34.9S556.9%2096%20544%2096zm224%20210.7L173.3%20160h293.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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