shallow pan of food emoji
shallow-pan-of-food from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- shallow-pan-of-food
- 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 shallow pan of food emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.488 33.514c2.41 2.41 5.103 3.627 7.688 1.042c1.835-1.835 1.368-5.277-1.043-7.689c-2.411-2.41-5.852-2.877-7.688-1.042c-2.585 2.585-1.368 5.277 1.043 7.689m6.553-6.554c1.808 1.808 2.158 4.39.782 5.767c-1.938 1.938-3.958 1.025-5.767-.783s-2.721-3.826-.782-5.766c1.376-1.376 3.958-1.026 5.767.782M33.513 2.487c-2.41-2.411-5.102-3.627-7.688-1.042c-1.835 1.835-1.368 5.277 1.043 7.688s5.851 2.878 7.688 1.042c2.585-2.585 1.368-5.278-1.043-7.688M26.96 9.04c-1.808-1.808-2.158-4.389-.782-5.766c1.938-1.938 3.958-1.026 5.767.782s2.721 3.827.782 5.766c-1.376 1.376-3.958 1.026-5.767-.782"/><circle cx="18" cy="18" r="17" fill="#292f33"/><path fill="#ffac33" d="M31.6 18c0 7.511-6.089 13.6-13.6 13.6S4.4 25.511 4.4 18S10.489 4.4 18 4.4S31.6 10.489 31.6 18"/><path fill="#ffe8b6" d="m19.445 10.665l-2.539-2.539a1.121 1.121 0 0 0-1.655-1.511c-.27.27-.372.643-.311.991a1.124 1.124 0 0 0-.991 1.902c.415.415 1.07.433 1.511.064l2.539 2.538z"/><path fill="#c1694f" d="M27.669 20.336c.723-.723 2.551-3.826.021-6.356c-1.763-1.763-3.184-1.662-5.827-2.317c-1.084-.362-2.498-1.665-2.859-2.026c-.362.361-.235 1.683-.235 1.683s-1.575.128-1.937.489c.361.361 2.041 1.95 2.335 2.695c.79 2.508.7 3.784 2.464 5.546c2.891 2.891 5.316 1.009 6.038.286"/><path fill="#77b255" d="M9.333 16.5c0 1.933 3.099 3.5 1.167 3.5a3.5 3.5 0 1 1 0-7c1.933 0-1.167 1.567-1.167 3.5m8.685 9.49c1.599.771 4.136-1.167 3.364.433a3.217 3.217 0 1 1-5.794-2.798c.772-1.6.831 1.593 2.43 2.365"/><circle cx="15" cy="17" r="2" fill="#f4900c"/><circle cx="24" cy="24" r="1" fill="#f4900c"/><circle cx="11" cy="23" r="1" fill="#f4900c"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiShallowPanOfFood(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.488 33.514c2.41 2.41 5.103 3.627 7.688 1.042c1.835-1.835 1.368-5.277-1.043-7.689c-2.411-2.41-5.852-2.877-7.688-1.042c-2.585 2.585-1.368 5.277 1.043 7.689m6.553-6.554c1.808 1.808 2.158 4.39.782 5.767c-1.938 1.938-3.958 1.025-5.767-.783s-2.721-3.826-.782-5.766c1.376-1.376 3.958-1.026 5.767.782M33.513 2.487c-2.41-2.411-5.102-3.627-7.688-1.042c-1.835 1.835-1.368 5.277 1.043 7.688s5.851 2.878 7.688 1.042c2.585-2.585 1.368-5.278-1.043-7.688M26.96 9.04c-1.808-1.808-2.158-4.389-.782-5.766c1.938-1.938 3.958-1.026 5.767.782s2.721 3.827.782 5.766c-1.376 1.376-3.958 1.026-5.767-.782"/><circle cx="18" cy="18" r="17" fill="#292f33"/><path fill="#ffac33" d="M31.6 18c0 7.511-6.089 13.6-13.6 13.6S4.4 25.511 4.4 18S10.489 4.4 18 4.4S31.6 10.489 31.6 18"/><path fill="#ffe8b6" d="m19.445 10.665l-2.539-2.539a1.121 1.121 0 0 0-1.655-1.511c-.27.27-.372.643-.311.991a1.124 1.124 0 0 0-.991 1.902c.415.415 1.07.433 1.511.064l2.539 2.538z"/><path fill="#c1694f" d="M27.669 20.336c.723-.723 2.551-3.826.021-6.356c-1.763-1.763-3.184-1.662-5.827-2.317c-1.084-.362-2.498-1.665-2.859-2.026c-.362.361-.235 1.683-.235 1.683s-1.575.128-1.937.489c.361.361 2.041 1.95 2.335 2.695c.79 2.508.7 3.784 2.464 5.546c2.891 2.891 5.316 1.009 6.038.286"/><path fill="#77b255" d="M9.333 16.5c0 1.933 3.099 3.5 1.167 3.5a3.5 3.5 0 1 1 0-7c1.933 0-1.167 1.567-1.167 3.5m8.685 9.49c1.599.771 4.136-1.167 3.364.433a3.217 3.217 0 1 1-5.794-2.798c.772-1.6.831 1.593 2.43 2.365"/><circle cx="15" cy="17" r="2" fill="#f4900c"/><circle cx="24" cy="24" r="1" fill="#f4900c"/><circle cx="11" cy="23" r="1" fill="#f4900c"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M2.488 33.514c2.41 2.41 5.103 3.627 7.688 1.042c1.835-1.835 1.368-5.277-1.043-7.689c-2.411-2.41-5.852-2.877-7.688-1.042c-2.585 2.585-1.368 5.277 1.043 7.689m6.553-6.554c1.808 1.808 2.158 4.39.782 5.767c-1.938 1.938-3.958 1.025-5.767-.783s-2.721-3.826-.782-5.766c1.376-1.376 3.958-1.026 5.767.782M33.513 2.487c-2.41-2.411-5.102-3.627-7.688-1.042c-1.835 1.835-1.368 5.277 1.043 7.688s5.851 2.878 7.688 1.042c2.585-2.585 1.368-5.278-1.043-7.688M26.96 9.04c-1.808-1.808-2.158-4.389-.782-5.766c1.938-1.938 3.958-1.026 5.767.782s2.721 3.827.782 5.766c-1.376 1.376-3.958 1.026-5.767-.782"/><circle cx="18" cy="18" r="17" fill="#292f33"/><path fill="#ffac33" d="M31.6 18c0 7.511-6.089 13.6-13.6 13.6S4.4 25.511 4.4 18S10.489 4.4 18 4.4S31.6 10.489 31.6 18"/><path fill="#ffe8b6" d="m19.445 10.665l-2.539-2.539a1.121 1.121 0 0 0-1.655-1.511c-.27.27-.372.643-.311.991a1.124 1.124 0 0 0-.991 1.902c.415.415 1.07.433 1.511.064l2.539 2.538z"/><path fill="#c1694f" d="M27.669 20.336c.723-.723 2.551-3.826.021-6.356c-1.763-1.763-3.184-1.662-5.827-2.317c-1.084-.362-2.498-1.665-2.859-2.026c-.362.361-.235 1.683-.235 1.683s-1.575.128-1.937.489c.361.361 2.041 1.95 2.335 2.695c.79 2.508.7 3.784 2.464 5.546c2.891 2.891 5.316 1.009 6.038.286"/><path fill="#77b255" d="M9.333 16.5c0 1.933 3.099 3.5 1.167 3.5a3.5 3.5 0 1 1 0-7c1.933 0-1.167 1.567-1.167 3.5m8.685 9.49c1.599.771 4.136-1.167 3.364.433a3.217 3.217 0 1 1-5.794-2.798c.772-1.6.831 1.593 2.43 2.365"/><circle cx="15" cy="17" r="2" fill="#f4900c"/><circle cx="24" cy="24" r="1" fill="#f4900c"/><circle cx="11" cy="23" r="1" fill="#f4900c"/></svg> </template>
CSS
.icon-shallow-pan-of-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%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M2.488%2033.514c2.41%202.41%205.103%203.627%207.688%201.042c1.835-1.835%201.368-5.277-1.043-7.689c-2.411-2.41-5.852-2.877-7.688-1.042c-2.585%202.585-1.368%205.277%201.043%207.689m6.553-6.554c1.808%201.808%202.158%204.39.782%205.767c-1.938%201.938-3.958%201.025-5.767-.783s-2.721-3.826-.782-5.766c1.376-1.376%203.958-1.026%205.767.782M33.513%202.487c-2.41-2.411-5.102-3.627-7.688-1.042c-1.835%201.835-1.368%205.277%201.043%207.688s5.851%202.878%207.688%201.042c2.585-2.585%201.368-5.278-1.043-7.688M26.96%209.04c-1.808-1.808-2.158-4.389-.782-5.766c1.938-1.938%203.958-1.026%205.767.782s2.721%203.827.782%205.766c-1.376%201.376-3.958%201.026-5.767-.782%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2217%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M31.6%2018c0%207.511-6.089%2013.6-13.6%2013.6S4.4%2025.511%204.4%2018S10.489%204.4%2018%204.4S31.6%2010.489%2031.6%2018%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22m19.445%2010.665l-2.539-2.539a1.121%201.121%200%200%200-1.655-1.511c-.27.27-.372.643-.311.991a1.124%201.124%200%200%200-.991%201.902c.415.415%201.07.433%201.511.064l2.539%202.538z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M27.669%2020.336c.723-.723%202.551-3.826.021-6.356c-1.763-1.763-3.184-1.662-5.827-2.317c-1.084-.362-2.498-1.665-2.859-2.026c-.362.361-.235%201.683-.235%201.683s-1.575.128-1.937.489c.361.361%202.041%201.95%202.335%202.695c.79%202.508.7%203.784%202.464%205.546c2.891%202.891%205.316%201.009%206.038.286%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M9.333%2016.5c0%201.933%203.099%203.5%201.167%203.5a3.5%203.5%200%201%201%200-7c1.933%200-1.167%201.567-1.167%203.5m8.685%209.49c1.599.771%204.136-1.167%203.364.433a3.217%203.217%200%201%201-5.794-2.798c.772-1.6.831%201.593%202.43%202.365%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22%23f4900c%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%23292f33%22%20d%3D%22M2.488%2033.514c2.41%202.41%205.103%203.627%207.688%201.042c1.835-1.835%201.368-5.277-1.043-7.689c-2.411-2.41-5.852-2.877-7.688-1.042c-2.585%202.585-1.368%205.277%201.043%207.689m6.553-6.554c1.808%201.808%202.158%204.39.782%205.767c-1.938%201.938-3.958%201.025-5.767-.783s-2.721-3.826-.782-5.766c1.376-1.376%203.958-1.026%205.767.782M33.513%202.487c-2.41-2.411-5.102-3.627-7.688-1.042c-1.835%201.835-1.368%205.277%201.043%207.688s5.851%202.878%207.688%201.042c2.585-2.585%201.368-5.278-1.043-7.688M26.96%209.04c-1.808-1.808-2.158-4.389-.782-5.766c1.938-1.938%203.958-1.026%205.767.782s2.721%203.827.782%205.766c-1.376%201.376-3.958%201.026-5.767-.782%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2217%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M31.6%2018c0%207.511-6.089%2013.6-13.6%2013.6S4.4%2025.511%204.4%2018S10.489%204.4%2018%204.4S31.6%2010.489%2031.6%2018%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22m19.445%2010.665l-2.539-2.539a1.121%201.121%200%200%200-1.655-1.511c-.27.27-.372.643-.311.991a1.124%201.124%200%200%200-.991%201.902c.415.415%201.07.433%201.511.064l2.539%202.538z%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M27.669%2020.336c.723-.723%202.551-3.826.021-6.356c-1.763-1.763-3.184-1.662-5.827-2.317c-1.084-.362-2.498-1.665-2.859-2.026c-.362.361-.235%201.683-.235%201.683s-1.575.128-1.937.489c.361.361%202.041%201.95%202.335%202.695c.79%202.508.7%203.784%202.464%205.546c2.891%202.891%205.316%201.009%206.038.286%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M9.333%2016.5c0%201.933%203.099%203.5%201.167%203.5a3.5%203.5%200%201%201%200-7c1.933%200-1.167%201.567-1.167%203.5m8.685%209.49c1.599.771%204.136-1.167%203.364.433a3.217%203.217%200%201%201-5.794-2.798c.772-1.6.831%201.593%202.43%202.365%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2217%22%20r%3D%222%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22%23f4900c%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22%23f4900c%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/shallow-pan-of-food.svg?color=%231a73e8&size=48