cut of meat emoji

cut-of-meat from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
cut-of-meat
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the cut of meat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><path fill="#ea5a47" d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10l.031-.976l10.032-.03z"/><circle cx="48" cy="36" r="5" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10"/><path d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><circle cx="48" cy="36" r="5"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCutOfMeat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><path fill="#ea5a47" d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10l.031-.976l10.032-.03z"/><circle cx="48" cy="36" r="5" fill="#fff"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10"/><path d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><circle cx="48" cy="36" r="5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><path fill="#ea5a47" d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10l.031-.976l10.032-.03z"/><circle cx="48" cy="36" r="5" fill="#fff"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M29 31c2.5 0 4.503-1.414 6.816-3.727C39.27 23.821 42.975 21 48 21c8.284 0 15 6.716 15 15s-6.716 15-15 15H19c-5.523 0-10-4.477-10-10s4.477-10 10-10"/><path d="M26 27h-7c-7.733 0-14 6.267-14 14s6.267 14 14 14h29c10.495 0 19-8.505 19-19s-8.505-19-19-19c-5.693 0-10.79 2.514-14.27 6.48C31.898 25.652 29.066 27 26 27"/><circle cx="48" cy="36" r="5"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2027h-7c-7.733%200-14%206.267-14%2014s6.267%2014%2014%2014h29c10.495%200%2019-8.505%2019-19s-8.505-19-19-19c-5.693%200-10.79%202.514-14.27%206.48C31.898%2025.652%2029.066%2027%2026%2027%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M29%2031c2.5%200%204.503-1.414%206.816-3.727C39.27%2023.821%2042.975%2021%2048%2021c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015H19c-5.523%200-10-4.477-10-10s4.477-10%2010-10l.031-.976l10.032-.03z%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2236%22%20r%3D%225%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29%2031c2.5%200%204.503-1.414%206.816-3.727C39.27%2023.821%2042.975%2021%2048%2021c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015H19c-5.523%200-10-4.477-10-10s4.477-10%2010-10%22%2F%3E%3Cpath%20d%3D%22M26%2027h-7c-7.733%200-14%206.267-14%2014s6.267%2014%2014%2014h29c10.495%200%2019-8.505%2019-19s-8.505-19-19-19c-5.693%200-10.79%202.514-14.27%206.48C31.898%2025.652%2029.066%2027%2026%2027%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2236%22%20r%3D%225%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%2027h-7c-7.733%200-14%206.267-14%2014s6.267%2014%2014%2014h29c10.495%200%2019-8.505%2019-19s-8.505-19-19-19c-5.693%200-10.79%202.514-14.27%206.48C31.898%2025.652%2029.066%2027%2026%2027%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M29%2031c2.5%200%204.503-1.414%206.816-3.727C39.27%2023.821%2042.975%2021%2048%2021c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015H19c-5.523%200-10-4.477-10-10s4.477-10%2010-10l.031-.976l10.032-.03z%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2236%22%20r%3D%225%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29%2031c2.5%200%204.503-1.414%206.816-3.727C39.27%2023.821%2042.975%2021%2048%2021c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015H19c-5.523%200-10-4.477-10-10s4.477-10%2010-10%22%2F%3E%3Cpath%20d%3D%22M26%2027h-7c-7.733%200-14%206.267-14%2014s6.267%2014%2014%2014h29c10.495%200%2019-8.505%2019-19s-8.505-19-19-19c-5.693%200-10.79%202.514-14.27%206.48C31.898%2025.652%2029.066%2027%2026%2027%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2236%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/cut-of-meat.svg?color=%231a73e8&size=48