beer bottle icon
beer-bottle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- beer-bottle-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the beer bottle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m248.49 39.51l-32-32a12 12 0 0 0-18.55 15L147 60.77l-37.33 7.46a12.1 12.1 0 0 0-6.14 3.28L20.2 154.83a28 28 0 0 0 0 39.6l41.37 41.37a28 28 0 0 0 39.6 0l83.32-83.31a12.1 12.1 0 0 0 3.28-6.14l7.46-37.35l38.23-51a12 12 0 0 0 15-18.55ZM112 191l-47-47l31-31l47 47Zm-30.63 29a4 4 0 0 1-2.83-1.17l-41.37-41.37a4 4 0 0 1 0-5.66L48 161l47 47l-10.8 10.83a4 4 0 0 1-2.83 1.17m93-123.2a12 12 0 0 0-2.17 4.85l-7.2 36.43l-5 4.92l-47-47l5-5l36.43-7.28a12 12 0 0 0 4.85-2.17l55.67-41.76l1.29 1.29Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBeerBottleBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m248.49 39.51l-32-32a12 12 0 0 0-18.55 15L147 60.77l-37.33 7.46a12.1 12.1 0 0 0-6.14 3.28L20.2 154.83a28 28 0 0 0 0 39.6l41.37 41.37a28 28 0 0 0 39.6 0l83.32-83.31a12.1 12.1 0 0 0 3.28-6.14l7.46-37.35l38.23-51a12 12 0 0 0 15-18.55ZM112 191l-47-47l31-31l47 47Zm-30.63 29a4 4 0 0 1-2.83-1.17l-41.37-41.37a4 4 0 0 1 0-5.66L48 161l47 47l-10.8 10.83a4 4 0 0 1-2.83 1.17m93-123.2a12 12 0 0 0-2.17 4.85l-7.2 36.43l-5 4.92l-47-47l5-5l36.43-7.28a12 12 0 0 0 4.85-2.17l55.67-41.76l1.29 1.29Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m248.49 39.51l-32-32a12 12 0 0 0-18.55 15L147 60.77l-37.33 7.46a12.1 12.1 0 0 0-6.14 3.28L20.2 154.83a28 28 0 0 0 0 39.6l41.37 41.37a28 28 0 0 0 39.6 0l83.32-83.31a12.1 12.1 0 0 0 3.28-6.14l7.46-37.35l38.23-51a12 12 0 0 0 15-18.55ZM112 191l-47-47l31-31l47 47Zm-30.63 29a4 4 0 0 1-2.83-1.17l-41.37-41.37a4 4 0 0 1 0-5.66L48 161l47 47l-10.8 10.83a4 4 0 0 1-2.83 1.17m93-123.2a12 12 0 0 0-2.17 4.85l-7.2 36.43l-5 4.92l-47-47l5-5l36.43-7.28a12 12 0 0 0 4.85-2.17l55.67-41.76l1.29 1.29Z"/></svg> </template>
CSS
.icon-beer-bottle-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m248.49%2039.51l-32-32a12%2012%200%200%200-18.55%2015L147%2060.77l-37.33%207.46a12.1%2012.1%200%200%200-6.14%203.28L20.2%20154.83a28%2028%200%200%200%200%2039.6l41.37%2041.37a28%2028%200%200%200%2039.6%200l83.32-83.31a12.1%2012.1%200%200%200%203.28-6.14l7.46-37.35l38.23-51a12%2012%200%200%200%2015-18.55ZM112%20191l-47-47l31-31l47%2047Zm-30.63%2029a4%204%200%200%201-2.83-1.17l-41.37-41.37a4%204%200%200%201%200-5.66L48%20161l47%2047l-10.8%2010.83a4%204%200%200%201-2.83%201.17m93-123.2a12%2012%200%200%200-2.17%204.85l-7.2%2036.43l-5%204.92l-47-47l5-5l36.43-7.28a12%2012%200%200%200%204.85-2.17l55.67-41.76l1.29%201.29Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m248.49%2039.51l-32-32a12%2012%200%200%200-18.55%2015L147%2060.77l-37.33%207.46a12.1%2012.1%200%200%200-6.14%203.28L20.2%20154.83a28%2028%200%200%200%200%2039.6l41.37%2041.37a28%2028%200%200%200%2039.6%200l83.32-83.31a12.1%2012.1%200%200%200%203.28-6.14l7.46-37.35l38.23-51a12%2012%200%200%200%2015-18.55ZM112%20191l-47-47l31-31l47%2047Zm-30.63%2029a4%204%200%200%201-2.83-1.17l-41.37-41.37a4%204%200%200%201%200-5.66L48%20161l47%2047l-10.8%2010.83a4%204%200%200%201-2.83%201.17m93-123.2a12%2012%200%200%200-2.17%204.85l-7.2%2036.43l-5%204.92l-47-47l5-5l36.43-7.28a12%2012%200%200%200%204.85-2.17l55.67-41.76l1.29%201.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/beer-bottle-bold.svg?color=%231a73e8&size=48