beer bottle icon

beer-bottle-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
beer-bottle-light
Set
Phosphor
Style
Light
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="m244.24 43.76l-32-32a6 6 0 0 0-8.48 8.48l3.11 3.11l-57.38 43l-38.67 7.74a5.9 5.9 0 0 0-3.06 1.64l-83.32 83.34a22 22 0 0 0 0 31.11l41.38 41.38a22 22 0 0 0 31.11 0l83.31-83.32a5.9 5.9 0 0 0 1.64-3.06l7.74-38.67l43-57.38l3.11 3.11a6 6 0 0 0 8.48-8.48ZM88.44 223.07a10 10 0 0 1-14.14 0L32.93 181.7a10 10 0 0 1 0-14.14l7.07-7.07L95.51 216ZM104 207.51L48.49 152L96 104.49L151.51 160Zm75.2-107.11a5.9 5.9 0 0 0-1.08 2.42L170.47 141L160 151.51L104.49 96L115 85.53l38.22-7.65a5.9 5.9 0 0 0 2.42-1.08l59.84-44.88l8.64 8.64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBeerBottleLight(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="m244.24 43.76l-32-32a6 6 0 0 0-8.48 8.48l3.11 3.11l-57.38 43l-38.67 7.74a5.9 5.9 0 0 0-3.06 1.64l-83.32 83.34a22 22 0 0 0 0 31.11l41.38 41.38a22 22 0 0 0 31.11 0l83.31-83.32a5.9 5.9 0 0 0 1.64-3.06l7.74-38.67l43-57.38l3.11 3.11a6 6 0 0 0 8.48-8.48ZM88.44 223.07a10 10 0 0 1-14.14 0L32.93 181.7a10 10 0 0 1 0-14.14l7.07-7.07L95.51 216ZM104 207.51L48.49 152L96 104.49L151.51 160Zm75.2-107.11a5.9 5.9 0 0 0-1.08 2.42L170.47 141L160 151.51L104.49 96L115 85.53l38.22-7.65a5.9 5.9 0 0 0 2.42-1.08l59.84-44.88l8.64 8.64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244.24 43.76l-32-32a6 6 0 0 0-8.48 8.48l3.11 3.11l-57.38 43l-38.67 7.74a5.9 5.9 0 0 0-3.06 1.64l-83.32 83.34a22 22 0 0 0 0 31.11l41.38 41.38a22 22 0 0 0 31.11 0l83.31-83.32a5.9 5.9 0 0 0 1.64-3.06l7.74-38.67l43-57.38l3.11 3.11a6 6 0 0 0 8.48-8.48ZM88.44 223.07a10 10 0 0 1-14.14 0L32.93 181.7a10 10 0 0 1 0-14.14l7.07-7.07L95.51 216ZM104 207.51L48.49 152L96 104.49L151.51 160Zm75.2-107.11a5.9 5.9 0 0 0-1.08 2.42L170.47 141L160 151.51L104.49 96L115 85.53l38.22-7.65a5.9 5.9 0 0 0 2.42-1.08l59.84-44.88l8.64 8.64Z"/></svg>
</template>

CSS

.icon-beer-bottle-light {
  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%22m244.24%2043.76l-32-32a6%206%200%200%200-8.48%208.48l3.11%203.11l-57.38%2043l-38.67%207.74a5.9%205.9%200%200%200-3.06%201.64l-83.32%2083.34a22%2022%200%200%200%200%2031.11l41.38%2041.38a22%2022%200%200%200%2031.11%200l83.31-83.32a5.9%205.9%200%200%200%201.64-3.06l7.74-38.67l43-57.38l3.11%203.11a6%206%200%200%200%208.48-8.48ZM88.44%20223.07a10%2010%200%200%201-14.14%200L32.93%20181.7a10%2010%200%200%201%200-14.14l7.07-7.07L95.51%20216ZM104%20207.51L48.49%20152L96%20104.49L151.51%20160Zm75.2-107.11a5.9%205.9%200%200%200-1.08%202.42L170.47%20141L160%20151.51L104.49%2096L115%2085.53l38.22-7.65a5.9%205.9%200%200%200%202.42-1.08l59.84-44.88l8.64%208.64Z%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%22m244.24%2043.76l-32-32a6%206%200%200%200-8.48%208.48l3.11%203.11l-57.38%2043l-38.67%207.74a5.9%205.9%200%200%200-3.06%201.64l-83.32%2083.34a22%2022%200%200%200%200%2031.11l41.38%2041.38a22%2022%200%200%200%2031.11%200l83.31-83.32a5.9%205.9%200%200%200%201.64-3.06l7.74-38.67l43-57.38l3.11%203.11a6%206%200%200%200%208.48-8.48ZM88.44%20223.07a10%2010%200%200%201-14.14%200L32.93%20181.7a10%2010%200%200%201%200-14.14l7.07-7.07L95.51%20216ZM104%20207.51L48.49%20152L96%20104.49L151.51%20160Zm75.2-107.11a5.9%205.9%200%200%200-1.08%202.42L170.47%20141L160%20151.51L104.49%2096L115%2085.53l38.22-7.65a5.9%205.9%200%200%200%202.42-1.08l59.84-44.88l8.64%208.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/beer-bottle-light.svg?color=%231a73e8&size=48