beer icon
beer from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.
- Name
- beer
- Set
- Humbleicons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the beer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.5 8.5V18a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-1.5m-11-8l-.999-.999a1.712 1.712 0 0 1 .74-2.856l.745-.212a18.25 18.25 0 0 1 10.028 0l.745.212a1.712 1.712 0 0 1 .74 2.856L16.5 8.5m-11 0l.905-.543a2.38 2.38 0 0 1 2.91.358c.93.93 2.44.93 3.37 0a2.38 2.38 0 0 1 2.91-.358l.905.543m0 0v2m0 0h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2m0-6v6m-7.5 0v-5m4 5v-5"/></svg>
React
import type { SVGProps } from "react";
export function HumbleiconsBeer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5.5 8.5V18a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-1.5m-11-8l-.999-.999a1.712 1.712 0 0 1 .74-2.856l.745-.212a18.25 18.25 0 0 1 10.028 0l.745.212a1.712 1.712 0 0 1 .74 2.856L16.5 8.5m-11 0l.905-.543a2.38 2.38 0 0 1 2.91.358c.93.93 2.44.93 3.37 0a2.38 2.38 0 0 1 2.91-.358l.905.543m0 0v2m0 0h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2m0-6v6m-7.5 0v-5m4 5v-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.5 8.5V18a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-1.5m-11-8l-.999-.999a1.712 1.712 0 0 1 .74-2.856l.745-.212a18.25 18.25 0 0 1 10.028 0l.745.212a1.712 1.712 0 0 1 .74 2.856L16.5 8.5m-11 0l.905-.543a2.38 2.38 0 0 1 2.91.358c.93.93 2.44.93 3.37 0a2.38 2.38 0 0 1 2.91-.358l.905.543m0 0v2m0 0h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2m0-6v6m-7.5 0v-5m4 5v-5"/></svg> </template>
CSS
.icon-beer {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.5%208.5V18a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-1.5m-11-8l-.999-.999a1.712%201.712%200%200%201%20.74-2.856l.745-.212a18.25%2018.25%200%200%201%2010.028%200l.745.212a1.712%201.712%200%200%201%20.74%202.856L16.5%208.5m-11%200l.905-.543a2.38%202.38%200%200%201%202.91.358c.93.93%202.44.93%203.37%200a2.38%202.38%200%200%201%202.91-.358l.905.543m0%200v2m0%200h2a2%202%200%200%201%202%202v2a2%202%200%200%201-2%202h-2m0-6v6m-7.5%200v-5m4%205v-5%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5.5%208.5V18a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-1.5m-11-8l-.999-.999a1.712%201.712%200%200%201%20.74-2.856l.745-.212a18.25%2018.25%200%200%201%2010.028%200l.745.212a1.712%201.712%200%200%201%20.74%202.856L16.5%208.5m-11%200l.905-.543a2.38%202.38%200%200%201%202.91.358c.93.93%202.44.93%203.37%200a2.38%202.38%200%200%201%202.91-.358l.905.543m0%200v2m0%200h2a2%202%200%200%201%202%202v2a2%202%200%200%201-2%202h-2m0-6v6m-7.5%200v-5m4%205v-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/humbleicons/beer.svg?color=%231a73e8&size=48