steak from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
steak
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the steak 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-width="1.5"><path d="M17 16a5 5 0 0 0 4-8c-2.125-2.83-5-4-9-4S2 6.865 2 10.5A2.5 2.5 0 0 0 4.5 13H8c1.324-.033 4 .5 6.236 2.167A5 5 0 0 0 17 16Z"/><path d="M2 10.5v.5c0 2.828 0 4.243.879 5.121C3.757 17 5.172 17 8 17c1.324-.032 4 .5 6.236 2.167A5 5 0 0 0 22 15v-4"/><path d="M18.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSteak(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" strokeWidth="1.5"><path d="M17 16a5 5 0 0 0 4-8c-2.125-2.83-5-4-9-4S2 6.865 2 10.5A2.5 2.5 0 0 0 4.5 13H8c1.324-.033 4 .5 6.236 2.167A5 5 0 0 0 17 16Z"/><path d="M2 10.5v.5c0 2.828 0 4.243.879 5.121C3.757 17 5.172 17 8 17c1.324-.032 4 .5 6.236 2.167A5 5 0 0 0 22 15v-4"/><path d="M18.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></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-width="1.5"><path d="M17 16a5 5 0 0 0 4-8c-2.125-2.83-5-4-9-4S2 6.865 2 10.5A2.5 2.5 0 0 0 4.5 13H8c1.324-.033 4 .5 6.236 2.167A5 5 0 0 0 17 16Z"/><path d="M2 10.5v.5c0 2.828 0 4.243.879 5.121C3.757 17 5.172 17 8 17c1.324-.032 4 .5 6.236 2.167A5 5 0 0 0 22 15v-4"/><path d="M18.5 11a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/></g></svg>
</template>

CSS

.icon-steak {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2016a5%205%200%200%200%204-8c-2.125-2.83-5-4-9-4S2%206.865%202%2010.5A2.5%202.5%200%200%200%204.5%2013H8c1.324-.033%204%20.5%206.236%202.167A5%205%200%200%200%2017%2016Z%22%2F%3E%3Cpath%20d%3D%22M2%2010.5v.5c0%202.828%200%204.243.879%205.121C3.757%2017%205.172%2017%208%2017c1.324-.032%204%20.5%206.236%202.167A5%205%200%200%200%2022%2015v-4%22%2F%3E%3Cpath%20d%3D%22M18.5%2011a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%2016a5%205%200%200%200%204-8c-2.125-2.83-5-4-9-4S2%206.865%202%2010.5A2.5%202.5%200%200%200%204.5%2013H8c1.324-.033%204%20.5%206.236%202.167A5%205%200%200%200%2017%2016Z%22%2F%3E%3Cpath%20d%3D%22M2%2010.5v.5c0%202.828%200%204.243.879%205.121C3.757%2017%205.172%2017%208%2017c1.324-.032%204%20.5%206.236%202.167A5%205%200%200%200%2022%2015v-4%22%2F%3E%3Cpath%20d%3D%22M18.5%2011a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%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/steak.svg?color=%231a73e8&size=48