Microchip Pixel Art Icon
A microchip icon for embedded systems, IoT hardware, firmware settings, and circuit-level development tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Microchip icon
A small chip with a package outline and pins, representing embedded microcontrollers and integrated circuits rather than general-purpose CPUs. It fits firmware development environments, IoT device dashboards, and hardware product pages that focus on small embedded processors. For AI-optimized chips, ai-cpu is the more specific option; for general compute power in a server or desktop context, the plain cpu icon reads more broadly. Microchip is most at home wherever the hardware is physically tiny and purpose-built.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/microchip.svg" width="24" height="24" alt="Microchip" />
<!-- React -->
import { Microchip } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="microchip.svg" width="48" height="48" style="image-rendering: pixelated" />