meat on bone emoji

meat-on-bone from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
meat-on-bone
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the meat on bone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M14.017 10.368L8.173 4.524a2.58 2.58 0 0 0-.15-3.479a2.59 2.59 0 0 0-3.662 0a2.58 2.58 0 0 0-.715 2.282a2.58 2.58 0 0 0-2.282.715a2.59 2.59 0 0 0 0 3.662a2.58 2.58 0 0 0 3.479.15l5.844 5.844zm11.918 11.919l5.845 5.844a2.58 2.58 0 0 1 3.479.15a2.587 2.587 0 0 1-2.282 4.377a2.587 2.587 0 0 1-4.377 2.281a2.58 2.58 0 0 1-.149-3.479l-5.845-5.844z"/><path fill="#c1694f" d="M30.021 15.879c-1.632-1.633-4.113-1.543-6.234-3.665s-2.032-4.602-3.665-6.235c-3.515-3.515-7.018-1.467-11.313 2.829S2.466 16.607 5.98 20.121c1.633 1.633 4.114 1.544 6.235 3.665s2.032 4.603 3.665 6.234c3.515 3.515 7.018 1.468 11.314-2.828s6.341-7.798 2.827-11.313"/><path fill="#662113" d="M14 23a1 1 0 0 1-.948-1.317c1.109-3.328 5.305-7.523 8.632-8.632a1 1 0 1 1 .633 1.897c-2.686.895-6.473 4.682-7.368 7.368c-.14.419-.53.684-.949.684"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiMeatOnBone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M14.017 10.368L8.173 4.524a2.58 2.58 0 0 0-.15-3.479a2.59 2.59 0 0 0-3.662 0a2.58 2.58 0 0 0-.715 2.282a2.58 2.58 0 0 0-2.282.715a2.59 2.59 0 0 0 0 3.662a2.58 2.58 0 0 0 3.479.15l5.844 5.844zm11.918 11.919l5.845 5.844a2.58 2.58 0 0 1 3.479.15a2.587 2.587 0 0 1-2.282 4.377a2.587 2.587 0 0 1-4.377 2.281a2.58 2.58 0 0 1-.149-3.479l-5.845-5.844z"/><path fill="#c1694f" d="M30.021 15.879c-1.632-1.633-4.113-1.543-6.234-3.665s-2.032-4.602-3.665-6.235c-3.515-3.515-7.018-1.467-11.313 2.829S2.466 16.607 5.98 20.121c1.633 1.633 4.114 1.544 6.235 3.665s2.032 4.603 3.665 6.234c3.515 3.515 7.018 1.468 11.314-2.828s6.341-7.798 2.827-11.313"/><path fill="#662113" d="M14 23a1 1 0 0 1-.948-1.317c1.109-3.328 5.305-7.523 8.632-8.632a1 1 0 1 1 .633 1.897c-2.686.895-6.473 4.682-7.368 7.368c-.14.419-.53.684-.949.684"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M14.017 10.368L8.173 4.524a2.58 2.58 0 0 0-.15-3.479a2.59 2.59 0 0 0-3.662 0a2.58 2.58 0 0 0-.715 2.282a2.58 2.58 0 0 0-2.282.715a2.59 2.59 0 0 0 0 3.662a2.58 2.58 0 0 0 3.479.15l5.844 5.844zm11.918 11.919l5.845 5.844a2.58 2.58 0 0 1 3.479.15a2.587 2.587 0 0 1-2.282 4.377a2.587 2.587 0 0 1-4.377 2.281a2.58 2.58 0 0 1-.149-3.479l-5.845-5.844z"/><path fill="#c1694f" d="M30.021 15.879c-1.632-1.633-4.113-1.543-6.234-3.665s-2.032-4.602-3.665-6.235c-3.515-3.515-7.018-1.467-11.313 2.829S2.466 16.607 5.98 20.121c1.633 1.633 4.114 1.544 6.235 3.665s2.032 4.603 3.665 6.234c3.515 3.515 7.018 1.468 11.314-2.828s6.341-7.798 2.827-11.313"/><path fill="#662113" d="M14 23a1 1 0 0 1-.948-1.317c1.109-3.328 5.305-7.523 8.632-8.632a1 1 0 1 1 .633 1.897c-2.686.895-6.473 4.682-7.368 7.368c-.14.419-.53.684-.949.684"/></svg>
</template>

CSS

.icon-meat-on-bone {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M14.017%2010.368L8.173%204.524a2.58%202.58%200%200%200-.15-3.479a2.59%202.59%200%200%200-3.662%200a2.58%202.58%200%200%200-.715%202.282a2.58%202.58%200%200%200-2.282.715a2.59%202.59%200%200%200%200%203.662a2.58%202.58%200%200%200%203.479.15l5.844%205.844zm11.918%2011.919l5.845%205.844a2.58%202.58%200%200%201%203.479.15a2.587%202.587%200%200%201-2.282%204.377a2.587%202.587%200%200%201-4.377%202.281a2.58%202.58%200%200%201-.149-3.479l-5.845-5.844z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M30.021%2015.879c-1.632-1.633-4.113-1.543-6.234-3.665s-2.032-4.602-3.665-6.235c-3.515-3.515-7.018-1.467-11.313%202.829S2.466%2016.607%205.98%2020.121c1.633%201.633%204.114%201.544%206.235%203.665s2.032%204.603%203.665%206.234c3.515%203.515%207.018%201.468%2011.314-2.828s6.341-7.798%202.827-11.313%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M14%2023a1%201%200%200%201-.948-1.317c1.109-3.328%205.305-7.523%208.632-8.632a1%201%200%201%201%20.633%201.897c-2.686.895-6.473%204.682-7.368%207.368c-.14.419-.53.684-.949.684%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M14.017%2010.368L8.173%204.524a2.58%202.58%200%200%200-.15-3.479a2.59%202.59%200%200%200-3.662%200a2.58%202.58%200%200%200-.715%202.282a2.58%202.58%200%200%200-2.282.715a2.59%202.59%200%200%200%200%203.662a2.58%202.58%200%200%200%203.479.15l5.844%205.844zm11.918%2011.919l5.845%205.844a2.58%202.58%200%200%201%203.479.15a2.587%202.587%200%200%201-2.282%204.377a2.587%202.587%200%200%201-4.377%202.281a2.58%202.58%200%200%201-.149-3.479l-5.845-5.844z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M30.021%2015.879c-1.632-1.633-4.113-1.543-6.234-3.665s-2.032-4.602-3.665-6.235c-3.515-3.515-7.018-1.467-11.313%202.829S2.466%2016.607%205.98%2020.121c1.633%201.633%204.114%201.544%206.235%203.665s2.032%204.603%203.665%206.234c3.515%203.515%207.018%201.468%2011.314-2.828s6.341-7.798%202.827-11.313%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M14%2023a1%201%200%200%201-.948-1.317c1.109-3.328%205.305-7.523%208.632-8.632a1%201%200%201%201%20.633%201.897c-2.686.895-6.473%204.682-7.368%207.368c-.14.419-.53.684-.949.684%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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