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

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

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="1.5"><path d="M10 10a2 2 0 1 1-2-2"/><path d="M4.876 4.876a6 6 0 0 0 6.04 10.368c1.064-.592 1.808-1.122 2.708-1.62M9 4h9a4 4 0 0 1 4 4c0 2.21-1.768 3.442-4 4q-.418.105-.791.209"/><path d="M2 10v4a6 6 0 0 0 8.917 5.245c1.94-1.082 2.815-1.953 5.52-2.807M22 8v4c0 1.427-.737 2.446-1.86 3.14M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBeefOff(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="M10 10a2 2 0 1 1-2-2"/><path d="M4.876 4.876a6 6 0 0 0 6.04 10.368c1.064-.592 1.808-1.122 2.708-1.62M9 4h9a4 4 0 0 1 4 4c0 2.21-1.768 3.442-4 4q-.418.105-.791.209"/><path d="M2 10v4a6 6 0 0 0 8.917 5.245c1.94-1.082 2.815-1.953 5.52-2.807M22 8v4c0 1.427-.737 2.446-1.86 3.14M2 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="M10 10a2 2 0 1 1-2-2"/><path d="M4.876 4.876a6 6 0 0 0 6.04 10.368c1.064-.592 1.808-1.122 2.708-1.62M9 4h9a4 4 0 0 1 4 4c0 2.21-1.768 3.442-4 4q-.418.105-.791.209"/><path d="M2 10v4a6 6 0 0 0 8.917 5.245c1.94-1.082 2.815-1.953 5.52-2.807M22 8v4c0 1.427-.737 2.446-1.86 3.14M2 2l20 20"/></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%221.5%22%3E%3Cpath%20d%3D%22M10%2010a2%202%200%201%201-2-2%22%2F%3E%3Cpath%20d%3D%22M4.876%204.876a6%206%200%200%200%206.04%2010.368c1.064-.592%201.808-1.122%202.708-1.62M9%204h9a4%204%200%200%201%204%204c0%202.21-1.768%203.442-4%204q-.418.105-.791.209%22%2F%3E%3Cpath%20d%3D%22M2%2010v4a6%206%200%200%200%208.917%205.245c1.94-1.082%202.815-1.953%205.52-2.807M22%208v4c0%201.427-.737%202.446-1.86%203.14M2%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%22M10%2010a2%202%200%201%201-2-2%22%2F%3E%3Cpath%20d%3D%22M4.876%204.876a6%206%200%200%200%206.04%2010.368c1.064-.592%201.808-1.122%202.708-1.62M9%204h9a4%204%200%200%201%204%204c0%202.21-1.768%203.442-4%204q-.418.105-.791.209%22%2F%3E%3Cpath%20d%3D%22M2%2010v4a6%206%200%200%200%208.917%205.245c1.94-1.082%202.815-1.953%205.52-2.807M22%208v4c0%201.427-.737%202.446-1.86%203.14M2%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/beef-off.svg?color=%231a73e8&size=48