The Heroicons computer desktop icon depicts a classic desktop computer monitor and is commonly used to represent settings, system information, or a primary workstation interface.
Common uses
- System settings menu
- Computer hardware section
- Workstation management dashboard
Use it in React
Install
npm i @heroicons/reactImport & render
import { ComputerDesktopIcon } from '@heroicons/react/24/outline';
<ComputerDesktopIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ComputerDesktopIcon className="size-6" />24/solid
<ComputerDesktopIcon className="size-6" />20/solid
<ComputerDesktopIcon className="size-6" />16/solid
<ComputerDesktopIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- computerdesktopdesktop computermonitorpcworkstation
FAQ
- What does the computer desktop icon represent?
- It represents a desktop computer, often used for system settings or primary computer interfaces.
- How do I use this icon in React?
- Import it using `import { ComputerDesktopIcon } from '@heroicons/react/24/outline'` and use it as a component.
- What is the license for this icon?
- The Heroicons library, including this icon, is available under the MIT license.
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 →