beer-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
beer-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M448 208h-80v-5.74A63.93 63.93 0 0 0 321.65 96a111 111 0 0 0-27.59-47.29A108.62 108.62 0 0 0 216 16c-29.91 0-57.78 12.28-79 34.67a56 56 0 0 0-67.51 77.51c-1 .86-1.91 1.74-2.83 2.66A63.56 63.56 0 0 0 48 176.26a62.65 62.65 0 0 0 20.77 46.54A65 65 0 0 0 80 231v249a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-48h80a16 16 0 0 0 16-16V224a16 16 0 0 0-16-16M176 432h-32V240h32Zm64 0h-32V240h32Zm64 0h-32V240h32Zm16-240c-8.33 0-20.55-5.18-26.69-11.31l-4.68-4.69H148.79L145 186.53c-5.81 16-18.83 20.41-28.73 21.29a34.08 34.08 0 0 1-25.91-8.67a31 31 0 0 1-10.32-23a31.8 31.8 0 0 1 9.33-22.71c.16-.17.33-.32.5-.49A31.78 31.78 0 0 1 112 144c.09 0 9.12.34 16.4 5.8l12.8 9.6l19.2-25.6l-12.8-9.6A63.7 63.7 0 0 0 112 112a64.8 64.8 0 0 0-14 1.55a24 24 0 0 1 41.4-23.68l.23.35l.4.46a35.8 35.8 0 0 1 5 8.94l5.62 15l30-11.24l-5.62-15a68.2 68.2 0 0 0-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38 55.45 196.64 48 216 48a76.86 76.86 0 0 1 55.23 23.18A80.2 80.2 0 0 1 292.61 142l-3 15.72l31.43 6l3-15.72a112 112 0 0 0 1.96-19.43a32 32 0 0 1-6 63.43m112 208h-64V240h64Z"/></svg>

React

import type { SVGProps } from "react";

export function IonBeerSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 208h-80v-5.74A63.93 63.93 0 0 0 321.65 96a111 111 0 0 0-27.59-47.29A108.62 108.62 0 0 0 216 16c-29.91 0-57.78 12.28-79 34.67a56 56 0 0 0-67.51 77.51c-1 .86-1.91 1.74-2.83 2.66A63.56 63.56 0 0 0 48 176.26a62.65 62.65 0 0 0 20.77 46.54A65 65 0 0 0 80 231v249a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-48h80a16 16 0 0 0 16-16V224a16 16 0 0 0-16-16M176 432h-32V240h32Zm64 0h-32V240h32Zm64 0h-32V240h32Zm16-240c-8.33 0-20.55-5.18-26.69-11.31l-4.68-4.69H148.79L145 186.53c-5.81 16-18.83 20.41-28.73 21.29a34.08 34.08 0 0 1-25.91-8.67a31 31 0 0 1-10.32-23a31.8 31.8 0 0 1 9.33-22.71c.16-.17.33-.32.5-.49A31.78 31.78 0 0 1 112 144c.09 0 9.12.34 16.4 5.8l12.8 9.6l19.2-25.6l-12.8-9.6A63.7 63.7 0 0 0 112 112a64.8 64.8 0 0 0-14 1.55a24 24 0 0 1 41.4-23.68l.23.35l.4.46a35.8 35.8 0 0 1 5 8.94l5.62 15l30-11.24l-5.62-15a68.2 68.2 0 0 0-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38 55.45 196.64 48 216 48a76.86 76.86 0 0 1 55.23 23.18A80.2 80.2 0 0 1 292.61 142l-3 15.72l31.43 6l3-15.72a112 112 0 0 0 1.96-19.43a32 32 0 0 1-6 63.43m112 208h-64V240h64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 208h-80v-5.74A63.93 63.93 0 0 0 321.65 96a111 111 0 0 0-27.59-47.29A108.62 108.62 0 0 0 216 16c-29.91 0-57.78 12.28-79 34.67a56 56 0 0 0-67.51 77.51c-1 .86-1.91 1.74-2.83 2.66A63.56 63.56 0 0 0 48 176.26a62.65 62.65 0 0 0 20.77 46.54A65 65 0 0 0 80 231v249a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-48h80a16 16 0 0 0 16-16V224a16 16 0 0 0-16-16M176 432h-32V240h32Zm64 0h-32V240h32Zm64 0h-32V240h32Zm16-240c-8.33 0-20.55-5.18-26.69-11.31l-4.68-4.69H148.79L145 186.53c-5.81 16-18.83 20.41-28.73 21.29a34.08 34.08 0 0 1-25.91-8.67a31 31 0 0 1-10.32-23a31.8 31.8 0 0 1 9.33-22.71c.16-.17.33-.32.5-.49A31.78 31.78 0 0 1 112 144c.09 0 9.12.34 16.4 5.8l12.8 9.6l19.2-25.6l-12.8-9.6A63.7 63.7 0 0 0 112 112a64.8 64.8 0 0 0-14 1.55a24 24 0 0 1 41.4-23.68l.23.35l.4.46a35.8 35.8 0 0 1 5 8.94l5.62 15l30-11.24l-5.62-15a68.2 68.2 0 0 0-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38 55.45 196.64 48 216 48a76.86 76.86 0 0 1 55.23 23.18A80.2 80.2 0 0 1 292.61 142l-3 15.72l31.43 6l3-15.72a112 112 0 0 0 1.96-19.43a32 32 0 0 1-6 63.43m112 208h-64V240h64Z"/></svg>
</template>

