beer icon
beer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- beer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the beer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4.5 9v7c0 2.828 0 4.243.879 5.121C6.257 22 7.672 22 10.5 22s4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9m0 1h.292c1.603 0 2.405 0 2.951.433q.18.143.324.324c.433.546.433 1.348.433 2.951c0 1.025 0 1.538-.22 1.967q-.073.144-.17.274c-.285.388-.743.618-1.66 1.076L16.5 18"/><path d="M10.5 9a3.5 3.5 0 0 0 2.479-1.029a2.5 2.5 0 1 0 .814-3.66a3.501 3.501 0 0 0-6.586 0A2.5 2.5 0 1 0 7.5 8.5V12a1.5 1.5 0 0 0 3 0z"/><path stroke-linecap="round" d="M12.5 14.5V19m-4-2.5V19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBeer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M4.5 9v7c0 2.828 0 4.243.879 5.121C6.257 22 7.672 22 10.5 22s4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9m0 1h.292c1.603 0 2.405 0 2.951.433q.18.143.324.324c.433.546.433 1.348.433 2.951c0 1.025 0 1.538-.22 1.967q-.073.144-.17.274c-.285.388-.743.618-1.66 1.076L16.5 18"/><path d="M10.5 9a3.5 3.5 0 0 0 2.479-1.029a2.5 2.5 0 1 0 .814-3.66a3.501 3.501 0 0 0-6.586 0A2.5 2.5 0 1 0 7.5 8.5V12a1.5 1.5 0 0 0 3 0z"/><path strokeLinecap="round" d="M12.5 14.5V19m-4-2.5V19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M4.5 9v7c0 2.828 0 4.243.879 5.121C6.257 22 7.672 22 10.5 22s4.243 0 5.121-.879c.879-.878.879-2.293.879-5.121V9m0 1h.292c1.603 0 2.405 0 2.951.433q.18.143.324.324c.433.546.433 1.348.433 2.951c0 1.025 0 1.538-.22 1.967q-.073.144-.17.274c-.285.388-.743.618-1.66 1.076L16.5 18"/><path d="M10.5 9a3.5 3.5 0 0 0 2.479-1.029a2.5 2.5 0 1 0 .814-3.66a3.501 3.501 0 0 0-6.586 0A2.5 2.5 0 1 0 7.5 8.5V12a1.5 1.5 0 0 0 3 0z"/><path stroke-linecap="round" d="M12.5 14.5V19m-4-2.5V19"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%209v7c0%202.828%200%204.243.879%205.121C6.257%2022%207.672%2022%2010.5%2022s4.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V9m0%201h.292c1.603%200%202.405%200%202.951.433q.18.143.324.324c.433.546.433%201.348.433%202.951c0%201.025%200%201.538-.22%201.967q-.073.144-.17.274c-.285.388-.743.618-1.66%201.076L16.5%2018%22%2F%3E%3Cpath%20d%3D%22M10.5%209a3.5%203.5%200%200%200%202.479-1.029a2.5%202.5%200%201%200%20.814-3.66a3.501%203.501%200%200%200-6.586%200A2.5%202.5%200%201%200%207.5%208.5V12a1.5%201.5%200%200%200%203%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%2014.5V19m-4-2.5V19%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%209v7c0%202.828%200%204.243.879%205.121C6.257%2022%207.672%2022%2010.5%2022s4.243%200%205.121-.879c.879-.878.879-2.293.879-5.121V9m0%201h.292c1.603%200%202.405%200%202.951.433q.18.143.324.324c.433.546.433%201.348.433%202.951c0%201.025%200%201.538-.22%201.967q-.073.144-.17.274c-.285.388-.743.618-1.66%201.076L16.5%2018%22%2F%3E%3Cpath%20d%3D%22M10.5%209a3.5%203.5%200%200%200%202.479-1.029a2.5%202.5%200%201%200%20.814-3.66a3.501%203.501%200%200%200-6.586%200A2.5%202.5%200%201%200%207.5%208.5V12a1.5%201.5%200%200%200%203%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%2014.5V19m-4-2.5V19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/beer.svg?color=%231a73e8&size=48