cooking emoji
cooking from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- cooking
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 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 EmojicookingOpenMojicookingStreamline Emojis
More food & drink icons from Twitter Emoji
Use the cooking emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M34.238 27.931c-.704-.703-3.857-2.661-6.935-4.364A14.9 14.9 0 0 0 30 15c0-8.284-6.716-15-15-15C6.715 0 0 6.716 0 15s6.715 15 15 15c3.159 0 6.086-.981 8.504-2.649c1.705 3.081 3.666 6.24 4.37 6.944C29.288 35.709 31 36.002 32 36c1.177-.002 4.055-2.881 4-4c-.049-.999-.348-2.655-1.762-4.069"/><circle cx="15" cy="15" r="12" fill="#66757f"/><path fill="#f5f8fa" d="M16 25c4.863-1.533 4-5 4-9s4.001-6.708.334-9.75c-2.177-1.806-6.75-2.417-8.875-1.625C9.506 5.352 7 6.833 7 9.833s-.058 2.927-1.708 5.625C2.667 19.75 9.125 27.167 16 25"/><circle cx="13" cy="18" r="4" fill="#ffac33"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCooking(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="M34.238 27.931c-.704-.703-3.857-2.661-6.935-4.364A14.9 14.9 0 0 0 30 15c0-8.284-6.716-15-15-15C6.715 0 0 6.716 0 15s6.715 15 15 15c3.159 0 6.086-.981 8.504-2.649c1.705 3.081 3.666 6.24 4.37 6.944C29.288 35.709 31 36.002 32 36c1.177-.002 4.055-2.881 4-4c-.049-.999-.348-2.655-1.762-4.069"/><circle cx="15" cy="15" r="12" fill="#66757f"/><path fill="#f5f8fa" d="M16 25c4.863-1.533 4-5 4-9s4.001-6.708.334-9.75c-2.177-1.806-6.75-2.417-8.875-1.625C9.506 5.352 7 6.833 7 9.833s-.058 2.927-1.708 5.625C2.667 19.75 9.125 27.167 16 25"/><circle cx="13" cy="18" r="4" fill="#ffac33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M34.238 27.931c-.704-.703-3.857-2.661-6.935-4.364A14.9 14.9 0 0 0 30 15c0-8.284-6.716-15-15-15C6.715 0 0 6.716 0 15s6.715 15 15 15c3.159 0 6.086-.981 8.504-2.649c1.705 3.081 3.666 6.24 4.37 6.944C29.288 35.709 31 36.002 32 36c1.177-.002 4.055-2.881 4-4c-.049-.999-.348-2.655-1.762-4.069"/><circle cx="15" cy="15" r="12" fill="#66757f"/><path fill="#f5f8fa" d="M16 25c4.863-1.533 4-5 4-9s4.001-6.708.334-9.75c-2.177-1.806-6.75-2.417-8.875-1.625C9.506 5.352 7 6.833 7 9.833s-.058 2.927-1.708 5.625C2.667 19.75 9.125 27.167 16 25"/><circle cx="13" cy="18" r="4" fill="#ffac33"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M34.238%2027.931c-.704-.703-3.857-2.661-6.935-4.364A14.9%2014.9%200%200%200%2030%2015c0-8.284-6.716-15-15-15C6.715%200%200%206.716%200%2015s6.715%2015%2015%2015c3.159%200%206.086-.981%208.504-2.649c1.705%203.081%203.666%206.24%204.37%206.944C29.288%2035.709%2031%2036.002%2032%2036c1.177-.002%204.055-2.881%204-4c-.049-.999-.348-2.655-1.762-4.069%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2212%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M16%2025c4.863-1.533%204-5%204-9s4.001-6.708.334-9.75c-2.177-1.806-6.75-2.417-8.875-1.625C9.506%205.352%207%206.833%207%209.833s-.058%202.927-1.708%205.625C2.667%2019.75%209.125%2027.167%2016%2025%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%23ffac33%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%22M34.238%2027.931c-.704-.703-3.857-2.661-6.935-4.364A14.9%2014.9%200%200%200%2030%2015c0-8.284-6.716-15-15-15C6.715%200%200%206.716%200%2015s6.715%2015%2015%2015c3.159%200%206.086-.981%208.504-2.649c1.705%203.081%203.666%206.24%204.37%206.944C29.288%2035.709%2031%2036.002%2032%2036c1.177-.002%204.055-2.881%204-4c-.049-.999-.348-2.655-1.762-4.069%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2212%22%20fill%3D%22%2366757f%22%2F%3E%3Cpath%20fill%3D%22%23f5f8fa%22%20d%3D%22M16%2025c4.863-1.533%204-5%204-9s4.001-6.708.334-9.75c-2.177-1.806-6.75-2.417-8.875-1.625C9.506%205.352%207%206.833%207%209.833s-.058%202.927-1.708%205.625C2.667%2019.75%209.125%2027.167%2016%2025%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2218%22%20r%3D%224%22%20fill%3D%22%23ffac33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/cooking.svg?color=%231a73e8&size=48