Camera Plus Pixel Art Icon
A camera with a plus sign for adding a photo, uploading an image, or creating a new camera roll entry.
Tags
cameraphotocapturelenssnapplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Camera Plus icon
A camera body with a small plus badge attached, pointing clearly at a creation or addition action. Place it on an 'Add Photo' button in a profile editor, a media library upload trigger, or a 'New Post' button that opens the camera. The plus removes ambiguity between viewing existing photos and adding a new one. When the intent is to delete or cancel a photo action, camera-x carries the destructive meaning instead.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/camera-plus.svg" width="24" height="24" alt="Camera Plus" />
<!-- React -->
import { CameraPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="camera-plus.svg" width="48" height="48" style="image-rendering: pixelated" />