champagne glasses icon

champagne-glasses from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
champagne-glasses
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the champagne glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.6 81.3C163 67 179.9 60.4 195 65.9l125 45.6l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556 477l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41c-47.4 17.3-94.8 34.5-142.2 51.8c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15l-31.3-86.2c-59.4 5.2-116.2-33.9-130-95.2l-14.6-64.7l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2L144 498.8l41 15c16.6 6.1 25.2 24.4 19.1 41s-24.4 25.2-41 19.1c-47.4-17.3-94.8-34.6-142.2-51.8c-16.6-6.1-25.2-24.4-19.1-41S26.3 456 42.9 462l41 15l31.3-86.2C66.5 356.5 48.1 290 76.9 234.2zm44 54.4l-27.2 52.8l89.2 32.5l13.1-57.9zm240.9 0l-75.1 27.4l13.1 57.9l89.2-32.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidChampagneGlasses(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="M155.6 81.3C163 67 179.9 60.4 195 65.9l125 45.6l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556 477l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41c-47.4 17.3-94.8 34.5-142.2 51.8c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15l-31.3-86.2c-59.4 5.2-116.2-33.9-130-95.2l-14.6-64.7l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2L144 498.8l41 15c16.6 6.1 25.2 24.4 19.1 41s-24.4 25.2-41 19.1c-47.4-17.3-94.8-34.6-142.2-51.8c-16.6-6.1-25.2-24.4-19.1-41S26.3 456 42.9 462l41 15l31.3-86.2C66.5 356.5 48.1 290 76.9 234.2zm44 54.4l-27.2 52.8l89.2 32.5l13.1-57.9zm240.9 0l-75.1 27.4l13.1 57.9l89.2-32.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M155.6 81.3C163 67 179.9 60.4 195 65.9l125 45.6l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556 477l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41c-47.4 17.3-94.8 34.5-142.2 51.8c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15l-31.3-86.2c-59.4 5.2-116.2-33.9-130-95.2l-14.6-64.7l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2L144 498.8l41 15c16.6 6.1 25.2 24.4 19.1 41s-24.4 25.2-41 19.1c-47.4-17.3-94.8-34.6-142.2-51.8c-16.6-6.1-25.2-24.4-19.1-41S26.3 456 42.9 462l41 15l31.3-86.2C66.5 356.5 48.1 290 76.9 234.2zm44 54.4l-27.2 52.8l89.2 32.5l13.1-57.9zm240.9 0l-75.1 27.4l13.1 57.9l89.2-32.5z"/></svg>
</template>

CSS

.icon-champagne-glasses {
  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%22M155.6%2081.3C163%2067%20179.9%2060.4%20195%2065.9l125%2045.6l125-45.6c15.1-5.5%2032%201.1%2039.4%2015.4l78.8%20152.9c28.8%2055.8%2010.3%20122.3-38.5%20156.6L556%20477l41-15c16.6-6%2035%202.5%2041%2019.1s-2.5%2035-19.1%2041c-47.4%2017.3-94.8%2034.5-142.2%2051.8c-16.6%206.1-35-2.5-41-19.1s2.5-35%2019.1-41l41-15l-31.3-86.2c-59.4%205.2-116.2-33.9-130-95.2l-14.6-64.7l-14.6%2064.7c-13.8%2061.3-70.6%20100.4-130%2095.2L144%20498.8l41%2015c16.6%206.1%2025.2%2024.4%2019.1%2041s-24.4%2025.2-41%2019.1c-47.4-17.3-94.8-34.6-142.2-51.8c-16.6-6.1-25.2-24.4-19.1-41S26.3%20456%2042.9%20462l41%2015l31.3-86.2C66.5%20356.5%2048.1%20290%2076.9%20234.2zm44%2054.4l-27.2%2052.8l89.2%2032.5l13.1-57.9zm240.9%200l-75.1%2027.4l13.1%2057.9l89.2-32.5z%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%22M155.6%2081.3C163%2067%20179.9%2060.4%20195%2065.9l125%2045.6l125-45.6c15.1-5.5%2032%201.1%2039.4%2015.4l78.8%20152.9c28.8%2055.8%2010.3%20122.3-38.5%20156.6L556%20477l41-15c16.6-6%2035%202.5%2041%2019.1s-2.5%2035-19.1%2041c-47.4%2017.3-94.8%2034.5-142.2%2051.8c-16.6%206.1-35-2.5-41-19.1s2.5-35%2019.1-41l41-15l-31.3-86.2c-59.4%205.2-116.2-33.9-130-95.2l-14.6-64.7l-14.6%2064.7c-13.8%2061.3-70.6%20100.4-130%2095.2L144%20498.8l41%2015c16.6%206.1%2025.2%2024.4%2019.1%2041s-24.4%2025.2-41%2019.1c-47.4-17.3-94.8-34.6-142.2-51.8c-16.6-6.1-25.2-24.4-19.1-41S26.3%20456%2042.9%20462l41%2015l31.3-86.2C66.5%20356.5%2048.1%20290%2076.9%20234.2zm44%2054.4l-27.2%2052.8l89.2%2032.5l13.1-57.9zm240.9%200l-75.1%2027.4l13.1%2057.9l89.2-32.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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