Image Plus Pixel Art Icon
An image-plus icon for uploading photos, adding pictures to a field, and attaching images in compose or edit flows.
Tags
imagepicturephotojpgpngplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Image Plus icon
The base image icon with a plus sign, the go-to choice for any 'Add Photo' or 'Upload Image' action. It appears in profile editors, post composers, product listing forms, and anywhere a user needs to attach a picture. Its visual language is unambiguous: add an image. For removing an attached image, image-minus or image-x covers the inverse actions depending on whether the action is soft removal or outright cancellation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image-plus.svg" width="24" height="24" alt="Image Plus" />
<!-- React -->
import { ImagePlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image-plus.svg" width="48" height="48" style="image-rendering: pixelated" />