shallow pan of food emoji
shallow-pan-of-food from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- shallow-pan-of-food
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji Flat
Use the shallow pan of food emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M12.053 6.72L9.98 4.648a3.08 3.08 0 0 0-4.35 0L4 6.278a3.08 3.08 0 0 0 0 4.35L6.373 13A10.08 10.08 0 0 0 8.87 23.129A10.08 10.08 0 0 0 19 25.627L21.372 28a3.08 3.08 0 0 0 4.35 0l1.63-1.63a3.08 3.08 0 0 0 0-4.35l-2.073-2.073a10.085 10.085 0 0 0-2.151-11.076a10.085 10.085 0 0 0-11.076-2.15m-3.554-.592l1.656 1.656a10.15 10.15 0 0 0-2.879 3.158L5.481 9.147a.984.984 0 0 1 0-1.389l1.63-1.63a.984.984 0 0 1 1.388 0m15.717 15.717l1.656 1.656a.984.984 0 0 1 0 1.388l-1.63 1.63a.984.984 0 0 1-1.389 0l-1.795-1.795a10.15 10.15 0 0 0 3.158-2.879"/><path fill="#635994" d="M24 24c-4.418 4.418-11.582 4.418-16 0S3.582 12.418 8 8s11.582-4.418 16 0s4.418 11.582 0 16m-1.942-1.942A8.568 8.568 0 1 0 9.941 9.942a8.568 8.568 0 0 0 12.117 12.116"/><path fill="#fcd53f" d="M16 22.893c.764 0 1.583.335 2.285.117c.717-.234 1.17-.998 1.777-1.435c.608-.436 1.466-.64 1.91-1.24c.437-.592.36-1.481.593-2.198c.226-.694.811-1.357.811-2.137c0-.764-.585-1.442-.81-2.136c-.235-.718-.165-1.599-.593-2.2c-.437-.607-1.302-.802-1.91-1.239c-.593-.437-1.061-1.2-1.778-1.435c-.694-.226-1.505.117-2.285.117c-.764 0-1.583-.335-2.285-.117c-.717.234-1.17.998-1.777 1.435c-.609.437-1.466.64-1.91 1.24c-.437.592-.36 1.481-.593 2.199c-.226.694-.811 1.356-.811 2.136c0 .764.585 1.443.81 2.137c.235.717.164 1.598.593 2.198c.437.608 1.302.803 1.91 1.24c.593.437 1.061 1.2 1.778 1.435c.71.226 1.52-.117 2.285-.117"/><path fill="#44911b" d="M15.26 12.28a.63.63 0 0 1-.421.782l-2.292.686a.628.628 0 1 1-.36-1.204l2.292-.686c.332-.1.682.09.782.422m4.106 2.172a.63.63 0 0 1 .52.72l-.382 2.363a.628.628 0 0 1-1.24-.2l.382-2.363a.63.63 0 0 1 .72-.52m-4.339 6.018a.628.628 0 0 0 .884-.893l-1.7-1.684a.628.628 0 0 0-.884.892z"/><path fill="#f8312f" d="M17.053 12.593a.661.661 0 1 0 .935-.936a.661.661 0 0 0-.935.936m1.27 8.039a.662.662 0 1 0 .936-.936a.662.662 0 0 0-.936.936m-6.963-2.831a.662.662 0 1 1-.935-.935a.662.662 0 0 1 .936.935"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatShallowPanOfFood(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M12.053 6.72L9.98 4.648a3.08 3.08 0 0 0-4.35 0L4 6.278a3.08 3.08 0 0 0 0 4.35L6.373 13A10.08 10.08 0 0 0 8.87 23.129A10.08 10.08 0 0 0 19 25.627L21.372 28a3.08 3.08 0 0 0 4.35 0l1.63-1.63a3.08 3.08 0 0 0 0-4.35l-2.073-2.073a10.085 10.085 0 0 0-2.151-11.076a10.085 10.085 0 0 0-11.076-2.15m-3.554-.592l1.656 1.656a10.15 10.15 0 0 0-2.879 3.158L5.481 9.147a.984.984 0 0 1 0-1.389l1.63-1.63a.984.984 0 0 1 1.388 0m15.717 15.717l1.656 1.656a.984.984 0 0 1 0 1.388l-1.63 1.63a.984.984 0 0 1-1.389 0l-1.795-1.795a10.15 10.15 0 0 0 3.158-2.879"/><path fill="#635994" d="M24 24c-4.418 4.418-11.582 4.418-16 0S3.582 12.418 8 8s11.582-4.418 16 0s4.418 11.582 0 16m-1.942-1.942A8.568 8.568 0 1 0 9.941 9.942a8.568 8.568 0 0 0 12.117 12.116"/><path fill="#fcd53f" d="M16 22.893c.764 0 1.583.335 2.285.117c.717-.234 1.17-.998 1.777-1.435c.608-.436 1.466-.64 1.91-1.24c.437-.592.36-1.481.593-2.198c.226-.694.811-1.357.811-2.137c0-.764-.585-1.442-.81-2.136c-.235-.718-.165-1.599-.593-2.2c-.437-.607-1.302-.802-1.91-1.239c-.593-.437-1.061-1.2-1.778-1.435c-.694-.226-1.505.117-2.285.117c-.764 0-1.583-.335-2.285-.117c-.717.234-1.17.998-1.777 1.435c-.609.437-1.466.64-1.91 1.24c-.437.592-.36 1.481-.593 2.199c-.226.694-.811 1.356-.811 2.136c0 .764.585 1.443.81 2.137c.235.717.164 1.598.593 2.198c.437.608 1.302.803 1.91 1.24c.593.437 1.061 1.2 1.778 1.435c.71.226 1.52-.117 2.285-.117"/><path fill="#44911b" d="M15.26 12.28a.63.63 0 0 1-.421.782l-2.292.686a.628.628 0 1 1-.36-1.204l2.292-.686c.332-.1.682.09.782.422m4.106 2.172a.63.63 0 0 1 .52.72l-.382 2.363a.628.628 0 0 1-1.24-.2l.382-2.363a.63.63 0 0 1 .72-.52m-4.339 6.018a.628.628 0 0 0 .884-.893l-1.7-1.684a.628.628 0 0 0-.884.892z"/><path fill="#f8312f" d="M17.053 12.593a.661.661 0 1 0 .935-.936a.661.661 0 0 0-.935.936m1.27 8.039a.662.662 0 1 0 .936-.936a.662.662 0 0 0-.936.936m-6.963-2.831a.662.662 0 1 1-.935-.935a.662.662 0 0 1 .936.935"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M12.053 6.72L9.98 4.648a3.08 3.08 0 0 0-4.35 0L4 6.278a3.08 3.08 0 0 0 0 4.35L6.373 13A10.08 10.08 0 0 0 8.87 23.129A10.08 10.08 0 0 0 19 25.627L21.372 28a3.08 3.08 0 0 0 4.35 0l1.63-1.63a3.08 3.08 0 0 0 0-4.35l-2.073-2.073a10.085 10.085 0 0 0-2.151-11.076a10.085 10.085 0 0 0-11.076-2.15m-3.554-.592l1.656 1.656a10.15 10.15 0 0 0-2.879 3.158L5.481 9.147a.984.984 0 0 1 0-1.389l1.63-1.63a.984.984 0 0 1 1.388 0m15.717 15.717l1.656 1.656a.984.984 0 0 1 0 1.388l-1.63 1.63a.984.984 0 0 1-1.389 0l-1.795-1.795a10.15 10.15 0 0 0 3.158-2.879"/><path fill="#635994" d="M24 24c-4.418 4.418-11.582 4.418-16 0S3.582 12.418 8 8s11.582-4.418 16 0s4.418 11.582 0 16m-1.942-1.942A8.568 8.568 0 1 0 9.941 9.942a8.568 8.568 0 0 0 12.117 12.116"/><path fill="#fcd53f" d="M16 22.893c.764 0 1.583.335 2.285.117c.717-.234 1.17-.998 1.777-1.435c.608-.436 1.466-.64 1.91-1.24c.437-.592.36-1.481.593-2.198c.226-.694.811-1.357.811-2.137c0-.764-.585-1.442-.81-2.136c-.235-.718-.165-1.599-.593-2.2c-.437-.607-1.302-.802-1.91-1.239c-.593-.437-1.061-1.2-1.778-1.435c-.694-.226-1.505.117-2.285.117c-.764 0-1.583-.335-2.285-.117c-.717.234-1.17.998-1.777 1.435c-.609.437-1.466.64-1.91 1.24c-.437.592-.36 1.481-.593 2.199c-.226.694-.811 1.356-.811 2.136c0 .764.585 1.443.81 2.137c.235.717.164 1.598.593 2.198c.437.608 1.302.803 1.91 1.24c.593.437 1.061 1.2 1.778 1.435c.71.226 1.52-.117 2.285-.117"/><path fill="#44911b" d="M15.26 12.28a.63.63 0 0 1-.421.782l-2.292.686a.628.628 0 1 1-.36-1.204l2.292-.686c.332-.1.682.09.782.422m4.106 2.172a.63.63 0 0 1 .52.72l-.382 2.363a.628.628 0 0 1-1.24-.2l.382-2.363a.63.63 0 0 1 .72-.52m-4.339 6.018a.628.628 0 0 0 .884-.893l-1.7-1.684a.628.628 0 0 0-.884.892z"/><path fill="#f8312f" d="M17.053 12.593a.661.661 0 1 0 .935-.936a.661.661 0 0 0-.935.936m1.27 8.039a.662.662 0 1 0 .936-.936a.662.662 0 0 0-.936.936m-6.963-2.831a.662.662 0 1 1-.935-.935a.662.662 0 0 1 .936.935"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M12.053%206.72L9.98%204.648a3.08%203.08%200%200%200-4.35%200L4%206.278a3.08%203.08%200%200%200%200%204.35L6.373%2013A10.08%2010.08%200%200%200%208.87%2023.129A10.08%2010.08%200%200%200%2019%2025.627L21.372%2028a3.08%203.08%200%200%200%204.35%200l1.63-1.63a3.08%203.08%200%200%200%200-4.35l-2.073-2.073a10.085%2010.085%200%200%200-2.151-11.076a10.085%2010.085%200%200%200-11.076-2.15m-3.554-.592l1.656%201.656a10.15%2010.15%200%200%200-2.879%203.158L5.481%209.147a.984.984%200%200%201%200-1.389l1.63-1.63a.984.984%200%200%201%201.388%200m15.717%2015.717l1.656%201.656a.984.984%200%200%201%200%201.388l-1.63%201.63a.984.984%200%200%201-1.389%200l-1.795-1.795a10.15%2010.15%200%200%200%203.158-2.879%22%2F%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M24%2024c-4.418%204.418-11.582%204.418-16%200S3.582%2012.418%208%208s11.582-4.418%2016%200s4.418%2011.582%200%2016m-1.942-1.942A8.568%208.568%200%201%200%209.941%209.942a8.568%208.568%200%200%200%2012.117%2012.116%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M16%2022.893c.764%200%201.583.335%202.285.117c.717-.234%201.17-.998%201.777-1.435c.608-.436%201.466-.64%201.91-1.24c.437-.592.36-1.481.593-2.198c.226-.694.811-1.357.811-2.137c0-.764-.585-1.442-.81-2.136c-.235-.718-.165-1.599-.593-2.2c-.437-.607-1.302-.802-1.91-1.239c-.593-.437-1.061-1.2-1.778-1.435c-.694-.226-1.505.117-2.285.117c-.764%200-1.583-.335-2.285-.117c-.717.234-1.17.998-1.777%201.435c-.609.437-1.466.64-1.91%201.24c-.437.592-.36%201.481-.593%202.199c-.226.694-.811%201.356-.811%202.136c0%20.764.585%201.443.81%202.137c.235.717.164%201.598.593%202.198c.437.608%201.302.803%201.91%201.24c.593.437%201.061%201.2%201.778%201.435c.71.226%201.52-.117%202.285-.117%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M15.26%2012.28a.63.63%200%200%201-.421.782l-2.292.686a.628.628%200%201%201-.36-1.204l2.292-.686c.332-.1.682.09.782.422m4.106%202.172a.63.63%200%200%201%20.52.72l-.382%202.363a.628.628%200%200%201-1.24-.2l.382-2.363a.63.63%200%200%201%20.72-.52m-4.339%206.018a.628.628%200%200%200%20.884-.893l-1.7-1.684a.628.628%200%200%200-.884.892z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M17.053%2012.593a.661.661%200%201%200%20.935-.936a.661.661%200%200%200-.935.936m1.27%208.039a.662.662%200%201%200%20.936-.936a.662.662%200%200%200-.936.936m-6.963-2.831a.662.662%200%201%201-.935-.935a.662.662%200%200%201%20.936.935%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M12.053%206.72L9.98%204.648a3.08%203.08%200%200%200-4.35%200L4%206.278a3.08%203.08%200%200%200%200%204.35L6.373%2013A10.08%2010.08%200%200%200%208.87%2023.129A10.08%2010.08%200%200%200%2019%2025.627L21.372%2028a3.08%203.08%200%200%200%204.35%200l1.63-1.63a3.08%203.08%200%200%200%200-4.35l-2.073-2.073a10.085%2010.085%200%200%200-2.151-11.076a10.085%2010.085%200%200%200-11.076-2.15m-3.554-.592l1.656%201.656a10.15%2010.15%200%200%200-2.879%203.158L5.481%209.147a.984.984%200%200%201%200-1.389l1.63-1.63a.984.984%200%200%201%201.388%200m15.717%2015.717l1.656%201.656a.984.984%200%200%201%200%201.388l-1.63%201.63a.984.984%200%200%201-1.389%200l-1.795-1.795a10.15%2010.15%200%200%200%203.158-2.879%22%2F%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M24%2024c-4.418%204.418-11.582%204.418-16%200S3.582%2012.418%208%208s11.582-4.418%2016%200s4.418%2011.582%200%2016m-1.942-1.942A8.568%208.568%200%201%200%209.941%209.942a8.568%208.568%200%200%200%2012.117%2012.116%22%2F%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M16%2022.893c.764%200%201.583.335%202.285.117c.717-.234%201.17-.998%201.777-1.435c.608-.436%201.466-.64%201.91-1.24c.437-.592.36-1.481.593-2.198c.226-.694.811-1.357.811-2.137c0-.764-.585-1.442-.81-2.136c-.235-.718-.165-1.599-.593-2.2c-.437-.607-1.302-.802-1.91-1.239c-.593-.437-1.061-1.2-1.778-1.435c-.694-.226-1.505.117-2.285.117c-.764%200-1.583-.335-2.285-.117c-.717.234-1.17.998-1.777%201.435c-.609.437-1.466.64-1.91%201.24c-.437.592-.36%201.481-.593%202.199c-.226.694-.811%201.356-.811%202.136c0%20.764.585%201.443.81%202.137c.235.717.164%201.598.593%202.198c.437.608%201.302.803%201.91%201.24c.593.437%201.061%201.2%201.778%201.435c.71.226%201.52-.117%202.285-.117%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M15.26%2012.28a.63.63%200%200%201-.421.782l-2.292.686a.628.628%200%201%201-.36-1.204l2.292-.686c.332-.1.682.09.782.422m4.106%202.172a.63.63%200%200%201%20.52.72l-.382%202.363a.628.628%200%200%201-1.24-.2l.382-2.363a.63.63%200%200%201%20.72-.52m-4.339%206.018a.628.628%200%200%200%20.884-.893l-1.7-1.684a.628.628%200%200%200-.884.892z%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M17.053%2012.593a.661.661%200%201%200%20.935-.936a.661.661%200%200%200-.935.936m1.27%208.039a.662.662%200%201%200%20.936-.936a.662.662%200%200%200-.936.936m-6.963-2.831a.662.662%200%201%201-.935-.935a.662.662%200%200%201%20.936.935%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/shallow-pan-of-food.svg?color=%231a73e8&size=48