food steak off icon
food-steak-off from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- food-steak-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- beef-off
More food / drink icons from Material Design Icons
Use the food steak off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l4.16 4.16C5.08 7.83 5 8.53 5 9.26a7.03 7.03 0 0 0 3.74 5.93c1.36.71 2.26 2.06 2.26 3.6V19c0 1.66 1.34 3 3 3c1.68 0 2.83-.89 3.6-2.5l3.24 3.23l1.27-1.27zM14 20c-.55 0-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04 5.04 0 0 1 7 9.18V8.9l1.16 1.15c.03.1.05.2.08.3l.16-.06l1.22 1.21l-.54.21c.3.33.65.61 1.06.82c.67.36 1.26.81 1.77 1.32l.04-.01l1.22 1.22l-.22.08c.51.82.85 1.75.98 2.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47 19.68 14.68 20 14 20m1.79-12.4l-3.65 1.34l-2.26-2.26l3.81-1.38c1.25.47 1.84 1.42 2.1 2.3m-7.2-2.21L7.17 3.97C8.41 2.77 10.07 2 11.88 2C19 2 19 9 19 9c0 2.46-.1 4.63-.34 6.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64c0-.82-.31-5-5.12-5c-1.21 0-2.38.5-3.29 1.39m7.09 7.11l-2.32-2.35L16 9.19c0 1.22-.03 2.27-.08 3.21z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFoodSteakOff(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="M2.39 1.73L1.11 3l4.16 4.16C5.08 7.83 5 8.53 5 9.26a7.03 7.03 0 0 0 3.74 5.93c1.36.71 2.26 2.06 2.26 3.6V19c0 1.66 1.34 3 3 3c1.68 0 2.83-.89 3.6-2.5l3.24 3.23l1.27-1.27zM14 20c-.55 0-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04 5.04 0 0 1 7 9.18V8.9l1.16 1.15c.03.1.05.2.08.3l.16-.06l1.22 1.21l-.54.21c.3.33.65.61 1.06.82c.67.36 1.26.81 1.77 1.32l.04-.01l1.22 1.22l-.22.08c.51.82.85 1.75.98 2.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47 19.68 14.68 20 14 20m1.79-12.4l-3.65 1.34l-2.26-2.26l3.81-1.38c1.25.47 1.84 1.42 2.1 2.3m-7.2-2.21L7.17 3.97C8.41 2.77 10.07 2 11.88 2C19 2 19 9 19 9c0 2.46-.1 4.63-.34 6.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64c0-.82-.31-5-5.12-5c-1.21 0-2.38.5-3.29 1.39m7.09 7.11l-2.32-2.35L16 9.19c0 1.22-.03 2.27-.08 3.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l4.16 4.16C5.08 7.83 5 8.53 5 9.26a7.03 7.03 0 0 0 3.74 5.93c1.36.71 2.26 2.06 2.26 3.6V19c0 1.66 1.34 3 3 3c1.68 0 2.83-.89 3.6-2.5l3.24 3.23l1.27-1.27zM14 20c-.55 0-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04 5.04 0 0 1 7 9.18V8.9l1.16 1.15c.03.1.05.2.08.3l.16-.06l1.22 1.21l-.54.21c.3.33.65.61 1.06.82c.67.36 1.26.81 1.77 1.32l.04-.01l1.22 1.22l-.22.08c.51.82.85 1.75.98 2.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47 19.68 14.68 20 14 20m1.79-12.4l-3.65 1.34l-2.26-2.26l3.81-1.38c1.25.47 1.84 1.42 2.1 2.3m-7.2-2.21L7.17 3.97C8.41 2.77 10.07 2 11.88 2C19 2 19 9 19 9c0 2.46-.1 4.63-.34 6.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64c0-.82-.31-5-5.12-5c-1.21 0-2.38.5-3.29 1.39m7.09 7.11l-2.32-2.35L16 9.19c0 1.22-.03 2.27-.08 3.21z"/></svg> </template>
CSS
.icon-food-steak-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.39%201.73L1.11%203l4.16%204.16C5.08%207.83%205%208.53%205%209.26a7.03%207.03%200%200%200%203.74%205.93c1.36.71%202.26%202.06%202.26%203.6V19c0%201.66%201.34%203%203%203c1.68%200%202.83-.89%203.6-2.5l3.24%203.23l1.27-1.27zM14%2020c-.55%200-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04%205.04%200%200%201%207%209.18V8.9l1.16%201.15c.03.1.05.2.08.3l.16-.06l1.22%201.21l-.54.21c.3.33.65.61%201.06.82c.67.36%201.26.81%201.77%201.32l.04-.01l1.22%201.22l-.22.08c.51.82.85%201.75.98%202.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47%2019.68%2014.68%2020%2014%2020m1.79-12.4l-3.65%201.34l-2.26-2.26l3.81-1.38c1.25.47%201.84%201.42%202.1%202.3m-7.2-2.21L7.17%203.97C8.41%202.77%2010.07%202%2011.88%202C19%202%2019%209%2019%209c0%202.46-.1%204.63-.34%206.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64c0-.82-.31-5-5.12-5c-1.21%200-2.38.5-3.29%201.39m7.09%207.11l-2.32-2.35L16%209.19c0%201.22-.03%202.27-.08%203.21z%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%22M2.39%201.73L1.11%203l4.16%204.16C5.08%207.83%205%208.53%205%209.26a7.03%207.03%200%200%200%203.74%205.93c1.36.71%202.26%202.06%202.26%203.6V19c0%201.66%201.34%203%203%203c1.68%200%202.83-.89%203.6-2.5l3.24%203.23l1.27-1.27zM14%2020c-.55%200-1-.45-1-1v-.21c0-2.23-1.28-4.29-3.33-5.37A5.04%205.04%200%200%201%207%209.18V8.9l1.16%201.15c.03.1.05.2.08.3l.16-.06l1.22%201.21l-.54.21c.3.33.65.61%201.06.82c.67.36%201.26.81%201.77%201.32l.04-.01l1.22%201.22l-.22.08c.51.82.85%201.75.98%202.71l1.27-.46c.02-.07.05-.15.07-.23l.8.8C15.47%2019.68%2014.68%2020%2014%2020m1.79-12.4l-3.65%201.34l-2.26-2.26l3.81-1.38c1.25.47%201.84%201.42%202.1%202.3m-7.2-2.21L7.17%203.97C8.41%202.77%2010.07%202%2011.88%202C19%202%2019%209%2019%209c0%202.46-.1%204.63-.34%206.46l-1.82-1.82c.1-1.28.16-2.81.16-4.64c0-.82-.31-5-5.12-5c-1.21%200-2.38.5-3.29%201.39m7.09%207.11l-2.32-2.35L16%209.19c0%201.22-.03%202.27-.08%203.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/food-steak-off.svg?color=%231a73e8&size=48