The Phosphor device mobile camera icon depicts a mobile phone with a camera lens, commonly used to represent features related to mobile photography, video recording, or accessing the device's camera.
Common uses
- Button to open the device's camera app
- Icon for a photo gallery or media section
- Indicate a feature that uses the mobile camera
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DeviceMobileCamera } from '@phosphor-icons/react';
<DeviceMobileCamera size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DeviceMobileCamera size={24} />thin
<DeviceMobileCamera size={24} weight="thin" />light
<DeviceMobileCamera size={24} weight="light" />bold
<DeviceMobileCamera size={24} weight="bold" />fill
<DeviceMobileCamera size={24} weight="fill" />duotone
<DeviceMobileCamera size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- cellphonecellularobjectsdevicemobilecameracellphone camerasmartphone cameramobile photophone camera
FAQ
- What does the device mobile camera icon represent?
- It represents a mobile phone that has a camera, often used for features involving mobile photography or video.
- How do I use this icon in React?
- You can import and use it like this: import { DeviceMobileCamera } from '@phosphor-icons/react'. Then render it as a React component.
- What is the license for this icon?
- This icon is provided under the MIT license, which allows for free use in both personal and commercial projects.
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 →