Microwave Pixel Art Icon
A microwave oven icon for kitchen appliance stores, recipe apps, smart-home controls and food-prep instructions.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Microwave icon
A countertop microwave oven with a door and control panel. Kitchen appliance retailers use it to label the microwaves category; recipe apps show it on cooking steps that call for microwave heating; smart-home platforms include it when a connected microwave is part of the kitchen device list. It suits food-prep instructional content as a visual cue for 'heat in microwave.' For broader kitchen contexts, a pot or stove icon reads more generically; microwave is precise to the appliance.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/microwave.svg" width="24" height="24" alt="Microwave" />
<!-- React -->
import { Microwave } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="microwave.svg" width="48" height="48" style="image-rendering: pixelated" />