beer-mug from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
beer-mug
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the beer mug emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.02 24.01c0 .55.45 1 1 1s1-.45 1-1V13.63c0-.55-.45-1-1-1s-1 .45-1 1zm3.43-11.58a.84.84 0 1 0 0-1.68a.84.84 0 0 0 0 1.68m0 8.74a.58.58 0 1 0 0-1.16a.58.58 0 0 0 0 1.16m-5.08-5.73a.58.58 0 1 1-1.16 0a.58.58 0 0 1 1.16 0"/><path d="M16.862 4.374A5.01 5.01 0 0 0 12.56 2c-1.678.012-3.153.864-4.052 2.152a4.43 4.43 0 0 0-5.47 4.878H3v18.03c0 1.66 1.38 3 3.07 3h13.89c1.69 0 3.07-1.35 3.07-3v-1.35h2.14a2.86 2.86 0 0 0 2.86-2.86v-7.36a2.86 2.86 0 0 0-2.86-2.86h-2.14v-3.6h-.038q.038-.285.038-.58a4.43 4.43 0 0 0-6.168-4.076M17.2 9h3.6v18.05c0 .46-.37.83-.83.83H6.06c-.46 0-.83-.37-.83-.83V9h2.36v3.13c0 .996.583 1.861 1.43 2.266v9.614c0 .55.45 1 1 1s1-.45 1-1v-9.544a2.51 2.51 0 0 0 1.59-2.336v-1.66C12.6 9.66 13.26 9 14.07 9zm-2.87-4.53a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m1.42 1.83a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m-1.71-.29a.46.46 0 1 1-.92 0a.46.46 0 0 1 .92 0m8.99 17.52v-8.72h2.14c.38 0 .68.31.68.68v7.36c0 .38-.31.68-.68.68z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBeerMug(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.02 24.01c0 .55.45 1 1 1s1-.45 1-1V13.63c0-.55-.45-1-1-1s-1 .45-1 1zm3.43-11.58a.84.84 0 1 0 0-1.68a.84.84 0 0 0 0 1.68m0 8.74a.58.58 0 1 0 0-1.16a.58.58 0 0 0 0 1.16m-5.08-5.73a.58.58 0 1 1-1.16 0a.58.58 0 0 1 1.16 0"/><path d="M16.862 4.374A5.01 5.01 0 0 0 12.56 2c-1.678.012-3.153.864-4.052 2.152a4.43 4.43 0 0 0-5.47 4.878H3v18.03c0 1.66 1.38 3 3.07 3h13.89c1.69 0 3.07-1.35 3.07-3v-1.35h2.14a2.86 2.86 0 0 0 2.86-2.86v-7.36a2.86 2.86 0 0 0-2.86-2.86h-2.14v-3.6h-.038q.038-.285.038-.58a4.43 4.43 0 0 0-6.168-4.076M17.2 9h3.6v18.05c0 .46-.37.83-.83.83H6.06c-.46 0-.83-.37-.83-.83V9h2.36v3.13c0 .996.583 1.861 1.43 2.266v9.614c0 .55.45 1 1 1s1-.45 1-1v-9.544a2.51 2.51 0 0 0 1.59-2.336v-1.66C12.6 9.66 13.26 9 14.07 9zm-2.87-4.53a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m1.42 1.83a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m-1.71-.29a.46.46 0 1 1-.92 0a.46.46 0 0 1 .92 0m8.99 17.52v-8.72h2.14c.38 0 .68.31.68.68v7.36c0 .38-.31.68-.68.68z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.02 24.01c0 .55.45 1 1 1s1-.45 1-1V13.63c0-.55-.45-1-1-1s-1 .45-1 1zm3.43-11.58a.84.84 0 1 0 0-1.68a.84.84 0 0 0 0 1.68m0 8.74a.58.58 0 1 0 0-1.16a.58.58 0 0 0 0 1.16m-5.08-5.73a.58.58 0 1 1-1.16 0a.58.58 0 0 1 1.16 0"/><path d="M16.862 4.374A5.01 5.01 0 0 0 12.56 2c-1.678.012-3.153.864-4.052 2.152a4.43 4.43 0 0 0-5.47 4.878H3v18.03c0 1.66 1.38 3 3.07 3h13.89c1.69 0 3.07-1.35 3.07-3v-1.35h2.14a2.86 2.86 0 0 0 2.86-2.86v-7.36a2.86 2.86 0 0 0-2.86-2.86h-2.14v-3.6h-.038q.038-.285.038-.58a4.43 4.43 0 0 0-6.168-4.076M17.2 9h3.6v18.05c0 .46-.37.83-.83.83H6.06c-.46 0-.83-.37-.83-.83V9h2.36v3.13c0 .996.583 1.861 1.43 2.266v9.614c0 .55.45 1 1 1s1-.45 1-1v-9.544a2.51 2.51 0 0 0 1.59-2.336v-1.66C12.6 9.66 13.26 9 14.07 9zm-2.87-4.53a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m1.42 1.83a.46.46 0 1 1 0-.92a.46.46 0 0 1 0 .92m-1.71-.29a.46.46 0 1 1-.92 0a.46.46 0 0 1 .92 0m8.99 17.52v-8.72h2.14c.38 0 .68.31.68.68v7.36c0 .38-.31.68-.68.68z"/></g></svg>
</template>

CSS

.icon-beer-mug {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.02%2024.01c0%20.55.45%201%201%201s1-.45%201-1V13.63c0-.55-.45-1-1-1s-1%20.45-1%201zm3.43-11.58a.84.84%200%201%200%200-1.68a.84.84%200%200%200%200%201.68m0%208.74a.58.58%200%201%200%200-1.16a.58.58%200%200%200%200%201.16m-5.08-5.73a.58.58%200%201%201-1.16%200a.58.58%200%200%201%201.16%200%22%2F%3E%3Cpath%20d%3D%22M16.862%204.374A5.01%205.01%200%200%200%2012.56%202c-1.678.012-3.153.864-4.052%202.152a4.43%204.43%200%200%200-5.47%204.878H3v18.03c0%201.66%201.38%203%203.07%203h13.89c1.69%200%203.07-1.35%203.07-3v-1.35h2.14a2.86%202.86%200%200%200%202.86-2.86v-7.36a2.86%202.86%200%200%200-2.86-2.86h-2.14v-3.6h-.038q.038-.285.038-.58a4.43%204.43%200%200%200-6.168-4.076M17.2%209h3.6v18.05c0%20.46-.37.83-.83.83H6.06c-.46%200-.83-.37-.83-.83V9h2.36v3.13c0%20.996.583%201.861%201.43%202.266v9.614c0%20.55.45%201%201%201s1-.45%201-1v-9.544a2.51%202.51%200%200%200%201.59-2.336v-1.66C12.6%209.66%2013.26%209%2014.07%209zm-2.87-4.53a.46.46%200%201%201%200-.92a.46.46%200%200%201%200%20.92m1.42%201.83a.46.46%200%201%201%200-.92a.46.46%200%200%201%200%20.92m-1.71-.29a.46.46%200%201%201-.92%200a.46.46%200%200%201%20.92%200m8.99%2017.52v-8.72h2.14c.38%200%20.68.31.68.68v7.36c0%20.38-.31.68-.68.68z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.02%2024.01c0%20.55.45%201%201%201s1-.45%201-1V13.63c0-.55-.45-1-1-1s-1%20.45-1%201zm3.43-11.58a.84.84%200%201%200%200-1.68a.84.84%200%200%200%200%201.68m0%208.74a.58.58%200%201%200%200-1.16a.58.58%200%200%200%200%201.16m-5.08-5.73a.58.58%200%201%201-1.16%200a.58.58%200%200%201%201.16%200%22%2F%3E%3Cpath%20d%3D%22M16.862%204.374A5.01%205.01%200%200%200%2012.56%202c-1.678.012-3.153.864-4.052%202.152a4.43%204.43%200%200%200-5.47%204.878H3v18.03c0%201.66%201.38%203%203.07%203h13.89c1.69%200%203.07-1.35%203.07-3v-1.35h2.14a2.86%202.86%200%200%200%202.86-2.86v-7.36a2.86%202.86%200%200%200-2.86-2.86h-2.14v-3.6h-.038q.038-.285.038-.58a4.43%204.43%200%200%200-6.168-4.076M17.2%209h3.6v18.05c0%20.46-.37.83-.83.83H6.06c-.46%200-.83-.37-.83-.83V9h2.36v3.13c0%20.996.583%201.861%201.43%202.266v9.614c0%20.55.45%201%201%201s1-.45%201-1v-9.544a2.51%202.51%200%200%200%201.59-2.336v-1.66C12.6%209.66%2013.26%209%2014.07%209zm-2.87-4.53a.46.46%200%201%201%200-.92a.46.46%200%200%201%200%20.92m1.42%201.83a.46.46%200%201%201%200-.92a.46.46%200%200%201%200%20.92m-1.71-.29a.46.46%200%201%201-.92%200a.46.46%200%200%201%20.92%200m8.99%2017.52v-8.72h2.14c.38%200%20.68.31.68.68v7.36c0%20.38-.31.68-.68.68z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/beer-mug.svg?color=%231a73e8&size=48