Emoji Mate Drink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Mate Drink 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/325344.svg" alt="Emoji Mate Drink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325344.svg" alt="Emoji Mate Drink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325344.svg" alt="Emoji Mate Drink icon" :width="24" :height="24" />
CSS background
.icon-emoji-mate-drink {
background-image: url('https://proicons.com/icon/325344.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M23.8032,20.9379h10.0964s4.9221,6.3241,5.0488,10.4396c.1173,3.819-1.7131,8.8217-5.7283,11.1225H14.7798c-4.0152-2.3008-5.8457-7.3083-5.7283-11.1225.1265-4.118,5.0488-10.4396,5.0488-10.4396h10.0964"/><path id="c" class="e" d="M23.0434,16.4471l2.6697-7.1545c.8479-2.3408,2.4571-3.7926,4.2033-3.7926h6.3948"/><path id="d" class="e" d="M14.1004,20.9379v-4.4908h19.7992v4.4908"/></svg>
Copied!