Cooking Pot Pixel Art Icon
A cooking pot icon for recipe apps, meal-planning tools, kitchen-equipment stores and food-category filters.
Tags
cookingpot
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cooking Pot icon
A round pot with a lid and two handles, the symbol of home cooking and kitchen preparation. Use it in a recipe app's cooking-method filter, a meal-plan app's dinner-preparation step, a kitchen-equipment product category, or a food-delivery app's 'Home-cooked' or 'Comfort food' section. For specific appliance categories like slow cookers or pressure cookers, a label alongside the icon prevents ambiguity. It contrasts with a frying pan icon when a design needs to distinguish cooking methods.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cooking-pot.svg" width="24" height="24" alt="Cooking Pot" />
<!-- React -->
import { CookingPot } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cooking-pot.svg" width="48" height="48" style="image-rendering: pixelated" />