The Phosphor camera icon depicts a camera, commonly used in UIs to represent features related to photography, video recording, or accessing the device's camera.
Common uses
- Open camera app
- Record video button
- Photo gallery access
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Camera } from '@phosphor-icons/react';
<Camera size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Camera size={24} />thin
<Camera size={24} weight="thin" />light
<Camera size={24} weight="light" />bold
<Camera size={24} weight="bold" />fill
<Camera size={24} weight="fill" />duotone
<Camera size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- photographypictureslensmediasystemobjectscameravideo
FAQ
- What is the camera icon used for?
- It visually represents camera-related functions, such as taking photos, recording videos, or accessing media capture features.
- How do I use the camera icon in React?
- Import it from the library like so: import { Camera } from '@phosphor-icons/react'. Then use it as a React component: <Camera size={32} />.
- What is the license for the Phosphor camera icon?
- The Phosphor icon library, including the camera 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 →