Emoji Cocktail Glass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Cocktail Glass icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339770.svg" alt="Emoji Cocktail Glass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339770.svg" alt="Emoji Cocktail Glass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339770.svg" alt="Emoji Cocktail Glass icon" :width="24" :height="24" />
CSS background
.icon-emoji-cocktail-glass {
background-image: url('https://proicons.com/icon/339770.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M38.6705,9.6111l-7.3353,9.6905-7.3353,9.6905-7.3353-9.6905-7.1953-9.5055"/><path id="c" class="i" d="M24.6373,14.9354h9.7306"/><path id="d" class="i" d="M13.4633,14.9354h11.174"/><path id="e" class="i" d="M24,28.9921v13.5079"/><path id="f" class="i" d="M14.6109,42.5h18.7783"/><path id="g" class="i" d="M9.4694,9.7961l-.14-.1849"/><path id="h" class="i" d="M25.7605,16.6587l9.3891-11.1587"/></svg>
Copied!