CSS

.icon-beer-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20208h-80v-5.74A63.93%2063.93%200%200%200%20321.65%2096a111%20111%200%200%200-27.59-47.29A108.62%20108.62%200%200%200%20216%2016c-29.91%200-57.78%2012.28-79%2034.67a56%2056%200%200%200-67.51%2077.51c-1%20.86-1.91%201.74-2.83%202.66A63.56%2063.56%200%200%200%2048%20176.26a62.65%2062.65%200%200%200%2020.77%2046.54A65%2065%200%200%200%2080%20231v249a16%2016%200%200%200%2016%2016h256a16%2016%200%200%200%2016-16v-48h80a16%2016%200%200%200%2016-16V224a16%2016%200%200%200-16-16M176%20432h-32V240h32Zm64%200h-32V240h32Zm64%200h-32V240h32Zm16-240c-8.33%200-20.55-5.18-26.69-11.31l-4.68-4.69H148.79L145%20186.53c-5.81%2016-18.83%2020.41-28.73%2021.29a34.08%2034.08%200%200%201-25.91-8.67a31%2031%200%200%201-10.32-23a31.8%2031.8%200%200%201%209.33-22.71c.16-.17.33-.32.5-.49A31.78%2031.78%200%200%201%20112%20144c.09%200%209.12.34%2016.4%205.8l12.8%209.6l19.2-25.6l-12.8-9.6A63.7%2063.7%200%200%200%20112%20112a64.8%2064.8%200%200%200-14%201.55a24%2024%200%200%201%2041.4-23.68l.23.35l.4.46a35.8%2035.8%200%200%201%205%208.94l5.62%2015l30-11.24l-5.62-15a68.2%2068.2%200%200%200-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38%2055.45%20196.64%2048%20216%2048a76.86%2076.86%200%200%201%2055.23%2023.18A80.2%2080.2%200%200%201%20292.61%20142l-3%2015.72l31.43%206l3-15.72a112%20112%200%200%200%201.96-19.43a32%2032%200%200%201-6%2063.43m112%20208h-64V240h64Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20208h-80v-5.74A63.93%2063.93%200%200%200%20321.65%2096a111%20111%200%200%200-27.59-47.29A108.62%20108.62%200%200%200%20216%2016c-29.91%200-57.78%2012.28-79%2034.67a56%2056%200%200%200-67.51%2077.51c-1%20.86-1.91%201.74-2.83%202.66A63.56%2063.56%200%200%200%2048%20176.26a62.65%2062.65%200%200%200%2020.77%2046.54A65%2065%200%200%200%2080%20231v249a16%2016%200%200%200%2016%2016h256a16%2016%200%200%200%2016-16v-48h80a16%2016%200%200%200%2016-16V224a16%2016%200%200%200-16-16M176%20432h-32V240h32Zm64%200h-32V240h32Zm64%200h-32V240h32Zm16-240c-8.33%200-20.55-5.18-26.69-11.31l-4.68-4.69H148.79L145%20186.53c-5.81%2016-18.83%2020.41-28.73%2021.29a34.08%2034.08%200%200%201-25.91-8.67a31%2031%200%200%201-10.32-23a31.8%2031.8%200%200%201%209.33-22.71c.16-.17.33-.32.5-.49A31.78%2031.78%200%200%201%20112%20144c.09%200%209.12.34%2016.4%205.8l12.8%209.6l19.2-25.6l-12.8-9.6A63.7%2063.7%200%200%200%20112%20112a64.8%2064.8%200%200%200-14%201.55a24%2024%200%200%201%2041.4-23.68l.23.35l.4.46a35.8%2035.8%200%200%201%205%208.94l5.62%2015l30-11.24l-5.62-15a68.2%2068.2%200%200%200-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38%2055.45%20196.64%2048%20216%2048a76.86%2076.86%200%200%201%2055.23%2023.18A80.2%2080.2%200%200%201%20292.61%20142l-3%2015.72l31.43%206l3-15.72a112%20112%200%200%200%201.96-19.43a32%2032%200%200%201-6%2063.43m112%20208h-64V240h64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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