Switch Camera Pixel Art Icon
A switch-camera icon for toggling between front and rear cameras in mobile photo, video, and video-call applications.
Tags
switchcameraphotocapturelenssnap
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Switch Camera icon
A camera outline with an encircling or attached rotation arrow, the standard mobile symbol for 'flip to the other camera.' Photo apps, video-call platforms, and QR scanners all use it to toggle between the device's front-facing and rear-facing lenses. It is a specialized compound icon: the camera element names the device, and the rotation arrow names the action. In desktop contexts where there is typically only one camera, this icon is rarely needed.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/switch-camera.svg" width="24" height="24" alt="Switch Camera" />
<!-- React -->
import { SwitchCamera } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="switch-camera.svg" width="48" height="48" style="image-rendering: pixelated" />