beer bottle icon
beer-bottle from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- beer-bottle
- Set
- Phosphor
- Style
- Regular
- 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="m245.66 42.34l-32-32a8 8 0 0 0-11.32 11.32l1.48 1.47l-55.17 41.38l-38.22 7.65a8.05 8.05 0 0 0-4.09 2.18L23 157.66a24 24 0 0 0 0 33.94L64.4 233a24 24 0 0 0 33.94 0l83.32-83.31a8 8 0 0 0 2.18-4.09l7.65-38.22l41.38-55.17l1.47 1.48a8 8 0 0 0 11.32-11.32ZM96 107.31L148.69 160L104 204.69L51.31 152ZM81.37 224a7.94 7.94 0 0 1-5.65-2.34l-41.38-41.38a8 8 0 0 1 0-11.31l5.66-5.66L92.69 216L87 221.66a8 8 0 0 1-5.63 2.34M177.6 99.2a7.9 7.9 0 0 0-1.44 3.23l-7.53 37.63l-8.63 8.63L107.31 96l8.63-8.63l37.63-7.53a7.9 7.9 0 0 0 3.23-1.44l58.45-43.84l6.19 6.19Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBeerBottle(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="m245.66 42.34l-32-32a8 8 0 0 0-11.32 11.32l1.48 1.47l-55.17 41.38l-38.22 7.65a8.05 8.05 0 0 0-4.09 2.18L23 157.66a24 24 0 0 0 0 33.94L64.4 233a24 24 0 0 0 33.94 0l83.32-83.31a8 8 0 0 0 2.18-4.09l7.65-38.22l41.38-55.17l1.47 1.48a8 8 0 0 0 11.32-11.32ZM96 107.31L148.69 160L104 204.69L51.31 152ZM81.37 224a7.94 7.94 0 0 1-5.65-2.34l-41.38-41.38a8 8 0 0 1 0-11.31l5.66-5.66L92.69 216L87 221.66a8 8 0 0 1-5.63 2.34M177.6 99.2a7.9 7.9 0 0 0-1.44 3.23l-7.53 37.63l-8.63 8.63L107.31 96l8.63-8.63l37.63-7.53a7.9 7.9 0 0 0 3.23-1.44l58.45-43.84l6.19 6.19Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m245.66 42.34l-32-32a8 8 0 0 0-11.32 11.32l1.48 1.47l-55.17 41.38l-38.22 7.65a8.05 8.05 0 0 0-4.09 2.18L23 157.66a24 24 0 0 0 0 33.94L64.4 233a24 24 0 0 0 33.94 0l83.32-83.31a8 8 0 0 0 2.18-4.09l7.65-38.22l41.38-55.17l1.47 1.48a8 8 0 0 0 11.32-11.32ZM96 107.31L148.69 160L104 204.69L51.31 152ZM81.37 224a7.94 7.94 0 0 1-5.65-2.34l-41.38-41.38a8 8 0 0 1 0-11.31l5.66-5.66L92.69 216L87 221.66a8 8 0 0 1-5.63 2.34M177.6 99.2a7.9 7.9 0 0 0-1.44 3.23l-7.53 37.63l-8.63 8.63L107.31 96l8.63-8.63l37.63-7.53a7.9 7.9 0 0 0 3.23-1.44l58.45-43.84l6.19 6.19Z"/></svg> </template>
CSS
.icon-beer-bottle {
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%22m245.66%2042.34l-32-32a8%208%200%200%200-11.32%2011.32l1.48%201.47l-55.17%2041.38l-38.22%207.65a8.05%208.05%200%200%200-4.09%202.18L23%20157.66a24%2024%200%200%200%200%2033.94L64.4%20233a24%2024%200%200%200%2033.94%200l83.32-83.31a8%208%200%200%200%202.18-4.09l7.65-38.22l41.38-55.17l1.47%201.48a8%208%200%200%200%2011.32-11.32ZM96%20107.31L148.69%20160L104%20204.69L51.31%20152ZM81.37%20224a7.94%207.94%200%200%201-5.65-2.34l-41.38-41.38a8%208%200%200%201%200-11.31l5.66-5.66L92.69%20216L87%20221.66a8%208%200%200%201-5.63%202.34M177.6%2099.2a7.9%207.9%200%200%200-1.44%203.23l-7.53%2037.63l-8.63%208.63L107.31%2096l8.63-8.63l37.63-7.53a7.9%207.9%200%200%200%203.23-1.44l58.45-43.84l6.19%206.19Z%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%22m245.66%2042.34l-32-32a8%208%200%200%200-11.32%2011.32l1.48%201.47l-55.17%2041.38l-38.22%207.65a8.05%208.05%200%200%200-4.09%202.18L23%20157.66a24%2024%200%200%200%200%2033.94L64.4%20233a24%2024%200%200%200%2033.94%200l83.32-83.31a8%208%200%200%200%202.18-4.09l7.65-38.22l41.38-55.17l1.47%201.48a8%208%200%200%200%2011.32-11.32ZM96%20107.31L148.69%20160L104%20204.69L51.31%20152ZM81.37%20224a7.94%207.94%200%200%201-5.65-2.34l-41.38-41.38a8%208%200%200%201%200-11.31l5.66-5.66L92.69%20216L87%20221.66a8%208%200%200%201-5.63%202.34M177.6%2099.2a7.9%207.9%200%200%200-1.44%203.23l-7.53%2037.63l-8.63%208.63L107.31%2096l8.63-8.63l37.63-7.53a7.9%207.9%200%200%200%203.23-1.44l58.45-43.84l6.19%206.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/beer-bottle.svg?color=%231a73e8&size=48