Image New Pixel Art Icon
An image-new icon for creating fresh image records, initializing empty photo slots, and starting new visual content.
Tags
imagepicturephotojpgpngnew
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Image New icon
An image icon marked with a 'new' indicator, signaling the creation of a blank or fresh image entry rather than uploading an existing file. It suits a design tool's 'New Image Layer' button, a content management system's 'New Image Block' action, or a photo editor's new-canvas trigger. Where image-plus implies attaching something that already exists, image-new leans toward creating from scratch.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image-new.svg" width="24" height="24" alt="Image New" />
<!-- React -->
import { ImageNew } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image-new.svg" width="48" height="48" style="image-rendering: pixelated" />