Upload Pixel Art Icon
An upward arrow from a base line for file upload buttons, send-to-server actions, and share-via-link controls.
Tags
sendexportsharearrow
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 Upload icon
An arrow pointing upward from a horizontal baseline, the conventional symbol for uploading content to a server or cloud. Use it on file upload buttons, 'share' controls that push content to a remote destination, and export actions that send data outward. It is distinct from external-link (which opens a URL in a new context) by its implication of a data transfer rather than navigation. Download icons use a downward arrow; this upward version is their direct counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/upload.svg" width="24" height="24" alt="Upload" />
<!-- React -->
import { Upload } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="upload.svg" width="48" height="48" style="image-rendering: pixelated" />