The Heroicons cpu chip icon depicts a microchip and is commonly used to represent processing power, hardware, or technical settings.
Common uses
- Hardware settings page
- Processor information panel
- Technical support section
Use it in React
Install
npm i @heroicons/reactImport & render
import { CpuChipIcon } from '@heroicons/react/24/outline';
<CpuChipIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<CpuChipIcon className="size-6" />24/solid
<CpuChipIcon className="size-6" />20/solid
<CpuChipIcon className="size-6" />16/solid
<CpuChipIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cpuchipmicrochipprocessorcomputer chiphardware
FAQ
- What does the cpu chip icon represent?
- It represents a microchip, often used for hardware, processing, or technical configurations.
- How do I use the cpu chip icon in React?
- Import it from Heroicons like this: import { CpuChipIcon } from '@heroicons/react/24/outline'. Then use it as a React component: <CpuChipIcon className="h-6 w-6" />.
- What is the license for Heroicons?
- Heroicons are available under the MIT license, allowing for free commercial and non-commercial use.
Looking for something else? Search Heroicons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →