# CpuIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated cpu icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/cpu

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/cpu.json"
```

## Usage

```tsx
import { CpuIcon } from "@/components/icons/cpu";

export function Demo() {
  return <CpuIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- processor
- chip
- computer
- hardware
- central processing unit
- computing
- cores
- technology
- circuit
- memory
- ram
- specs
- gigahertz
- ghz

## Similar icons

- [CogIcon](https://lucide-animated.com/icons/cog.md)
- [LaptopMinimalCheckIcon](https://lucide-animated.com/icons/laptop-minimal-check.md)
