beer mug icon
beer-mug from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- beer-mug
- Set
- IconPark Outline
- Style
- Outline
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark Outline
Use the beer mug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M16 37.241C16 39.172 16.857 44 28 44s12-4.828 12-6.759V16H16z"/><path stroke-linecap="round" d="M25 23v14m6-14v14"/><path d="M15.998 16s-1.999-4.5 1-7S23 8 23 8s1-4 5-4s5 4 5 4s3.5-1.5 6 1s.999 7 .999 7M16 19H6s1 10 2 13c.998 3 8 2 8 2"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineBeerMug(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="4"><path d="M16 37.241C16 39.172 16.857 44 28 44s12-4.828 12-6.759V16H16z"/><path strokeLinecap="round" d="M25 23v14m6-14v14"/><path d="M15.998 16s-1.999-4.5 1-7S23 8 23 8s1-4 5-4s5 4 5 4s3.5-1.5 6 1s.999 7 .999 7M16 19H6s1 10 2 13c.998 3 8 2 8 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M16 37.241C16 39.172 16.857 44 28 44s12-4.828 12-6.759V16H16z"/><path stroke-linecap="round" d="M25 23v14m6-14v14"/><path d="M15.998 16s-1.999-4.5 1-7S23 8 23 8s1-4 5-4s5 4 5 4s3.5-1.5 6 1s.999 7 .999 7M16 19H6s1 10 2 13c.998 3 8 2 8 2"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%2037.241C16%2039.172%2016.857%2044%2028%2044s12-4.828%2012-6.759V16H16z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M25%2023v14m6-14v14%22%2F%3E%3Cpath%20d%3D%22M15.998%2016s-1.999-4.5%201-7S23%208%2023%208s1-4%205-4s5%204%205%204s3.5-1.5%206%201s.999%207%20.999%207M16%2019H6s1%2010%202%2013c.998%203%208%202%208%202%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16%2037.241C16%2039.172%2016.857%2044%2028%2044s12-4.828%2012-6.759V16H16z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M25%2023v14m6-14v14%22%2F%3E%3Cpath%20d%3D%22M15.998%2016s-1.999-4.5%201-7S23%208%2023%208s1-4%205-4s5%204%205%204s3.5-1.5%206%201s.999%207%20.999%207M16%2019H6s1%2010%202%2013c.998%203%208%202%208%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/beer-mug.svg?color=%231a73e8&size=48