champagne glasses icon
champagne-glasses from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- champagne-glasses
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- 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 512"><path fill="currentColor" d="M155.6 17.3C163 3 179.9-3.6 195 1.9l125 45.6L445 1.9c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6l31.4 86.2l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41L547.9 484l-71.1 26c-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-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2l41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1l-71-25.9l-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15l31.3-86.2C66.5 292.5 48.1 226 76.9 170.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 Fa6SolidChampagneGlasses(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M155.6 17.3C163 3 179.9-3.6 195 1.9l125 45.6L445 1.9c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6l31.4 86.2l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41L547.9 484l-71.1 26c-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-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2l41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1l-71-25.9l-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15l31.3-86.2C66.5 292.5 48.1 226 76.9 170.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 512"><path fill="currentColor" d="M155.6 17.3C163 3 179.9-3.6 195 1.9l125 45.6L445 1.9c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6l31.4 86.2l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41L547.9 484l-71.1 26c-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-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2l41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1l-71-25.9l-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15l31.3-86.2C66.5 292.5 48.1 226 76.9 170.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.6%2017.3C163%203%20179.9-3.6%20195%201.9l125%2045.6L445%201.9c15.1-5.5%2032%201.1%2039.4%2015.4l78.8%20152.9c28.8%2055.8%2010.3%20122.3-38.5%20156.6l31.4%2086.2l41-15c16.6-6%2035%202.5%2041%2019.1s-2.5%2035-19.1%2041L547.9%20484l-71.1%2026c-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-34-130-95.2L320%20188.8l-14.6%2064.7c-13.8%2061.3-70.6%20100.4-130%2095.2l-31.3%2086.2l41%2015c16.6%206%2025.2%2024.4%2019.1%2041s-24.4%2025.2-41%2019.1l-71-25.9l-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2%2041-19.1l41%2015l31.3-86.2C66.5%20292.5%2048.1%20226%2076.9%20170.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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M155.6%2017.3C163%203%20179.9-3.6%20195%201.9l125%2045.6L445%201.9c15.1-5.5%2032%201.1%2039.4%2015.4l78.8%20152.9c28.8%2055.8%2010.3%20122.3-38.5%20156.6l31.4%2086.2l41-15c16.6-6%2035%202.5%2041%2019.1s-2.5%2035-19.1%2041L547.9%20484l-71.1%2026c-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-34-130-95.2L320%20188.8l-14.6%2064.7c-13.8%2061.3-70.6%20100.4-130%2095.2l-31.3%2086.2l41%2015c16.6%206%2025.2%2024.4%2019.1%2041s-24.4%2025.2-41%2019.1l-71-25.9l-71.1-25.9c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2%2041-19.1l41%2015l31.3-86.2C66.5%20292.5%2048.1%20226%2076.9%20170.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/fa6-solid/champagne-glasses.svg?color=%231a73e8&size=48