The Tabler capture icon visually represents the act of taking a photo or recording a moment, commonly used in UI elements for camera functions, screenshots, or media recording.
Common uses
- Button to take a photo in a camera app.
- Icon for a screenshot tool.
- Action to record video or audio.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCapture } from '@tabler/icons-react';
<IconCapture size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCapture size={24} stroke={2} />filled
<IconCaptureFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- photophotographersharpencapturecontententertainmentmultimediabroadcastaudiomediacamerascreenshotrecord
FAQ
- What does the capture icon represent?
- It symbolizes the action of capturing an image or recording media, like taking a photo or a screenshot.
- How do I use the capture icon in React?
- You can import and use it directly with: import { IconCapture } from '@tabler/icons-react'. Then render it as <IconCapture />.
- What is the license for the Tabler capture icon?
- The Tabler icon library, including the capture 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 →