cut of meat emoji
cut-of-meat from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- cut-of-meat
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the cut of meat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.892 23.735l.004-.003c-3.932-4.176-3.86-10.77.216-14.847c1.8-1.8 4.19-2.91 6.72-3.14a5.47 5.47 0 0 0 3.38-1.57l.18-.18c2.59-2.59 6.772-2.658 9.446-.205l.005-.005l.21.21l2.94 2.94c2.66 2.66 2.66 7 0 9.66l-.18.18c-.9.91-1.46 2.11-1.57 3.38c-.22 2.54-1.33 4.93-3.13 6.73c-4.16 4.15-10.92 4.15-15.07 0zm.03-12.13C2.78 15.04 3.146 19.595 6.02 22.646q.094.1.193.199a9.09 9.09 0 0 0 8.276 2.474a9 9 0 0 0 3.014-1.224c.49-.31.68-.94.43-1.47l-2.85-5.98a5.67 5.67 0 0 0-2.68-2.66l-6.01-2.82c-.53-.24-1.16-.06-1.47.44m13.43 9.52a1.148 1.148 0 0 0 1.911.257a9.3 9.3 0 0 0 1.49-4.297c.14-1.64.86-3.18 2.02-4.35l.18-.18a5.26 5.26 0 0 0 1.543-3.856a5.25 5.25 0 0 0-1.764-3.803c-2.088-1.855-5.301-1.72-7.29.269l-.12.12a7.04 7.04 0 0 1-4.35 2.02c-1.5.13-2.94.62-4.2 1.42c-.76.49-.69 1.63.13 2.01l4.92 2.33q.008.001.016.005t.014.005c.97.45 2.11.28 2.87-.48l.74-.74c.47-.47.65-1.16.46-1.79a3.14 3.14 0 0 1 .78-3.12a3.11 3.11 0 0 1 4.55.15c1.03 1.16 1.03 2.94 0 4.11c-.85.96-2.13 1.27-3.25.93a1.79 1.79 0 0 0-1.8.45l-.73.73c-.76.76-.93 1.91-.47 2.88q0 .007.006.01q.004.003.005.01zm.31-13.24c-.67.67-.67 1.75 0 2.42s1.76.67 2.43.01c.67-.67.67-1.76 0-2.43a1.72 1.72 0 0 0-2.43 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCutOfMeat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.892 23.735l.004-.003c-3.932-4.176-3.86-10.77.216-14.847c1.8-1.8 4.19-2.91 6.72-3.14a5.47 5.47 0 0 0 3.38-1.57l.18-.18c2.59-2.59 6.772-2.658 9.446-.205l.005-.005l.21.21l2.94 2.94c2.66 2.66 2.66 7 0 9.66l-.18.18c-.9.91-1.46 2.11-1.57 3.38c-.22 2.54-1.33 4.93-3.13 6.73c-4.16 4.15-10.92 4.15-15.07 0zm.03-12.13C2.78 15.04 3.146 19.595 6.02 22.646q.094.1.193.199a9.09 9.09 0 0 0 8.276 2.474a9 9 0 0 0 3.014-1.224c.49-.31.68-.94.43-1.47l-2.85-5.98a5.67 5.67 0 0 0-2.68-2.66l-6.01-2.82c-.53-.24-1.16-.06-1.47.44m13.43 9.52a1.148 1.148 0 0 0 1.911.257a9.3 9.3 0 0 0 1.49-4.297c.14-1.64.86-3.18 2.02-4.35l.18-.18a5.26 5.26 0 0 0 1.543-3.856a5.25 5.25 0 0 0-1.764-3.803c-2.088-1.855-5.301-1.72-7.29.269l-.12.12a7.04 7.04 0 0 1-4.35 2.02c-1.5.13-2.94.62-4.2 1.42c-.76.49-.69 1.63.13 2.01l4.92 2.33q.008.001.016.005t.014.005c.97.45 2.11.28 2.87-.48l.74-.74c.47-.47.65-1.16.46-1.79a3.14 3.14 0 0 1 .78-3.12a3.11 3.11 0 0 1 4.55.15c1.03 1.16 1.03 2.94 0 4.11c-.85.96-2.13 1.27-3.25.93a1.79 1.79 0 0 0-1.8.45l-.73.73c-.76.76-.93 1.91-.47 2.88q0 .007.006.01q.004.003.005.01zm.31-13.24c-.67.67-.67 1.75 0 2.42s1.76.67 2.43.01c.67-.67.67-1.76 0-2.43a1.72 1.72 0 0 0-2.43 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m4.892 23.735l.004-.003c-3.932-4.176-3.86-10.77.216-14.847c1.8-1.8 4.19-2.91 6.72-3.14a5.47 5.47 0 0 0 3.38-1.57l.18-.18c2.59-2.59 6.772-2.658 9.446-.205l.005-.005l.21.21l2.94 2.94c2.66 2.66 2.66 7 0 9.66l-.18.18c-.9.91-1.46 2.11-1.57 3.38c-.22 2.54-1.33 4.93-3.13 6.73c-4.16 4.15-10.92 4.15-15.07 0zm.03-12.13C2.78 15.04 3.146 19.595 6.02 22.646q.094.1.193.199a9.09 9.09 0 0 0 8.276 2.474a9 9 0 0 0 3.014-1.224c.49-.31.68-.94.43-1.47l-2.85-5.98a5.67 5.67 0 0 0-2.68-2.66l-6.01-2.82c-.53-.24-1.16-.06-1.47.44m13.43 9.52a1.148 1.148 0 0 0 1.911.257a9.3 9.3 0 0 0 1.49-4.297c.14-1.64.86-3.18 2.02-4.35l.18-.18a5.26 5.26 0 0 0 1.543-3.856a5.25 5.25 0 0 0-1.764-3.803c-2.088-1.855-5.301-1.72-7.29.269l-.12.12a7.04 7.04 0 0 1-4.35 2.02c-1.5.13-2.94.62-4.2 1.42c-.76.49-.69 1.63.13 2.01l4.92 2.33q.008.001.016.005t.014.005c.97.45 2.11.28 2.87-.48l.74-.74c.47-.47.65-1.16.46-1.79a3.14 3.14 0 0 1 .78-3.12a3.11 3.11 0 0 1 4.55.15c1.03 1.16 1.03 2.94 0 4.11c-.85.96-2.13 1.27-3.25.93a1.79 1.79 0 0 0-1.8.45l-.73.73c-.76.76-.93 1.91-.47 2.88q0 .007.006.01q.004.003.005.01zm.31-13.24c-.67.67-.67 1.75 0 2.42s1.76.67 2.43.01c.67-.67.67-1.76 0-2.43a1.72 1.72 0 0 0-2.43 0"/></svg> </template>
CSS
.icon-cut-of-meat {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.892%2023.735l.004-.003c-3.932-4.176-3.86-10.77.216-14.847c1.8-1.8%204.19-2.91%206.72-3.14a5.47%205.47%200%200%200%203.38-1.57l.18-.18c2.59-2.59%206.772-2.658%209.446-.205l.005-.005l.21.21l2.94%202.94c2.66%202.66%202.66%207%200%209.66l-.18.18c-.9.91-1.46%202.11-1.57%203.38c-.22%202.54-1.33%204.93-3.13%206.73c-4.16%204.15-10.92%204.15-15.07%200zm.03-12.13C2.78%2015.04%203.146%2019.595%206.02%2022.646q.094.1.193.199a9.09%209.09%200%200%200%208.276%202.474a9%209%200%200%200%203.014-1.224c.49-.31.68-.94.43-1.47l-2.85-5.98a5.67%205.67%200%200%200-2.68-2.66l-6.01-2.82c-.53-.24-1.16-.06-1.47.44m13.43%209.52a1.148%201.148%200%200%200%201.911.257a9.3%209.3%200%200%200%201.49-4.297c.14-1.64.86-3.18%202.02-4.35l.18-.18a5.26%205.26%200%200%200%201.543-3.856a5.25%205.25%200%200%200-1.764-3.803c-2.088-1.855-5.301-1.72-7.29.269l-.12.12a7.04%207.04%200%200%201-4.35%202.02c-1.5.13-2.94.62-4.2%201.42c-.76.49-.69%201.63.13%202.01l4.92%202.33q.008.001.016.005t.014.005c.97.45%202.11.28%202.87-.48l.74-.74c.47-.47.65-1.16.46-1.79a3.14%203.14%200%200%201%20.78-3.12a3.11%203.11%200%200%201%204.55.15c1.03%201.16%201.03%202.94%200%204.11c-.85.96-2.13%201.27-3.25.93a1.79%201.79%200%200%200-1.8.45l-.73.73c-.76.76-.93%201.91-.47%202.88q0%20.007.006.01q.004.003.005.01zm.31-13.24c-.67.67-.67%201.75%200%202.42s1.76.67%202.43.01c.67-.67.67-1.76%200-2.43a1.72%201.72%200%200%200-2.43%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.892%2023.735l.004-.003c-3.932-4.176-3.86-10.77.216-14.847c1.8-1.8%204.19-2.91%206.72-3.14a5.47%205.47%200%200%200%203.38-1.57l.18-.18c2.59-2.59%206.772-2.658%209.446-.205l.005-.005l.21.21l2.94%202.94c2.66%202.66%202.66%207%200%209.66l-.18.18c-.9.91-1.46%202.11-1.57%203.38c-.22%202.54-1.33%204.93-3.13%206.73c-4.16%204.15-10.92%204.15-15.07%200zm.03-12.13C2.78%2015.04%203.146%2019.595%206.02%2022.646q.094.1.193.199a9.09%209.09%200%200%200%208.276%202.474a9%209%200%200%200%203.014-1.224c.49-.31.68-.94.43-1.47l-2.85-5.98a5.67%205.67%200%200%200-2.68-2.66l-6.01-2.82c-.53-.24-1.16-.06-1.47.44m13.43%209.52a1.148%201.148%200%200%200%201.911.257a9.3%209.3%200%200%200%201.49-4.297c.14-1.64.86-3.18%202.02-4.35l.18-.18a5.26%205.26%200%200%200%201.543-3.856a5.25%205.25%200%200%200-1.764-3.803c-2.088-1.855-5.301-1.72-7.29.269l-.12.12a7.04%207.04%200%200%201-4.35%202.02c-1.5.13-2.94.62-4.2%201.42c-.76.49-.69%201.63.13%202.01l4.92%202.33q.008.001.016.005t.014.005c.97.45%202.11.28%202.87-.48l.74-.74c.47-.47.65-1.16.46-1.79a3.14%203.14%200%200%201%20.78-3.12a3.11%203.11%200%200%201%204.55.15c1.03%201.16%201.03%202.94%200%204.11c-.85.96-2.13%201.27-3.25.93a1.79%201.79%200%200%200-1.8.45l-.73.73c-.76.76-.93%201.91-.47%202.88q0%20.007.006.01q.004.003.005.01zm.31-13.24c-.67.67-.67%201.75%200%202.42s1.76.67%202.43.01c.67-.67.67-1.76%200-2.43a1.72%201.72%200%200%200-2.43%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/cut-of-meat.svg?color=%231a73e8&size=48