cooking emoji
cooking from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- cooking
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
cookingEmoji One (Colored)cookingFluent EmojicookingFluent Emoji FlatcookingFluent Emoji High ContrastcookingFirefox OS EmojicookingIconParkcookingIconPark OutlinecookingIconPark SolidcookingIconPark TwoTonecookingMaterial SymbolscookingMaterial Symbols LightcookingNoto EmojicookingStreamline EmojiscookingTwitter Emoji
More food drink icons from OpenMoji
Use the cooking emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path fill="#d0cfce" d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><path fill="#fff" d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853c-.004-.09-.02-.175-.026-.264a10 10 0 0 0-.128-1.078q-.066-.36-.154-.71q-.04-.16-.082-.317a10 10 0 0 0-.302-.883l-.035-.096a10 10 0 0 0-3.515-4.42a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48c-.113.075-.219.163-.33.244l-.037.026l-.049.04a10 10 0 0 0-.606.493l-.076.067q-.297.268-.575.559l-.036.04A9.95 9.95 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 1.718-.158l.104-.016a10 10 0 0 0 1.996-.585a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/><circle cx="36" cy="35.875" r="5" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><circle cx="36" cy="35.875" r="5"/><path d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853l-.015-.03a9.98 9.98 0 0 0-4.227-7.738a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48A9.99 9.99 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 3.818-.759a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCooking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path fill="#d0cfce" d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><path fill="#fff" d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853c-.004-.09-.02-.175-.026-.264a10 10 0 0 0-.128-1.078q-.066-.36-.154-.71q-.04-.16-.082-.317a10 10 0 0 0-.302-.883l-.035-.096a10 10 0 0 0-3.515-4.42a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48c-.113.075-.219.163-.33.244l-.037.026l-.049.04a10 10 0 0 0-.606.493l-.076.067q-.297.268-.575.559l-.036.04A9.95 9.95 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 1.718-.158l.104-.016a10 10 0 0 0 1.996-.585a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/><circle cx="36" cy="35.875" r="5" fill="#fcea2b"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><circle cx="36" cy="35.875" r="5"/><path d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853l-.015-.03a9.98 9.98 0 0 0-4.227-7.738a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48A9.99 9.99 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 3.818-.759a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path fill="#d0cfce" d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><path fill="#fff" d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853c-.004-.09-.02-.175-.026-.264a10 10 0 0 0-.128-1.078q-.066-.36-.154-.71q-.04-.16-.082-.317a10 10 0 0 0-.302-.883l-.035-.096a10 10 0 0 0-3.515-4.42a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48c-.113.075-.219.163-.33.244l-.037.026l-.049.04a10 10 0 0 0-.606.493l-.076.067q-.297.268-.575.559l-.036.04A9.95 9.95 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 1.718-.158l.104-.016a10 10 0 0 0 1.996-.585a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/><circle cx="36" cy="35.875" r="5" fill="#fcea2b"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M61.879 5.879L50.135 17.862a23.2 23.2 0 0 1 4.002 4.003L66.12 10.121a3 3 0 1 0-4.24-4.241"/><path d="M54.137 21.865a23 23 0 0 0-4.002-4.003A22.9 22.9 0 0 0 36 13c-12.703 0-23 10.298-23 23s10.297 23 23 23s23-10.298 23-23a22.9 22.9 0 0 0-4.863-14.135"/><circle cx="36" cy="35.875" r="5"/><path d="M47.225 37.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853l-.015-.03a9.98 9.98 0 0 0-4.227-7.738a2.1 2.1 0 0 1-.767-1.594a5.003 5.003 0 0 0-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277 1.114-.683 1.48A9.99 9.99 0 0 0 25.959 36c0 5.523 4.477 10 10 10a10 10 0 0 0 3.818-.759a1.99 1.99 0 0 1 1.764.356c.06.047.125.091.18.147l-.008.01A4.96 4.96 0 0 0 45 47a5 5 0 0 0 5-5c0-1.958-1.137-3.632-2.775-4.45"/></g></svg> </template>
CSS
.icon-cooking {
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%239b9b9a%22%20d%3D%22M61.879%205.879L50.135%2017.862a23.2%2023.2%200%200%201%204.002%204.003L66.12%2010.121a3%203%200%201%200-4.24-4.241%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M54.137%2021.865a23%2023%200%200%200-4.002-4.003A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.298-23%2023s10.297%2023%2023%2023s23-10.298%2023-23a22.9%2022.9%200%200%200-4.863-14.135%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M47.225%2037.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853c-.004-.09-.02-.175-.026-.264a10%2010%200%200%200-.128-1.078q-.066-.36-.154-.71q-.04-.16-.082-.317a10%2010%200%200%200-.302-.883l-.035-.096a10%2010%200%200%200-3.515-4.42a2.1%202.1%200%200%201-.767-1.594a5.003%205.003%200%200%200-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277%201.114-.683%201.48c-.113.075-.219.163-.33.244l-.037.026l-.049.04a10%2010%200%200%200-.606.493l-.076.067q-.297.268-.575.559l-.036.04A9.95%209.95%200%200%200%2025.959%2036c0%205.523%204.477%2010%2010%2010a10%2010%200%200%200%201.718-.158l.104-.016a10%2010%200%200%200%201.996-.585a1.99%201.99%200%200%201%201.764.356c.06.047.125.091.18.147l-.008.01A4.96%204.96%200%200%200%2045%2047a5%205%200%200%200%205-5c0-1.958-1.137-3.632-2.775-4.45%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.875%22%20r%3D%225%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M61.879%205.879L50.135%2017.862a23.2%2023.2%200%200%201%204.002%204.003L66.12%2010.121a3%203%200%201%200-4.24-4.241%22%2F%3E%3Cpath%20d%3D%22M54.137%2021.865a23%2023%200%200%200-4.002-4.003A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.298-23%2023s10.297%2023%2023%2023s23-10.298%2023-23a22.9%2022.9%200%200%200-4.863-14.135%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.875%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M47.225%2037.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853l-.015-.03a9.98%209.98%200%200%200-4.227-7.738a2.1%202.1%200%200%201-.767-1.594a5.003%205.003%200%200%200-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277%201.114-.683%201.48A9.99%209.99%200%200%200%2025.959%2036c0%205.523%204.477%2010%2010%2010a10%2010%200%200%200%203.818-.759a1.99%201.99%200%200%201%201.764.356c.06.047.125.091.18.147l-.008.01A4.96%204.96%200%200%200%2045%2047a5%205%200%200%200%205-5c0-1.958-1.137-3.632-2.775-4.45%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M61.879%205.879L50.135%2017.862a23.2%2023.2%200%200%201%204.002%204.003L66.12%2010.121a3%203%200%201%200-4.24-4.241%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M54.137%2021.865a23%2023%200%200%200-4.002-4.003A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.298-23%2023s10.297%2023%2023%2023s23-10.298%2023-23a22.9%2022.9%200%200%200-4.863-14.135%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M47.225%2037.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853c-.004-.09-.02-.175-.026-.264a10%2010%200%200%200-.128-1.078q-.066-.36-.154-.71q-.04-.16-.082-.317a10%2010%200%200%200-.302-.883l-.035-.096a10%2010%200%200%200-3.515-4.42a2.1%202.1%200%200%201-.767-1.594a5.003%205.003%200%200%200-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277%201.114-.683%201.48c-.113.075-.219.163-.33.244l-.037.026l-.049.04a10%2010%200%200%200-.606.493l-.076.067q-.297.268-.575.559l-.036.04A9.95%209.95%200%200%200%2025.959%2036c0%205.523%204.477%2010%2010%2010a10%2010%200%200%200%201.718-.158l.104-.016a10%2010%200%200%200%201.996-.585a1.99%201.99%200%200%201%201.764.356c.06.047.125.091.18.147l-.008.01A4.96%204.96%200%200%200%2045%2047a5%205%200%200%200%205-5c0-1.958-1.137-3.632-2.775-4.45%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.875%22%20r%3D%225%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M61.879%205.879L50.135%2017.862a23.2%2023.2%200%200%201%204.002%204.003L66.12%2010.121a3%203%200%201%200-4.24-4.241%22%2F%3E%3Cpath%20d%3D%22M54.137%2021.865a23%2023%200%200%200-4.002-4.003A22.9%2022.9%200%200%200%2036%2013c-12.703%200-23%2010.298-23%2023s10.297%2023%2023%2023s23-10.298%2023-23a22.9%2022.9%200%200%200-4.863-14.135%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.875%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M47.225%2037.55q-.108-.053-.217-.102c-.634-.336-1.057-1.087-1.057-1.853l-.015-.03a9.98%209.98%200%200%200-4.227-7.738a2.1%202.1%200%200%201-.767-1.594a5.003%205.003%200%200%200-9.75-.605c-.051.178-.119.41-.134.596c-.05.591-.277%201.114-.683%201.48A9.99%209.99%200%200%200%2025.959%2036c0%205.523%204.477%2010%2010%2010a10%2010%200%200%200%203.818-.759a1.99%201.99%200%200%201%201.764.356c.06.047.125.091.18.147l-.008.01A4.96%204.96%200%200%200%2045%2047a5%205%200%200%200%205-5c0-1.958-1.137-3.632-2.775-4.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/cooking.svg?color=%231a73e8&size=48