beer bottle icon

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

Name
beer-bottle-thin
Set
Phosphor
Style
Thin
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="m242.83 45.17l-32-32a4 4 0 0 0-5.66 5.66l4.74 4.74l-59.58 44.69l-39.11 7.82a4 4 0 0 0-2 1.09l-83.36 83.32a20 20 0 0 0 0 28.28l41.37 41.37a20 20 0 0 0 28.28 0l83.32-83.31a4 4 0 0 0 1.09-2.05l7.82-39.11l44.69-59.58l4.74 4.74a4 4 0 1 0 5.66-5.66m-153 179.31a12 12 0 0 1-17 0l-41.32-41.37a12 12 0 0 1 0-17l8.49-8.45L98.34 216ZM104 210.34L45.66 152L96 101.66L154.34 160Zm76.8-108.74a3.9 3.9 0 0 0-.72 1.62L172.32 142L160 154.34L101.66 96L114 83.68l38.81-7.76a3.9 3.9 0 0 0 1.62-.72l61.22-45.92l11.1 11.1Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBeerBottleThin(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="m242.83 45.17l-32-32a4 4 0 0 0-5.66 5.66l4.74 4.74l-59.58 44.69l-39.11 7.82a4 4 0 0 0-2 1.09l-83.36 83.32a20 20 0 0 0 0 28.28l41.37 41.37a20 20 0 0 0 28.28 0l83.32-83.31a4 4 0 0 0 1.09-2.05l7.82-39.11l44.69-59.58l4.74 4.74a4 4 0 1 0 5.66-5.66m-153 179.31a12 12 0 0 1-17 0l-41.32-41.37a12 12 0 0 1 0-17l8.49-8.45L98.34 216ZM104 210.34L45.66 152L96 101.66L154.34 160Zm76.8-108.74a3.9 3.9 0 0 0-.72 1.62L172.32 142L160 154.34L101.66 96L114 83.68l38.81-7.76a3.9 3.9 0 0 0 1.62-.72l61.22-45.92l11.1 11.1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m242.83 45.17l-32-32a4 4 0 0 0-5.66 5.66l4.74 4.74l-59.58 44.69l-39.11 7.82a4 4 0 0 0-2 1.09l-83.36 83.32a20 20 0 0 0 0 28.28l41.37 41.37a20 20 0 0 0 28.28 0l83.32-83.31a4 4 0 0 0 1.09-2.05l7.82-39.11l44.69-59.58l4.74 4.74a4 4 0 1 0 5.66-5.66m-153 179.31a12 12 0 0 1-17 0l-41.32-41.37a12 12 0 0 1 0-17l8.49-8.45L98.34 216ZM104 210.34L45.66 152L96 101.66L154.34 160Zm76.8-108.74a3.9 3.9 0 0 0-.72 1.62L172.32 142L160 154.34L101.66 96L114 83.68l38.81-7.76a3.9 3.9 0 0 0 1.62-.72l61.22-45.92l11.1 11.1Z"/></svg>
</template>

CSS

.icon-beer-bottle-thin {
  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%22m242.83%2045.17l-32-32a4%204%200%200%200-5.66%205.66l4.74%204.74l-59.58%2044.69l-39.11%207.82a4%204%200%200%200-2%201.09l-83.36%2083.32a20%2020%200%200%200%200%2028.28l41.37%2041.37a20%2020%200%200%200%2028.28%200l83.32-83.31a4%204%200%200%200%201.09-2.05l7.82-39.11l44.69-59.58l4.74%204.74a4%204%200%201%200%205.66-5.66m-153%20179.31a12%2012%200%200%201-17%200l-41.32-41.37a12%2012%200%200%201%200-17l8.49-8.45L98.34%20216ZM104%20210.34L45.66%20152L96%20101.66L154.34%20160Zm76.8-108.74a3.9%203.9%200%200%200-.72%201.62L172.32%20142L160%20154.34L101.66%2096L114%2083.68l38.81-7.76a3.9%203.9%200%200%200%201.62-.72l61.22-45.92l11.1%2011.1Z%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%22m242.83%2045.17l-32-32a4%204%200%200%200-5.66%205.66l4.74%204.74l-59.58%2044.69l-39.11%207.82a4%204%200%200%200-2%201.09l-83.36%2083.32a20%2020%200%200%200%200%2028.28l41.37%2041.37a20%2020%200%200%200%2028.28%200l83.32-83.31a4%204%200%200%200%201.09-2.05l7.82-39.11l44.69-59.58l4.74%204.74a4%204%200%201%200%205.66-5.66m-153%20179.31a12%2012%200%200%201-17%200l-41.32-41.37a12%2012%200%200%201%200-17l8.49-8.45L98.34%20216ZM104%20210.34L45.66%20152L96%20101.66L154.34%20160Zm76.8-108.74a3.9%203.9%200%200%200-.72%201.62L172.32%20142L160%20154.34L101.66%2096L114%2083.68l38.81-7.76a3.9%203.9%200%200%200%201.62-.72l61.22-45.92l11.1%2011.1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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