pot of food emoji
pot-of-food from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- pot-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 pot 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="M13.037 34.816C.794 33.013 1 20.719 1 17h34c0 1.914.087 15.77-13.125 17.918c-2.042.332-6.458.249-8.838-.102"/><path fill="#66757f" d="M33.388 13.247c2.467-5.574-8.331-5.254-11.035-4.382A38 38 0 0 0 18 8.611c-9.389 0-17 3.228-17 8.444c0 1.009.291 1.979.818 2.891c-4.327 5.712 4.246 6.786 9.184 5.71c2.136.537 4.5.844 6.998.844c9.389 0 17-4.229 17-9.444c0-1.43-.589-2.704-1.612-3.809"/><ellipse cx="18" cy="18" fill="#ffcc4d" rx="15" ry="7"/><path fill="#77b255" d="M4 16c-.542-2.169 2-6 7-5c1-1 2.838-2 6-2c2 0 5.612 1.775 4 5c-1 2-5 5-10 3c-1 1-6 3-7-1"/><path fill="#5c913b" d="M12 17c-.249.036-.471.073-.678.111C16.17 18.857 20.022 15.956 21 14c1.078-2.156-.181-3.66-1.731-4.423c.394 1.822-1.128 6.546-7.269 7.423"/><path fill="#d99e82" d="M5 16c.525-1.313 5-3 10 3c1 1 4.586 1.586 6 3c1 1 0 2-4 2S3 21 5 16"/><path fill="#b27962" d="M6.041 20.018C8.589 22.561 14.231 24 17 24c4 0 5-1 4-2c-.326-.326-.77-.607-1.268-.86c-3.204 1.733-11.68-.144-13.691-1.122"/><path fill="#ffe8b6" d="M27 19.001c-.209 0-.423-.034-.633-.104l-3-1a2 2 0 0 1 1.265-3.795l3 1A2 2 0 0 1 27 19.001M26 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPotOfFood(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="M13.037 34.816C.794 33.013 1 20.719 1 17h34c0 1.914.087 15.77-13.125 17.918c-2.042.332-6.458.249-8.838-.102"/><path fill="#66757f" d="M33.388 13.247c2.467-5.574-8.331-5.254-11.035-4.382A38 38 0 0 0 18 8.611c-9.389 0-17 3.228-17 8.444c0 1.009.291 1.979.818 2.891c-4.327 5.712 4.246 6.786 9.184 5.71c2.136.537 4.5.844 6.998.844c9.389 0 17-4.229 17-9.444c0-1.43-.589-2.704-1.612-3.809"/><ellipse cx="18" cy="18" fill="#ffcc4d" rx="15" ry="7"/><path fill="#77b255" d="M4 16c-.542-2.169 2-6 7-5c1-1 2.838-2 6-2c2 0 5.612 1.775 4 5c-1 2-5 5-10 3c-1 1-6 3-7-1"/><path fill="#5c913b" d="M12 17c-.249.036-.471.073-.678.111C16.17 18.857 20.022 15.956 21 14c1.078-2.156-.181-3.66-1.731-4.423c.394 1.822-1.128 6.546-7.269 7.423"/><path fill="#d99e82" d="M5 16c.525-1.313 5-3 10 3c1 1 4.586 1.586 6 3c1 1 0 2-4 2S3 21 5 16"/><path fill="#b27962" d="M6.041 20.018C8.589 22.561 14.231 24 17 24c4 0 5-1 4-2c-.326-.326-.77-.607-1.268-.86c-3.204 1.733-11.68-.144-13.691-1.122"/><path fill="#ffe8b6" d="M27 19.001c-.209 0-.423-.034-.633-.104l-3-1a2 2 0 0 1 1.265-3.795l3 1A2 2 0 0 1 27 19.001M26 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M13.037 34.816C.794 33.013 1 20.719 1 17h34c0 1.914.087 15.77-13.125 17.918c-2.042.332-6.458.249-8.838-.102"/><path fill="#66757f" d="M33.388 13.247c2.467-5.574-8.331-5.254-11.035-4.382A38 38 0 0 0 18 8.611c-9.389 0-17 3.228-17 8.444c0 1.009.291 1.979.818 2.891c-4.327 5.712 4.246 6.786 9.184 5.71c2.136.537 4.5.844 6.998.844c9.389 0 17-4.229 17-9.444c0-1.43-.589-2.704-1.612-3.809"/><ellipse cx="18" cy="18" fill="#ffcc4d" rx="15" ry="7"/><path fill="#77b255" d="M4 16c-.542-2.169 2-6 7-5c1-1 2.838-2 6-2c2 0 5.612 1.775 4 5c-1 2-5 5-10 3c-1 1-6 3-7-1"/><path fill="#5c913b" d="M12 17c-.249.036-.471.073-.678.111C16.17 18.857 20.022 15.956 21 14c1.078-2.156-.181-3.66-1.731-4.423c.394 1.822-1.128 6.546-7.269 7.423"/><path fill="#d99e82" d="M5 16c.525-1.313 5-3 10 3c1 1 4.586 1.586 6 3c1 1 0 2-4 2S3 21 5 16"/><path fill="#b27962" d="M6.041 20.018C8.589 22.561 14.231 24 17 24c4 0 5-1 4-2c-.326-.326-.77-.607-1.268-.86c-3.204 1.733-11.68-.144-13.691-1.122"/><path fill="#ffe8b6" d="M27 19.001c-.209 0-.423-.034-.633-.104l-3-1a2 2 0 0 1 1.265-3.795l3 1A2 2 0 0 1 27 19.001M26 22h-2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M13.037%2034.816C.794%2033.013%201%2020.719%201%2017h34c0%201.914.087%2015.77-13.125%2017.918c-2.042.332-6.458.249-8.838-.102%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M33.388%2013.247c2.467-5.574-8.331-5.254-11.035-4.382A38%2038%200%200%200%2018%208.611c-9.389%200-17%203.228-17%208.444c0%201.009.291%201.979.818%202.891c-4.327%205.712%204.246%206.786%209.184%205.71c2.136.537%204.5.844%206.998.844c9.389%200%2017-4.229%2017-9.444c0-1.43-.589-2.704-1.612-3.809%22%2F%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2218%22%20fill%3D%22%23ffcc4d%22%20rx%3D%2215%22%20ry%3D%227%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M4%2016c-.542-2.169%202-6%207-5c1-1%202.838-2%206-2c2%200%205.612%201.775%204%205c-1%202-5%205-10%203c-1%201-6%203-7-1%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M12%2017c-.249.036-.471.073-.678.111C16.17%2018.857%2020.022%2015.956%2021%2014c1.078-2.156-.181-3.66-1.731-4.423c.394%201.822-1.128%206.546-7.269%207.423%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M5%2016c.525-1.313%205-3%2010%203c1%201%204.586%201.586%206%203c1%201%200%202-4%202S3%2021%205%2016%22%2F%3E%3Cpath%20fill%3D%22%23b27962%22%20d%3D%22M6.041%2020.018C8.589%2022.561%2014.231%2024%2017%2024c4%200%205-1%204-2c-.326-.326-.77-.607-1.268-.86c-3.204%201.733-11.68-.144-13.691-1.122%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M27%2019.001c-.209%200-.423-.034-.633-.104l-3-1a2%202%200%200%201%201.265-3.795l3%201A2%202%200%200%201%2027%2019.001M26%2022h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%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%22M13.037%2034.816C.794%2033.013%201%2020.719%201%2017h34c0%201.914.087%2015.77-13.125%2017.918c-2.042.332-6.458.249-8.838-.102%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M33.388%2013.247c2.467-5.574-8.331-5.254-11.035-4.382A38%2038%200%200%200%2018%208.611c-9.389%200-17%203.228-17%208.444c0%201.009.291%201.979.818%202.891c-4.327%205.712%204.246%206.786%209.184%205.71c2.136.537%204.5.844%206.998.844c9.389%200%2017-4.229%2017-9.444c0-1.43-.589-2.704-1.612-3.809%22%2F%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%2218%22%20fill%3D%22%23ffcc4d%22%20rx%3D%2215%22%20ry%3D%227%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M4%2016c-.542-2.169%202-6%207-5c1-1%202.838-2%206-2c2%200%205.612%201.775%204%205c-1%202-5%205-10%203c-1%201-6%203-7-1%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M12%2017c-.249.036-.471.073-.678.111C16.17%2018.857%2020.022%2015.956%2021%2014c1.078-2.156-.181-3.66-1.731-4.423c.394%201.822-1.128%206.546-7.269%207.423%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M5%2016c.525-1.313%205-3%2010%203c1%201%204.586%201.586%206%203c1%201%200%202-4%202S3%2021%205%2016%22%2F%3E%3Cpath%20fill%3D%22%23b27962%22%20d%3D%22M6.041%2020.018C8.589%2022.561%2014.231%2024%2017%2024c4%200%205-1%204-2c-.326-.326-.77-.607-1.268-.86c-3.204%201.733-11.68-.144-13.691-1.122%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M27%2019.001c-.209%200-.423-.034-.633-.104l-3-1a2%202%200%200%201%201.265-3.795l3%201A2%202%200%200%201%2027%2019.001M26%2022h-2a1%201%200%201%201%200-2h2a1%201%200%201%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pot-of-food.svg?color=%231a73e8&size=48