face savoring food emoji

face-savoring-food from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
face-savoring-food
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0
Aliases
face-savouring-delicious-food

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the face savoring food emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M6.999 17a1 1 0 0 1-.893-1.447C6.158 15.448 7.424 13 11 13s4.842 2.449 4.894 2.553a1.001 1.001 0 0 1-1.783.906C14.067 16.378 13.28 15 11 15c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553M29 17a1 1 0 0 0 .893-1.447C29.841 15.448 28.575 13 24.999 13s-4.842 2.449-4.894 2.553a1.001 1.001 0 0 0 1.783.906c.044-.081.831-1.459 3.111-1.459c2.317 0 3.099 1.433 3.106 1.447A1 1 0 0 0 29 17m.503 6.52c.323-.749.461-1.257.466-1.277a1 1 0 0 0-1.94-.487C27.955 22.051 26.081 29 18 29s-9.955-6.949-10.03-7.245a1 1 0 0 0-1.94.487C6.052 22.33 8.331 31 18 31c1.65 0 3.07-.266 4.315-.685c4.33-1.458 6.374-4.91 7.188-6.795"/><path fill="#e75b70" d="m32.407 26.681l-2.956-3.051s-.68-.438-1.273.568c-.78 1.322-2.075 2.935-3.934 4.171c-.781.519-2.139 1.189-2.697 1.318c-.735.169-.388.964-.388.964c.585-.127 1.051-.301 1.051-.301l.296.296l2.726 2.726c1.728 1.728 5 2 7 0s1.904-4.962.175-6.691"/><path fill="#de3146" d="M29.915 31.074a.545.545 0 0 0 0-.771l-3.629-3.629l-.796.748l3.653 3.653a.547.547 0 0 0 .772-.001"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFaceSavoringFood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M6.999 17a1 1 0 0 1-.893-1.447C6.158 15.448 7.424 13 11 13s4.842 2.449 4.894 2.553a1.001 1.001 0 0 1-1.783.906C14.067 16.378 13.28 15 11 15c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553M29 17a1 1 0 0 0 .893-1.447C29.841 15.448 28.575 13 24.999 13s-4.842 2.449-4.894 2.553a1.001 1.001 0 0 0 1.783.906c.044-.081.831-1.459 3.111-1.459c2.317 0 3.099 1.433 3.106 1.447A1 1 0 0 0 29 17m.503 6.52c.323-.749.461-1.257.466-1.277a1 1 0 0 0-1.94-.487C27.955 22.051 26.081 29 18 29s-9.955-6.949-10.03-7.245a1 1 0 0 0-1.94.487C6.052 22.33 8.331 31 18 31c1.65 0 3.07-.266 4.315-.685c4.33-1.458 6.374-4.91 7.188-6.795"/><path fill="#e75b70" d="m32.407 26.681l-2.956-3.051s-.68-.438-1.273.568c-.78 1.322-2.075 2.935-3.934 4.171c-.781.519-2.139 1.189-2.697 1.318c-.735.169-.388.964-.388.964c.585-.127 1.051-.301 1.051-.301l.296.296l2.726 2.726c1.728 1.728 5 2 7 0s1.904-4.962.175-6.691"/><path fill="#de3146" d="M29.915 31.074a.545.545 0 0 0 0-.771l-3.629-3.629l-.796.748l3.653 3.653a.547.547 0 0 0 .772-.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#ffcc4d"/><path fill="#664500" d="M6.999 17a1 1 0 0 1-.893-1.447C6.158 15.448 7.424 13 11 13s4.842 2.449 4.894 2.553a1.001 1.001 0 0 1-1.783.906C14.067 16.378 13.28 15 11 15c-2.317 0-3.099 1.433-3.106 1.447a1 1 0 0 1-.895.553M29 17a1 1 0 0 0 .893-1.447C29.841 15.448 28.575 13 24.999 13s-4.842 2.449-4.894 2.553a1.001 1.001 0 0 0 1.783.906c.044-.081.831-1.459 3.111-1.459c2.317 0 3.099 1.433 3.106 1.447A1 1 0 0 0 29 17m.503 6.52c.323-.749.461-1.257.466-1.277a1 1 0 0 0-1.94-.487C27.955 22.051 26.081 29 18 29s-9.955-6.949-10.03-7.245a1 1 0 0 0-1.94.487C6.052 22.33 8.331 31 18 31c1.65 0 3.07-.266 4.315-.685c4.33-1.458 6.374-4.91 7.188-6.795"/><path fill="#e75b70" d="m32.407 26.681l-2.956-3.051s-.68-.438-1.273.568c-.78 1.322-2.075 2.935-3.934 4.171c-.781.519-2.139 1.189-2.697 1.318c-.735.169-.388.964-.388.964c.585-.127 1.051-.301 1.051-.301l.296.296l2.726 2.726c1.728 1.728 5 2 7 0s1.904-4.962.175-6.691"/><path fill="#de3146" d="M29.915 31.074a.545.545 0 0 0 0-.771l-3.629-3.629l-.796.748l3.653 3.653a.547.547 0 0 0 .772-.001"/></svg>
</template>

