The Tabler dual screen icon visually represents two screens side-by-side, commonly used in UI to signify features related to multi-monitor setups, split-screen functionality, or extended displays.
Common uses
- Multi-monitor settings toggle
- Split-screen layout option
- Extended desktop indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDualScreen } from '@tabler/icons-react';
<IconDualScreen size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDualScreen size={24} stroke={2} />filled
<IconDualScreenFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- displaymonitorinterfaceviewmultitasksplitsetupextendpanelscreendevicesdualtwo screenssplit viewdual monitorextended display
FAQ
- What does the dual screen icon represent?
- It depicts two screens arranged together, typically used for concepts like dual monitors, split views, or extended displays in user interfaces.
- How do I use this icon in React?
- You can import and use it directly with the following statement: import { IconDualScreen } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including the dual screen icon, is 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 →