The Tabler device tv icon depicts a television screen, commonly used in UIs to represent media playback, entertainment options, or device-related settings.
Common uses
- Button to play or stream media
- Link to a TV or entertainment section
- Setting for display or output device
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDeviceTv } from '@tabler/icons-react';
<IconDeviceTv size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDeviceTv size={24} stroke={2} />filled
<IconDeviceTvFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- screendisplaymoviefilmwatchaudiovideomediadevicehardwaredevicestvtelevisionmonitor
FAQ
- What is the device tv icon for?
- This icon represents a television or screen, suitable for indicating media, entertainment, or display-related functions in a user interface.
- How do I use the device tv icon in React?
- Import the icon component using `import { IconDeviceTv } from '@tabler/icons-react';` and then use it as `<IconDeviceTv />` in your JSX.
- What is the license for this icon?
- The Tabler icons, including device-tv, are available under the MIT license, allowing for free usage in both personal and commercial projects.
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 →