food-steak from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
food-steak
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
beef

More food / drink icons from Material Design Icons

Use the food steak icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.9 2C8 2 4.9 5.4 5 9.3c.1 2.6 1.6 4.8 3.7 5.9c1.4.7 2.3 2.1 2.3 3.6v.2c0 1.7 1.3 3 3 3c4 0 5-5 5-13c0 0 0-7-7.1-7M14 20c-.6 0-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1 12.6 7.1 11 7 9.2c0-1.3.5-2.7 1.4-3.7S10.6 4 11.8 4C16.7 4 17 8.2 17 9c0 9.9-1.7 11-3 11m1.8-12.4l-7.5 2.7Q8 9.85 8 9.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6 1.8 1.5 2.1 2.4m-2.9 7.5l2.8-1c-.1 1.5-.4 2.6-.6 3.3l-1.3.5c0-1-.3-1.9-.9-2.8M16 9.2c0 1.2 0 2.3-.1 3.2l-4 1.5c-.5-.5-1.1-1-1.8-1.3c-.4-.2-.8-.5-1.1-.8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFoodSteak(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.9 2C8 2 4.9 5.4 5 9.3c.1 2.6 1.6 4.8 3.7 5.9c1.4.7 2.3 2.1 2.3 3.6v.2c0 1.7 1.3 3 3 3c4 0 5-5 5-13c0 0 0-7-7.1-7M14 20c-.6 0-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1 12.6 7.1 11 7 9.2c0-1.3.5-2.7 1.4-3.7S10.6 4 11.8 4C16.7 4 17 8.2 17 9c0 9.9-1.7 11-3 11m1.8-12.4l-7.5 2.7Q8 9.85 8 9.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6 1.8 1.5 2.1 2.4m-2.9 7.5l2.8-1c-.1 1.5-.4 2.6-.6 3.3l-1.3.5c0-1-.3-1.9-.9-2.8M16 9.2c0 1.2 0 2.3-.1 3.2l-4 1.5c-.5-.5-1.1-1-1.8-1.3c-.4-.2-.8-.5-1.1-.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.9 2C8 2 4.9 5.4 5 9.3c.1 2.6 1.6 4.8 3.7 5.9c1.4.7 2.3 2.1 2.3 3.6v.2c0 1.7 1.3 3 3 3c4 0 5-5 5-13c0 0 0-7-7.1-7M14 20c-.6 0-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1 12.6 7.1 11 7 9.2c0-1.3.5-2.7 1.4-3.7S10.6 4 11.8 4C16.7 4 17 8.2 17 9c0 9.9-1.7 11-3 11m1.8-12.4l-7.5 2.7Q8 9.85 8 9.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6 1.8 1.5 2.1 2.4m-2.9 7.5l2.8-1c-.1 1.5-.4 2.6-.6 3.3l-1.3.5c0-1-.3-1.9-.9-2.8M16 9.2c0 1.2 0 2.3-.1 3.2l-4 1.5c-.5-.5-1.1-1-1.8-1.3c-.4-.2-.8-.5-1.1-.8z"/></svg>
</template>

CSS

.icon-food-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.9%202C8%202%204.9%205.4%205%209.3c.1%202.6%201.6%204.8%203.7%205.9c1.4.7%202.3%202.1%202.3%203.6v.2c0%201.7%201.3%203%203%203c4%200%205-5%205-13c0%200%200-7-7.1-7M14%2020c-.6%200-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1%2012.6%207.1%2011%207%209.2c0-1.3.5-2.7%201.4-3.7S10.6%204%2011.8%204C16.7%204%2017%208.2%2017%209c0%209.9-1.7%2011-3%2011m1.8-12.4l-7.5%202.7Q8%209.85%208%209.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6%201.8%201.5%202.1%202.4m-2.9%207.5l2.8-1c-.1%201.5-.4%202.6-.6%203.3l-1.3.5c0-1-.3-1.9-.9-2.8M16%209.2c0%201.2%200%202.3-.1%203.2l-4%201.5c-.5-.5-1.1-1-1.8-1.3c-.4-.2-.8-.5-1.1-.8z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.9%202C8%202%204.9%205.4%205%209.3c.1%202.6%201.6%204.8%203.7%205.9c1.4.7%202.3%202.1%202.3%203.6v.2c0%201.7%201.3%203%203%203c4%200%205-5%205-13c0%200%200-7-7.1-7M14%2020c-.6%200-1-.4-1-1v-.2c0-2.2-1.3-4.3-3.3-5.4C8.1%2012.6%207.1%2011%207%209.2c0-1.3.5-2.7%201.4-3.7S10.6%204%2011.8%204C16.7%204%2017%208.2%2017%209c0%209.9-1.7%2011-3%2011m1.8-12.4l-7.5%202.7Q8%209.85%208%209.1c0-.7.2-1.3.5-2l5.2-1.9c1.2.6%201.8%201.5%202.1%202.4m-2.9%207.5l2.8-1c-.1%201.5-.4%202.6-.6%203.3l-1.3.5c0-1-.3-1.9-.9-2.8M16%209.2c0%201.2%200%202.3-.1%203.2l-4%201.5c-.5-.5-1.1-1-1.8-1.3c-.4-.2-.8-.5-1.1-.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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