CSS

.icon-face-savoring-food {
  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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M6.999%2017a1%201%200%200%201-.893-1.447C6.158%2015.448%207.424%2013%2011%2013s4.842%202.449%204.894%202.553a1.001%201.001%200%200%201-1.783.906C14.067%2016.378%2013.28%2015%2011%2015c-2.317%200-3.099%201.433-3.106%201.447a1%201%200%200%201-.895.553M29%2017a1%201%200%200%200%20.893-1.447C29.841%2015.448%2028.575%2013%2024.999%2013s-4.842%202.449-4.894%202.553a1.001%201.001%200%200%200%201.783.906c.044-.081.831-1.459%203.111-1.459c2.317%200%203.099%201.433%203.106%201.447A1%201%200%200%200%2029%2017m.503%206.52c.323-.749.461-1.257.466-1.277a1%201%200%200%200-1.94-.487C27.955%2022.051%2026.081%2029%2018%2029s-9.955-6.949-10.03-7.245a1%201%200%200%200-1.94.487C6.052%2022.33%208.331%2031%2018%2031c1.65%200%203.07-.266%204.315-.685c4.33-1.458%206.374-4.91%207.188-6.795%22%2F%3E%3Cpath%20fill%3D%22%23e75b70%22%20d%3D%22m32.407%2026.681l-2.956-3.051s-.68-.438-1.273.568c-.78%201.322-2.075%202.935-3.934%204.171c-.781.519-2.139%201.189-2.697%201.318c-.735.169-.388.964-.388.964c.585-.127%201.051-.301%201.051-.301l.296.296l2.726%202.726c1.728%201.728%205%202%207%200s1.904-4.962.175-6.691%22%2F%3E%3Cpath%20fill%3D%22%23de3146%22%20d%3D%22M29.915%2031.074a.545.545%200%200%200%200-.771l-3.629-3.629l-.796.748l3.653%203.653a.547.547%200%200%200%20.772-.001%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%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23ffcc4d%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M6.999%2017a1%201%200%200%201-.893-1.447C6.158%2015.448%207.424%2013%2011%2013s4.842%202.449%204.894%202.553a1.001%201.001%200%200%201-1.783.906C14.067%2016.378%2013.28%2015%2011%2015c-2.317%200-3.099%201.433-3.106%201.447a1%201%200%200%201-.895.553M29%2017a1%201%200%200%200%20.893-1.447C29.841%2015.448%2028.575%2013%2024.999%2013s-4.842%202.449-4.894%202.553a1.001%201.001%200%200%200%201.783.906c.044-.081.831-1.459%203.111-1.459c2.317%200%203.099%201.433%203.106%201.447A1%201%200%200%200%2029%2017m.503%206.52c.323-.749.461-1.257.466-1.277a1%201%200%200%200-1.94-.487C27.955%2022.051%2026.081%2029%2018%2029s-9.955-6.949-10.03-7.245a1%201%200%200%200-1.94.487C6.052%2022.33%208.331%2031%2018%2031c1.65%200%203.07-.266%204.315-.685c4.33-1.458%206.374-4.91%207.188-6.795%22%2F%3E%3Cpath%20fill%3D%22%23e75b70%22%20d%3D%22m32.407%2026.681l-2.956-3.051s-.68-.438-1.273.568c-.78%201.322-2.075%202.935-3.934%204.171c-.781.519-2.139%201.189-2.697%201.318c-.735.169-.388.964-.388.964c.585-.127%201.051-.301%201.051-.301l.296.296l2.726%202.726c1.728%201.728%205%202%207%200s1.904-4.962.175-6.691%22%2F%3E%3Cpath%20fill%3D%22%23de3146%22%20d%3D%22M29.915%2031.074a.545.545%200%200%200%200-.771l-3.629-3.629l-.796.748l3.653%203.653a.547.547%200%200%200%20.772-.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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