The Phosphor device tablet icon depicts a tablet computer, commonly used in UI to represent tablet devices, tablet-specific settings, or mobile-first design concepts.
Common uses
- Representing tablet hardware in a list of devices.
- Settings section for tablet-specific options.
- Indicating a responsive design view for tablets.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DeviceTablet } from '@phosphor-icons/react';
<DeviceTablet size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DeviceTablet size={24} />thin
<DeviceTablet size={24} weight="thin" />light
<DeviceTablet size={24} weight="light" />bold
<DeviceTablet size={24} weight="bold" />fill
<DeviceTablet size={24} weight="fill" />duotone
<DeviceTablet size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- cellphonecellularipadphabletobjectsdevicetabletmobile device
FAQ
- What does the device tablet icon represent?
- It visually represents a tablet computer, often used for hardware representation or tablet-related functionalities in user interfaces.
- How do I use the device tablet icon in React?
- You can import and use it like this: `import { DeviceTablet } from '@phosphor-icons/react';`
- What is the license for this icon?
- The Phosphor icon library, including the device tablet icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.