The Tabler device unknown icon depicts a generic device silhouette with a question mark, commonly used to represent an unrecognized or unspecified hardware device in a user interface.
Common uses
- Placeholder for a device that hasn't been identified yet.
- Indicating a system error related to hardware detection.
- Representing a generic or default device type.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDeviceUnknown } from '@tabler/icons-react';
<IconDeviceUnknown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDeviceUnknown size={24} stroke={2} />filled
<IconDeviceUnknownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- mysteryundefinedunclearunidentifieduncertainambiguousobscureunseenanonymousunspecifiedsystemdeviceunknownunidentified devicemystery hardwareunspecified system
FAQ
- What does the device unknown icon represent?
- It represents a device that is not recognized, identified, or specified. It's used when the exact type of hardware is unknown or uncertain.
- How do I use this icon in React?
- You can import and use it in your React application with the following statement: import { IconDeviceUnknown } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including device-unknown, are distributed 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 →