pot of food emoji

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

Name
pot-of-food
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 pot of food emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29z"/><path fill="#d0cfce" d="M49 36c0 16.016-4 29-13 29c16.017 0 29-12.984 29-29z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29zm0-10.859l7 7M29.043 7.846a4.95 4.95 0 0 0 1.42 3.084a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07M34.57 7.036c-.1 1.398.362 2.826 1.43 3.894A5 5 0 0 1 36 18a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07m4.01-24.857a4.97 4.97 0 0 0 1.454 3.647a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPotOfFood(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="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29z"/><path fill="#d0cfce" d="M49 36c0 16.016-4 29-13 29c16.017 0 29-12.984 29-29z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29zm0-10.859l7 7M29.043 7.846a4.95 4.95 0 0 0 1.42 3.084a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07M34.57 7.036c-.1 1.398.362 2.826 1.43 3.894A5 5 0 0 1 36 18a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07m4.01-24.857a4.97 4.97 0 0 0 1.454 3.647a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29z"/><path fill="#d0cfce" d="M49 36c0 16.016-4 29-13 29c16.017 0 29-12.984 29-29z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7 36c0 16.017 12.983 29 29 29s29-12.983 29-29zm0-10.859l7 7M29.043 7.846a4.95 4.95 0 0 0 1.42 3.084a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07M34.57 7.036c-.1 1.398.362 2.826 1.43 3.894A5 5 0 0 1 36 18a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07m4.01-24.857a4.97 4.97 0 0 0 1.454 3.647a5 5 0 0 1 0 7.07a5 5 0 0 0 0 7.07a5 5 0 0 1 0 7.07"/></svg>
</template>

CSS

.icon-pot-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%2036c0%2016.017%2012.983%2029%2029%2029s29-12.983%2029-29z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M49%2036c0%2016.016-4%2029-13%2029c16.017%200%2029-12.984%2029-29z%22%2F%3E%3Cpath%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%20d%3D%22M7%2036c0%2016.017%2012.983%2029%2029%2029s29-12.983%2029-29zm0-10.859l7%207M29.043%207.846a4.95%204.95%200%200%200%201.42%203.084a5%205%200%200%201%200%207.07a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07M34.57%207.036c-.1%201.398.362%202.826%201.43%203.894A5%205%200%200%201%2036%2018a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07m4.01-24.857a4.97%204.97%200%200%200%201.454%203.647a5%205%200%200%201%200%207.07a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%2036c0%2016.017%2012.983%2029%2029%2029s29-12.983%2029-29z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M49%2036c0%2016.016-4%2029-13%2029c16.017%200%2029-12.984%2029-29z%22%2F%3E%3Cpath%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%20d%3D%22M7%2036c0%2016.017%2012.983%2029%2029%2029s29-12.983%2029-29zm0-10.859l7%207M29.043%207.846a4.95%204.95%200%200%200%201.42%203.084a5%205%200%200%201%200%207.07a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07M34.57%207.036c-.1%201.398.362%202.826%201.43%203.894A5%205%200%200%201%2036%2018a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07m4.01-24.857a4.97%204.97%200%200%200%201.454%203.647a5%205%200%200%201%200%207.07a5%205%200%200%200%200%207.07a5%205%200%200%201%200%207.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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