The Phosphor camera slash icon visually represents a disabled or unavailable camera, commonly used to indicate that camera functionality is turned off or inaccessible.
Common uses
- Disabling camera input in a video call.
- Showing camera access is denied.
- Indicating a feature requires camera permission.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CameraSlash } from '@phosphor-icons/react';
<CameraSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CameraSlash size={24} />thin
<CameraSlash size={24} weight="thin" />light
<CameraSlash size={24} weight="light" />bold
<CameraSlash size={24} weight="bold" />fill
<CameraSlash size={24} weight="fill" />duotone
<CameraSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- photographypictureslensdisabledmediasystemcameraslashno cameracamera offcamera disabledprivate camera
FAQ
- What does the camera slash icon signify?
- It signifies that a camera is disabled, unavailable, or its functionality is restricted.
- How do I use this icon in React?
- Import it using `import { CameraSlash } from '@phosphor-icons/react'` and render it as a React component.
- What is the license for this icon?
- The Phosphor icon set, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →