cocktailglass emoji
cocktailglass from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- cocktailglass
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the cocktailglass emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#CCD3D6" d="M365.746 478.751c0 16.706-45.072 30.249-100.672 30.249s-100.672-13.543-100.672-30.249c0-12.072 52.557-38.853 81.721-52.785v-122.28L78.461 111.171c29.919 22.139 102.192 37.752 186.613 37.752s156.693-15.613 186.613-37.752L284.025 303.685v122.281c29.165 13.932 81.721 40.713 81.721 52.785"/><path fill="#DEE1E2" d="M402.006 132.773L287.355 264.418c-11.777 13.523-32.786 13.523-44.563 0L128.141 132.773C88.528 121.724 63.73 105.946 63.73 88.425c0-33.412 90.145-60.499 201.344-60.499s201.344 27.086 201.344 60.499c0 17.521-24.798 33.299-64.412 44.348"/><path fill="#8E6049" d="m301.385 162.939l74.762-151.474c2.813-5.7 9.715-8.04 15.415-5.227s8.04 9.715 5.227 15.415c-.136.276-.295.565-.45.825l-86.877 144.866a4.603 4.603 0 0 1-6.316 1.58c-2.068-1.238-2.803-3.859-1.761-5.985"/><path fill="#65BA24" d="M347.264 134.515c9.243 26.104.717 52.938-19.042 59.934c-19.76 6.996-43.271-8.494-52.513-34.598c-9.243-26.104-.717-52.938 19.042-59.934c19.759-6.997 43.27 8.493 52.513 34.598"/><path fill="#8E6049" d="m260.204 239.519l38.143-78.236a8.07 8.07 0 0 1 10.789-3.717a8.07 8.07 0 0 1 3.364 11.437l-45.128 74.426a4.086 4.086 0 0 1-5.613 1.375c-1.817-1.102-2.461-3.41-1.555-5.285"/><path fill="#FFF" d="M265.854 149.319c-64.827 0-124.581-9.013-163.941-24.729a8.018 8.018 0 0 1 5.946-14.892c36.988 14.768 96.051 23.585 157.995 23.585c61.875 0 118.918-8.382 156.502-22.999a8.019 8.019 0 0 1 5.813 14.945c-39.367 15.31-98.528 24.09-162.315 24.09"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiCocktailglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#CCD3D6" d="M365.746 478.751c0 16.706-45.072 30.249-100.672 30.249s-100.672-13.543-100.672-30.249c0-12.072 52.557-38.853 81.721-52.785v-122.28L78.461 111.171c29.919 22.139 102.192 37.752 186.613 37.752s156.693-15.613 186.613-37.752L284.025 303.685v122.281c29.165 13.932 81.721 40.713 81.721 52.785"/><path fill="#DEE1E2" d="M402.006 132.773L287.355 264.418c-11.777 13.523-32.786 13.523-44.563 0L128.141 132.773C88.528 121.724 63.73 105.946 63.73 88.425c0-33.412 90.145-60.499 201.344-60.499s201.344 27.086 201.344 60.499c0 17.521-24.798 33.299-64.412 44.348"/><path fill="#8E6049" d="m301.385 162.939l74.762-151.474c2.813-5.7 9.715-8.04 15.415-5.227s8.04 9.715 5.227 15.415c-.136.276-.295.565-.45.825l-86.877 144.866a4.603 4.603 0 0 1-6.316 1.58c-2.068-1.238-2.803-3.859-1.761-5.985"/><path fill="#65BA24" d="M347.264 134.515c9.243 26.104.717 52.938-19.042 59.934c-19.76 6.996-43.271-8.494-52.513-34.598c-9.243-26.104-.717-52.938 19.042-59.934c19.759-6.997 43.27 8.493 52.513 34.598"/><path fill="#8E6049" d="m260.204 239.519l38.143-78.236a8.07 8.07 0 0 1 10.789-3.717a8.07 8.07 0 0 1 3.364 11.437l-45.128 74.426a4.086 4.086 0 0 1-5.613 1.375c-1.817-1.102-2.461-3.41-1.555-5.285"/><path fill="#FFF" d="M265.854 149.319c-64.827 0-124.581-9.013-163.941-24.729a8.018 8.018 0 0 1 5.946-14.892c36.988 14.768 96.051 23.585 157.995 23.585c61.875 0 118.918-8.382 156.502-22.999a8.019 8.019 0 0 1 5.813 14.945c-39.367 15.31-98.528 24.09-162.315 24.09"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#CCD3D6" d="M365.746 478.751c0 16.706-45.072 30.249-100.672 30.249s-100.672-13.543-100.672-30.249c0-12.072 52.557-38.853 81.721-52.785v-122.28L78.461 111.171c29.919 22.139 102.192 37.752 186.613 37.752s156.693-15.613 186.613-37.752L284.025 303.685v122.281c29.165 13.932 81.721 40.713 81.721 52.785"/><path fill="#DEE1E2" d="M402.006 132.773L287.355 264.418c-11.777 13.523-32.786 13.523-44.563 0L128.141 132.773C88.528 121.724 63.73 105.946 63.73 88.425c0-33.412 90.145-60.499 201.344-60.499s201.344 27.086 201.344 60.499c0 17.521-24.798 33.299-64.412 44.348"/><path fill="#8E6049" d="m301.385 162.939l74.762-151.474c2.813-5.7 9.715-8.04 15.415-5.227s8.04 9.715 5.227 15.415c-.136.276-.295.565-.45.825l-86.877 144.866a4.603 4.603 0 0 1-6.316 1.58c-2.068-1.238-2.803-3.859-1.761-5.985"/><path fill="#65BA24" d="M347.264 134.515c9.243 26.104.717 52.938-19.042 59.934c-19.76 6.996-43.271-8.494-52.513-34.598c-9.243-26.104-.717-52.938 19.042-59.934c19.759-6.997 43.27 8.493 52.513 34.598"/><path fill="#8E6049" d="m260.204 239.519l38.143-78.236a8.07 8.07 0 0 1 10.789-3.717a8.07 8.07 0 0 1 3.364 11.437l-45.128 74.426a4.086 4.086 0 0 1-5.613 1.375c-1.817-1.102-2.461-3.41-1.555-5.285"/><path fill="#FFF" d="M265.854 149.319c-64.827 0-124.581-9.013-163.941-24.729a8.018 8.018 0 0 1 5.946-14.892c36.988 14.768 96.051 23.585 157.995 23.585c61.875 0 118.918-8.382 156.502-22.999a8.019 8.019 0 0 1 5.813 14.945c-39.367 15.31-98.528 24.09-162.315 24.09"/></svg> </template>
CSS
.icon-cocktailglass {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23CCD3D6%22%20d%3D%22M365.746%20478.751c0%2016.706-45.072%2030.249-100.672%2030.249s-100.672-13.543-100.672-30.249c0-12.072%2052.557-38.853%2081.721-52.785v-122.28L78.461%20111.171c29.919%2022.139%20102.192%2037.752%20186.613%2037.752s156.693-15.613%20186.613-37.752L284.025%20303.685v122.281c29.165%2013.932%2081.721%2040.713%2081.721%2052.785%22%2F%3E%3Cpath%20fill%3D%22%23DEE1E2%22%20d%3D%22M402.006%20132.773L287.355%20264.418c-11.777%2013.523-32.786%2013.523-44.563%200L128.141%20132.773C88.528%20121.724%2063.73%20105.946%2063.73%2088.425c0-33.412%2090.145-60.499%20201.344-60.499s201.344%2027.086%20201.344%2060.499c0%2017.521-24.798%2033.299-64.412%2044.348%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22m301.385%20162.939l74.762-151.474c2.813-5.7%209.715-8.04%2015.415-5.227s8.04%209.715%205.227%2015.415c-.136.276-.295.565-.45.825l-86.877%20144.866a4.603%204.603%200%200%201-6.316%201.58c-2.068-1.238-2.803-3.859-1.761-5.985%22%2F%3E%3Cpath%20fill%3D%22%2365BA24%22%20d%3D%22M347.264%20134.515c9.243%2026.104.717%2052.938-19.042%2059.934c-19.76%206.996-43.271-8.494-52.513-34.598c-9.243-26.104-.717-52.938%2019.042-59.934c19.759-6.997%2043.27%208.493%2052.513%2034.598%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22m260.204%20239.519l38.143-78.236a8.07%208.07%200%200%201%2010.789-3.717a8.07%208.07%200%200%201%203.364%2011.437l-45.128%2074.426a4.086%204.086%200%200%201-5.613%201.375c-1.817-1.102-2.461-3.41-1.555-5.285%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M265.854%20149.319c-64.827%200-124.581-9.013-163.941-24.729a8.018%208.018%200%200%201%205.946-14.892c36.988%2014.768%2096.051%2023.585%20157.995%2023.585c61.875%200%20118.918-8.382%20156.502-22.999a8.019%208.019%200%200%201%205.813%2014.945c-39.367%2015.31-98.528%2024.09-162.315%2024.09%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23CCD3D6%22%20d%3D%22M365.746%20478.751c0%2016.706-45.072%2030.249-100.672%2030.249s-100.672-13.543-100.672-30.249c0-12.072%2052.557-38.853%2081.721-52.785v-122.28L78.461%20111.171c29.919%2022.139%20102.192%2037.752%20186.613%2037.752s156.693-15.613%20186.613-37.752L284.025%20303.685v122.281c29.165%2013.932%2081.721%2040.713%2081.721%2052.785%22%2F%3E%3Cpath%20fill%3D%22%23DEE1E2%22%20d%3D%22M402.006%20132.773L287.355%20264.418c-11.777%2013.523-32.786%2013.523-44.563%200L128.141%20132.773C88.528%20121.724%2063.73%20105.946%2063.73%2088.425c0-33.412%2090.145-60.499%20201.344-60.499s201.344%2027.086%20201.344%2060.499c0%2017.521-24.798%2033.299-64.412%2044.348%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22m301.385%20162.939l74.762-151.474c2.813-5.7%209.715-8.04%2015.415-5.227s8.04%209.715%205.227%2015.415c-.136.276-.295.565-.45.825l-86.877%20144.866a4.603%204.603%200%200%201-6.316%201.58c-2.068-1.238-2.803-3.859-1.761-5.985%22%2F%3E%3Cpath%20fill%3D%22%2365BA24%22%20d%3D%22M347.264%20134.515c9.243%2026.104.717%2052.938-19.042%2059.934c-19.76%206.996-43.271-8.494-52.513-34.598c-9.243-26.104-.717-52.938%2019.042-59.934c19.759-6.997%2043.27%208.493%2052.513%2034.598%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22m260.204%20239.519l38.143-78.236a8.07%208.07%200%200%201%2010.789-3.717a8.07%208.07%200%200%201%203.364%2011.437l-45.128%2074.426a4.086%204.086%200%200%201-5.613%201.375c-1.817-1.102-2.461-3.41-1.555-5.285%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M265.854%20149.319c-64.827%200-124.581-9.013-163.941-24.729a8.018%208.018%200%200%201%205.946-14.892c36.988%2014.768%2096.051%2023.585%20157.995%2023.585c61.875%200%20118.918-8.382%20156.502-22.999a8.019%208.019%200%200%201%205.813%2014.945c-39.367%2015.31-98.528%2024.09-162.315%2024.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/cocktailglass.svg?color=%231a73e8&size=48