Cpu Pixel Art Icon
A CPU chip icon for processor settings, hardware specs, performance monitors, and system information panels.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cpu icon
A square chip with pins around its edges, the conventional symbol for a central processing unit. System information panels, performance monitors, and hardware comparison tables use it to label CPU-related metrics like usage percentage, temperature, or model name. In cloud and server interfaces it represents compute capacity. For chips specifically optimized for AI, the ai-cpu icon adds that context; the plain cpu is the right choice when the processor handles general-purpose computation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cpu.svg" width="24" height="24" alt="Cpu" />
<!-- React -->
import { Cpu } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cpu.svg" width="48" height="48" style="image-rendering: pixelated" />