beer icon
beer from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- beer
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
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"><g fill="none"><path d="M6.5 22h9c.683 0 1-.326 1-1V9h-9v4a2 2 0 0 1-2 2v6c0 .674.317 1 1 1"/><path d="M16.5 9c1 0 1-2 1-2.5A2.5 2.5 0 0 0 15 4h-1.5C13 3 11.554 2 10 2C8.028 2 6.5 3.5 6.5 5h-1a2 2 0 0 0-2 2v6a2 2 0 1 0 4 0V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.5 15v6c0 .674.317 1 1 1h9c.683 0 1-.326 1-1v-2m-11-4a2 2 0 0 0 2-2V9h9m-11 6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1c0-1.5 1.528-3 3.5-3c1.554 0 3 1 3.5 2H15a2.5 2.5 0 0 1 2.5 2.5c0 .5 0 2.5-1 2.5m0 0v10m0-10h3c.683 0 1 .343 1 1.017V18c0 .674-.317 1-1 1h-3"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignBeer(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"><path d="M6.5 22h9c.683 0 1-.326 1-1V9h-9v4a2 2 0 0 1-2 2v6c0 .674.317 1 1 1"/><path d="M16.5 9c1 0 1-2 1-2.5A2.5 2.5 0 0 0 15 4h-1.5C13 3 11.554 2 10 2C8.028 2 6.5 3.5 6.5 5h-1a2 2 0 0 0-2 2v6a2 2 0 1 0 4 0V9z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M5.5 15v6c0 .674.317 1 1 1h9c.683 0 1-.326 1-1v-2m-11-4a2 2 0 0 0 2-2V9h9m-11 6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1c0-1.5 1.528-3 3.5-3c1.554 0 3 1 3.5 2H15a2.5 2.5 0 0 1 2.5 2.5c0 .5 0 2.5-1 2.5m0 0v10m0-10h3c.683 0 1 .343 1 1.017V18c0 .674-.317 1-1 1h-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.5 22h9c.683 0 1-.326 1-1V9h-9v4a2 2 0 0 1-2 2v6c0 .674.317 1 1 1"/><path d="M16.5 9c1 0 1-2 1-2.5A2.5 2.5 0 0 0 15 4h-1.5C13 3 11.554 2 10 2C8.028 2 6.5 3.5 6.5 5h-1a2 2 0 0 0-2 2v6a2 2 0 1 0 4 0V9z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M5.5 15v6c0 .674.317 1 1 1h9c.683 0 1-.326 1-1v-2m-11-4a2 2 0 0 0 2-2V9h9m-11 6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1c0-1.5 1.528-3 3.5-3c1.554 0 3 1 3.5 2H15a2.5 2.5 0 0 1 2.5 2.5c0 .5 0 2.5-1 2.5m0 0v10m0-10h3c.683 0 1 .343 1 1.017V18c0 .674-.317 1-1 1h-3"/></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%3E%3Cpath%20d%3D%22M6.5%2022h9c.683%200%201-.326%201-1V9h-9v4a2%202%200%200%201-2%202v6c0%20.674.317%201%201%201%22%2F%3E%3Cpath%20d%3D%22M16.5%209c1%200%201-2%201-2.5A2.5%202.5%200%200%200%2015%204h-1.5C13%203%2011.554%202%2010%202C8.028%202%206.5%203.5%206.5%205h-1a2%202%200%200%200-2%202v6a2%202%200%201%200%204%200V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.5%2015v6c0%20.674.317%201%201%201h9c.683%200%201-.326%201-1v-2m-11-4a2%202%200%200%200%202-2V9h9m-11%206a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1c0-1.5%201.528-3%203.5-3c1.554%200%203%201%203.5%202H15a2.5%202.5%200%200%201%202.5%202.5c0%20.5%200%202.5-1%202.5m0%200v10m0-10h3c.683%200%201%20.343%201%201.017V18c0%20.674-.317%201-1%201h-3%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%3E%3Cpath%20d%3D%22M6.5%2022h9c.683%200%201-.326%201-1V9h-9v4a2%202%200%200%201-2%202v6c0%20.674.317%201%201%201%22%2F%3E%3Cpath%20d%3D%22M16.5%209c1%200%201-2%201-2.5A2.5%202.5%200%200%200%2015%204h-1.5C13%203%2011.554%202%2010%202C8.028%202%206.5%203.5%206.5%205h-1a2%202%200%200%200-2%202v6a2%202%200%201%200%204%200V9z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M5.5%2015v6c0%20.674.317%201%201%201h9c.683%200%201-.326%201-1v-2m-11-4a2%202%200%200%200%202-2V9h9m-11%206a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h1c0-1.5%201.528-3%203.5-3c1.554%200%203%201%203.5%202H15a2.5%202.5%200%200%201%202.5%202.5c0%20.5%200%202.5-1%202.5m0%200v10m0-10h3c.683%200%201%20.343%201%201.017V18c0%20.674-.317%201-1%201h-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/beer.svg?color=%231a73e8&size=48