The Tabler live view icon depicts a camera pointed at a screen, commonly used to represent features like live streaming, camera previews, or real-time location tracking in user interfaces.
Common uses
- Live camera feed display
- Real-time location map marker
- Preview window for camera input
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLiveView } from '@tabler/icons-react';
<IconLiveView size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLiveView size={24} stroke={2} />filled
<IconLiveViewFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- camerapreviewphotoliveviewlocationnavigationgeographyplacepositionmapcamera previewstreaming iconmap cameralive feed
FAQ
- What does the live view icon represent?
- It symbolizes a live camera feed or preview, often used for features showing real-time visual information or location.
- How do I use this icon in React?
- Import it using `import { IconLiveView } from '@tabler/icons-react';` and then use it as a component: `<IconLiveView />`.
- What is the license for this icon?
- The Tabler icons, including live view, are available 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 →