Camera 2 Pixel Art Icon
An alternate camera icon for photo capture, camera switching, and image upload actions in mobile and web apps.
Tags
cameraphotocapturelenssnap
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Camera 2 icon
A second camera silhouette offering a slightly different lens or body shape compared to the primary camera icon. Use it when the base camera icon is already in use nearby and you need to represent a second camera source, such as a front-versus-back switch, or when the style simply fits better in your layout. It works equally well on a 'Take Photo' button, a camera settings panel, or an avatar upload trigger.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/camera-2.svg" width="24" height="24" alt="Camera 2" />
<!-- React -->
import { Camera2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="camera-2.svg" width="48" height="48" style="image-rendering: pixelated" />