The Lucide camera off icon visually represents a disabled or turned-off camera, commonly used in interfaces to indicate that video or photo capture is currently inactive.
Common uses
- Muting video calls
- Disabling webcam access
- Indicating unavailable recording
Use it in React
Install
npm i lucide-reactImport & render
import { CameraOff } from 'lucide-react';
<CameraOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- photowebcamvideocameraoffno cameravideo offwebcam disabledmute video
FAQ
- What does the camera off icon signify?
- It signifies that a camera is turned off or disabled. This is useful for indicating when video recording or capture is not possible or not active.
- How do I use the camera off icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { CameraOff } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including the camera off icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →