Emoji Beer Mug Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Beer Mug 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/339682.svg" alt="Emoji Beer Mug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339682.svg" alt="Emoji Beer Mug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339682.svg" alt="Emoji Beer Mug icon" :width="24" :height="24" />
CSS background
.icon-emoji-beer-mug {
background-image: url('https://proicons.com/icon/339682.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m32.6272,35.2705h4.5684c1.6751,0,3.0456-1.3698,3.0456-3.044v-10.6541c0-1.6742-1.3705-3.044-3.0456-3.044h-4.5684"/><path id="d" class="f" d="m10.3574,20.6686c.5733-.2.9905-.7749.991-1.4484l.001-1.2169c.4348.2832.9394.4552,1.4843.4556l1.4121.0011c.9154.0007,1.7248-.4676,2.2523-1.1809.7809,1.1741,2.0653,1.9467,3.5141,1.9479,2.3691.0019,4.3091-2.0552,4.311-4.5714l8.3155.0065c.1597-.4771.2513-.9895.2517-1.5248.0019-2.5268-1.9247-4.5764-4.3038-4.5782-.9929-.0007-1.9049.3584-2.6333.9572-.7139-1.4744-2.1575-2.4858-3.8266-2.4871-.6095-.0005-1.1882.1348-1.714.3769-.8527-1.1573-2.1774-1.9049-3.6692-1.906-2.2435-.0017-4.1164,1.678-4.5661,3.9186-.2649-.0665-.5376-.1102-.8212-.1104-1.9822-.0016-3.5909,1.7043-3.5926,3.8095l-.0048,6.0998c-.0007.8387.6449,1.5254,1.4346,1.526l.7179.0005c.1555,0,.3054-.0264.446-.0754"/><path id="e" class="f" d="m24.3232,14.5179h7.923v27.9821H10.1659v-21.78"/></svg>
Copied!