beef off icon

beef-off from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
beef-off
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the beef 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="2"><path d="M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12"/><path d="M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04m9.196 14.868C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"/><path d="m18.5 6l2.19 4.5a6.48 6.48 0 0 1-.139 4.393M2 2l20 20M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideBeefOff(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="2"><path d="M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12"/><path d="M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04m9.196 14.868C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"/><path d="m18.5 6l2.19 4.5a6.48 6.48 0 0 1-.139 4.393M2 2l20 20M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151"/></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="2"><path d="M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12"/><path d="M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04m9.196 14.868C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"/><path d="m18.5 6l2.19 4.5a6.48 6.48 0 0 1-.139 4.393M2 2l20 20M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151"/></g></svg>
</template>

CSS

.icon-beef-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%222%22%3E%3Cpath%20d%3D%22M11.771%206.109a2.5%202.5%200%200%201%203.12%203.12%22%2F%3E%3Cpath%20d%3D%22M17.852%2012.185a6.5%206.5%200%200%200-9.035-9.04m9.196%2014.868C15.029%2020.349%2010.831%2022%207%2022a3%203%200%200%201-2.68-1.66L2.4%2016.5%22%2F%3E%3Cpath%20d%3D%22m18.5%206l2.19%204.5a6.48%206.48%200%200%201-.139%204.393M2%202l20%2020M6.355%206.37a7%207%200%200%200-.075.23c-1.1%203.13-.78%203.9-3.18%206.08A3%203%200%200%200%205%2018c3.356%200%206.993-1.267%209.85-3.151%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%222%22%3E%3Cpath%20d%3D%22M11.771%206.109a2.5%202.5%200%200%201%203.12%203.12%22%2F%3E%3Cpath%20d%3D%22M17.852%2012.185a6.5%206.5%200%200%200-9.035-9.04m9.196%2014.868C15.029%2020.349%2010.831%2022%207%2022a3%203%200%200%201-2.68-1.66L2.4%2016.5%22%2F%3E%3Cpath%20d%3D%22m18.5%206l2.19%204.5a6.48%206.48%200%200%201-.139%204.393M2%202l20%2020M6.355%206.37a7%207%200%200%200-.075.23c-1.1%203.13-.78%203.9-3.18%206.08A3%203%200%200%200%205%2018c3.356%200%206.993-1.267%209.85-3.151%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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