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

Name
martini-glass
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M66.4 115.8c5-12 16.7-19.8 29.6-19.8h448c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L352 365.3V512h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64V365.3L73.4 150.7c-9.2-9.2-11.9-23-7-34.9M418.7 208l48-48H173.2l48 48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMartiniGlass(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="M66.4 115.8c5-12 16.7-19.8 29.6-19.8h448c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L352 365.3V512h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64V365.3L73.4 150.7c-9.2-9.2-11.9-23-7-34.9M418.7 208l48-48H173.2l48 48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M66.4 115.8c5-12 16.7-19.8 29.6-19.8h448c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L352 365.3V512h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64V365.3L73.4 150.7c-9.2-9.2-11.9-23-7-34.9M418.7 208l48-48H173.2l48 48z"/></svg>
</template>

CSS

.icon-martini-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M66.4%20115.8c5-12%2016.7-19.8%2029.6-19.8h448c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L352%20365.3V512h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H224c-17.7%200-32-14.3-32-32s14.3-32%2032-32h64V365.3L73.4%20150.7c-9.2-9.2-11.9-23-7-34.9M418.7%20208l48-48H173.2l48%2048z%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%22M66.4%20115.8c5-12%2016.7-19.8%2029.6-19.8h448c12.9%200%2024.6%207.8%2029.6%2019.8s2.2%2025.7-6.9%2034.9L352%20365.3V512h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H224c-17.7%200-32-14.3-32-32s14.3-32%2032-32h64V365.3L73.4%20150.7c-9.2-9.2-11.9-23-7-34.9M418.7%20208l48-48H173.2l48%2048z%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.svg?color=%231a73e8&size=48