champagne glass 1 emoji
champagne-glass-1 from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.
- Name
- champagne-glass-1
- Set
- Streamline Emojis
- Style
- Default
- Category
- Food Drink
- Viewbox
- 48×48
- License
- CC BY 4.0
More food drink icons from Streamline Emojis
baby-bottlebeer-mugbirthday-cake-1birthday-cake-2birthday-cake-3bottle-with-popping-corkbreadcandychampagne-glass-2cherrieschestnutclinking-beer-mugsclinking-glasses-1clinking-glasses-2clinking-glasses-3clinking-glasses-4clinking-glasses-5cocktail-glasscooked-ricecookiecookingcustarddoughnut-1doughnut-2
Use the champagne glass 1 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15 45.5a9 1.5 0 1 0 18 0a9 1.5 0 1 0-18 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M22.42 31.62c.95 3.78.63 10.15.63 10.15a.63.63 0 0 1-.59.63c-2.6.17-4.61.79-5 1.56a.3.3 0 0 0 .14.4A14.3 14.3 0 0 0 24 45.5a14.3 14.3 0 0 0 6.41-1.14a.3.3 0 0 0 .14-.4c-.4-.77-2.41-1.39-5-1.56a.63.63 0 0 1-.59-.63s-.32-6.37.63-10.15Z"/><path fill="#00b8f0" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#4acfff" d="M30.63 14.12L30 3.22H18L16.74 25a7.9 7.9 0 0 0 .53 2.79a39.56 39.56 0 0 0 13.36-13.67"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18 3.22a6 1.26 0 1 0 12 0a6 1.26 0 1 0-12 0"/><path fill="#ffe500" d="M19.27 20.26a2.71 2.71 0 0 1 2.52-1.58a4.7 4.7 0 0 1 3.47 1.58Z"/><path fill="#ffe500" d="M29.68 24.36c0 3.14-2.54 6.94-5.68 6.94s-5.68-3.8-5.68-6.94l.32-5.05s.63 1 2.84 1s2.84-1.9 5-1.9s2.84.95 2.84.95Z"/><path fill="#fff48c" d="M27.72 18.47a6.7 6.7 0 0 0-1.2-.11c-2.2 0-2.84 1.9-5 1.9s-2.84-1-2.84-1l-.32 5.05a7.2 7.2 0 0 0 .45 2.42a42 42 0 0 0 8.91-8.26"/><path fill="#e5f8ff" d="M20.53 7.95a1.26 1.26 0 1 0 2.52 0a1.26 1.26 0 1 0-2.52 0m-1.26 1.89a.63.63 0 1 0 1.26 0a.63.63 0 1 0-1.26 0"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisChampagneGlass1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15 45.5a9 1.5 0 1 0 18 0a9 1.5 0 1 0-18 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M22.42 31.62c.95 3.78.63 10.15.63 10.15a.63.63 0 0 1-.59.63c-2.6.17-4.61.79-5 1.56a.3.3 0 0 0 .14.4A14.3 14.3 0 0 0 24 45.5a14.3 14.3 0 0 0 6.41-1.14a.3.3 0 0 0 .14-.4c-.4-.77-2.41-1.39-5-1.56a.63.63 0 0 1-.59-.63s-.32-6.37.63-10.15Z"/><path fill="#00b8f0" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#4acfff" d="M30.63 14.12L30 3.22H18L16.74 25a7.9 7.9 0 0 0 .53 2.79a39.56 39.56 0 0 0 13.36-13.67"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M18 3.22a6 1.26 0 1 0 12 0a6 1.26 0 1 0-12 0"/><path fill="#ffe500" d="M19.27 20.26a2.71 2.71 0 0 1 2.52-1.58a4.7 4.7 0 0 1 3.47 1.58Z"/><path fill="#ffe500" d="M29.68 24.36c0 3.14-2.54 6.94-5.68 6.94s-5.68-3.8-5.68-6.94l.32-5.05s.63 1 2.84 1s2.84-1.9 5-1.9s2.84.95 2.84.95Z"/><path fill="#fff48c" d="M27.72 18.47a6.7 6.7 0 0 0-1.2-.11c-2.2 0-2.84 1.9-5 1.9s-2.84-1-2.84-1l-.32 5.05a7.2 7.2 0 0 0 .45 2.42a42 42 0 0 0 8.91-8.26"/><path fill="#e5f8ff" d="M20.53 7.95a1.26 1.26 0 1 0 2.52 0a1.26 1.26 0 1 0-2.52 0m-1.26 1.89a.63.63 0 1 0 1.26 0a.63.63 0 1 0-1.26 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M15 45.5a9 1.5 0 1 0 18 0a9 1.5 0 1 0-18 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M22.42 31.62c.95 3.78.63 10.15.63 10.15a.63.63 0 0 1-.59.63c-2.6.17-4.61.79-5 1.56a.3.3 0 0 0 .14.4A14.3 14.3 0 0 0 24 45.5a14.3 14.3 0 0 0 6.41-1.14a.3.3 0 0 0 .14-.4c-.4-.77-2.41-1.39-5-1.56a.63.63 0 0 1-.59-.63s-.32-6.37.63-10.15Z"/><path fill="#00b8f0" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#4acfff" d="M30.63 14.12L30 3.22H18L16.74 25a7.9 7.9 0 0 0 .53 2.79a39.56 39.56 0 0 0 13.36-13.67"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.26 25c0 4-3.25 7.89-7.26 7.89S16.74 29 16.74 25L18 3.22h12Z"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18 3.22a6 1.26 0 1 0 12 0a6 1.26 0 1 0-12 0"/><path fill="#ffe500" d="M19.27 20.26a2.71 2.71 0 0 1 2.52-1.58a4.7 4.7 0 0 1 3.47 1.58Z"/><path fill="#ffe500" d="M29.68 24.36c0 3.14-2.54 6.94-5.68 6.94s-5.68-3.8-5.68-6.94l.32-5.05s.63 1 2.84 1s2.84-1.9 5-1.9s2.84.95 2.84.95Z"/><path fill="#fff48c" d="M27.72 18.47a6.7 6.7 0 0 0-1.2-.11c-2.2 0-2.84 1.9-5 1.9s-2.84-1-2.84-1l-.32 5.05a7.2 7.2 0 0 0 .45 2.42a42 42 0 0 0 8.91-8.26"/><path fill="#e5f8ff" d="M20.53 7.95a1.26 1.26 0 1 0 2.52 0a1.26 1.26 0 1 0-2.52 0m-1.26 1.89a.63.63 0 1 0 1.26 0a.63.63 0 1 0-1.26 0"/></svg> </template>
CSS
.icon-champagne-glass-1 {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M15%2045.5a9%201.5%200%201%200%2018%200a9%201.5%200%201%200-18%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.42%2031.62c.95%203.78.63%2010.15.63%2010.15a.63.63%200%200%201-.59.63c-2.6.17-4.61.79-5%201.56a.3.3%200%200%200%20.14.4A14.3%2014.3%200%200%200%2024%2045.5a14.3%2014.3%200%200%200%206.41-1.14a.3.3%200%200%200%20.14-.4c-.4-.77-2.41-1.39-5-1.56a.63.63%200%200%201-.59-.63s-.32-6.37.63-10.15Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M31.26%2025c0%204-3.25%207.89-7.26%207.89S16.74%2029%2016.74%2025L18%203.22h12Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M30.63%2014.12L30%203.22H18L16.74%2025a7.9%207.9%200%200%200%20.53%202.79a39.56%2039.56%200%200%200%2013.36-13.67%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.26%2025c0%204-3.25%207.89-7.26%207.89S16.74%2029%2016.74%2025L18%203.22h12Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%203.22a6%201.26%200%201%200%2012%200a6%201.26%200%201%200-12%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M19.27%2020.26a2.71%202.71%200%200%201%202.52-1.58a4.7%204.7%200%200%201%203.47%201.58Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M29.68%2024.36c0%203.14-2.54%206.94-5.68%206.94s-5.68-3.8-5.68-6.94l.32-5.05s.63%201%202.84%201s2.84-1.9%205-1.9s2.84.95%202.84.95Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.72%2018.47a6.7%206.7%200%200%200-1.2-.11c-2.2%200-2.84%201.9-5%201.9s-2.84-1-2.84-1l-.32%205.05a7.2%207.2%200%200%200%20.45%202.42a42%2042%200%200%200%208.91-8.26%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M20.53%207.95a1.26%201.26%200%201%200%202.52%200a1.26%201.26%200%201%200-2.52%200m-1.26%201.89a.63.63%200%201%200%201.26%200a.63.63%200%201%200-1.26%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M15%2045.5a9%201.5%200%201%200%2018%200a9%201.5%200%201%200-18%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.42%2031.62c.95%203.78.63%2010.15.63%2010.15a.63.63%200%200%201-.59.63c-2.6.17-4.61.79-5%201.56a.3.3%200%200%200%20.14.4A14.3%2014.3%200%200%200%2024%2045.5a14.3%2014.3%200%200%200%206.41-1.14a.3.3%200%200%200%20.14-.4c-.4-.77-2.41-1.39-5-1.56a.63.63%200%200%201-.59-.63s-.32-6.37.63-10.15Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M31.26%2025c0%204-3.25%207.89-7.26%207.89S16.74%2029%2016.74%2025L18%203.22h12Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M30.63%2014.12L30%203.22H18L16.74%2025a7.9%207.9%200%200%200%20.53%202.79a39.56%2039.56%200%200%200%2013.36-13.67%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.26%2025c0%204-3.25%207.89-7.26%207.89S16.74%2029%2016.74%2025L18%203.22h12Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%203.22a6%201.26%200%201%200%2012%200a6%201.26%200%201%200-12%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M19.27%2020.26a2.71%202.71%200%200%201%202.52-1.58a4.7%204.7%200%200%201%203.47%201.58Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M29.68%2024.36c0%203.14-2.54%206.94-5.68%206.94s-5.68-3.8-5.68-6.94l.32-5.05s.63%201%202.84%201s2.84-1.9%205-1.9s2.84.95%202.84.95Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M27.72%2018.47a6.7%206.7%200%200%200-1.2-.11c-2.2%200-2.84%201.9-5%201.9s-2.84-1-2.84-1l-.32%205.05a7.2%207.2%200%200%200%20.45%202.42a42%2042%200%200%200%208.91-8.26%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M20.53%207.95a1.26%201.26%200%201%200%202.52%200a1.26%201.26%200%201%200-2.52%200m-1.26%201.89a.63.63%200%201%200%201.26%200a.63.63%200%201%200-1.26%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/champagne-glass-1.svg?color=%231a73e8&size=48