beer-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
beer-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the beer off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 12.5V9m0 7.5c-.003 2.498-.053 3.796-.879 4.621c-.878.879-2.292.879-5.12.879c-2.83 0-4.244 0-5.122-.879C4.5 20.243 4.5 18.828 4.5 16V9m15.61 6.95q.098-.132.17-.275c.22-.43.22-.942.22-1.967c0-1.603 0-2.405-.433-2.951a2 2 0 0 0-.324-.324C19.197 10 18.395 10 16.792 10H16.5"/><path d="M10.5 10.5V12a1.5 1.5 0 0 1-3 0V8.5a2.5 2.5 0 0 1-3-4m8.002 3.871q.256-.18.476-.4a2.5 2.5 0 1 0 .814-3.66A3.501 3.501 0 0 0 7.627 3.5m4.873 11V19m-4-2.5V19M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBeerOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.5 12.5V9m0 7.5c-.003 2.498-.053 3.796-.879 4.621c-.878.879-2.292.879-5.12.879c-2.83 0-4.244 0-5.122-.879C4.5 20.243 4.5 18.828 4.5 16V9m15.61 6.95q.098-.132.17-.275c.22-.43.22-.942.22-1.967c0-1.603 0-2.405-.433-2.951a2 2 0 0 0-.324-.324C19.197 10 18.395 10 16.792 10H16.5"/><path d="M10.5 10.5V12a1.5 1.5 0 0 1-3 0V8.5a2.5 2.5 0 0 1-3-4m8.002 3.871q.256-.18.476-.4a2.5 2.5 0 1 0 .814-3.66A3.501 3.501 0 0 0 7.627 3.5m4.873 11V19m-4-2.5V19M2 2l20 20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.5 12.5V9m0 7.5c-.003 2.498-.053 3.796-.879 4.621c-.878.879-2.292.879-5.12.879c-2.83 0-4.244 0-5.122-.879C4.5 20.243 4.5 18.828 4.5 16V9m15.61 6.95q.098-.132.17-.275c.22-.43.22-.942.22-1.967c0-1.603 0-2.405-.433-2.951a2 2 0 0 0-.324-.324C19.197 10 18.395 10 16.792 10H16.5"/><path d="M10.5 10.5V12a1.5 1.5 0 0 1-3 0V8.5a2.5 2.5 0 0 1-3-4m8.002 3.871q.256-.18.476-.4a2.5 2.5 0 1 0 .814-3.66A3.501 3.501 0 0 0 7.627 3.5m4.873 11V19m-4-2.5V19M2 2l20 20"/></g></svg>
</template>

CSS

.icon-beer-off {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2012.5V9m0%207.5c-.003%202.498-.053%203.796-.879%204.621c-.878.879-2.292.879-5.12.879c-2.83%200-4.244%200-5.122-.879C4.5%2020.243%204.5%2018.828%204.5%2016V9m15.61%206.95q.098-.132.17-.275c.22-.43.22-.942.22-1.967c0-1.603%200-2.405-.433-2.951a2%202%200%200%200-.324-.324C19.197%2010%2018.395%2010%2016.792%2010H16.5%22%2F%3E%3Cpath%20d%3D%22M10.5%2010.5V12a1.5%201.5%200%200%201-3%200V8.5a2.5%202.5%200%200%201-3-4m8.002%203.871q.256-.18.476-.4a2.5%202.5%200%201%200%20.814-3.66A3.501%203.501%200%200%200%207.627%203.5m4.873%2011V19m-4-2.5V19M2%202l20%2020%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.5%2012.5V9m0%207.5c-.003%202.498-.053%203.796-.879%204.621c-.878.879-2.292.879-5.12.879c-2.83%200-4.244%200-5.122-.879C4.5%2020.243%204.5%2018.828%204.5%2016V9m15.61%206.95q.098-.132.17-.275c.22-.43.22-.942.22-1.967c0-1.603%200-2.405-.433-2.951a2%202%200%200%200-.324-.324C19.197%2010%2018.395%2010%2016.792%2010H16.5%22%2F%3E%3Cpath%20d%3D%22M10.5%2010.5V12a1.5%201.5%200%200%201-3%200V8.5a2.5%202.5%200%200%201-3-4m8.002%203.871q.256-.18.476-.4a2.5%202.5%200%201%200%20.814-3.66A3.501%203.501%200%200%200%207.627%203.5m4.873%2011V19m-4-2.5V19M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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