The Tabler cpu off icon depicts a processor with a line through it, commonly used to represent a disabled, inactive, or powered-down computer processing unit in user interfaces.
Common uses
- Indicate a disabled or offline server.
- Show a computer that is shut down.
- Represent a component that is not currently functioning.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCpuOff } from '@tabler/icons-react';
<IconCpuOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- processorcomputerchiphardwaretechnologyelectroniccpuoffdisabledinactivedevicesprocessor offcomputer disabledchip inactivehardware offline
FAQ
- What does the cpu off icon represent?
- It signifies a processor or computer that is turned off, disabled, or inactive.
- How do I use this icon in React?
- Import it using `import { IconCpuOff } from '@tabler/icons-react'` and then use it as a component: `<IconCpuOff />`.
- What is the license for this icon?
- The Tabler icons, including cpu-off, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →