Loading Pixel Art Icon
A loading-spinner icon (first frame) for buffering states, progress indicators, and 'please wait' feedback while content loads.
Tags
loadingspinnerwaitprogress
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Loading icon
A partial ring, the opening frame of a loading spinner. Cycle it through loading-2 to loading-5 to animate a rotating 'busy' indicator, or use a single frame as a static wait marker. It signals that the app is fetching or processing and the user should wait. For a symmetrical burst-style busy state, spinner is an alternative.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/loading.svg" width="24" height="24" alt="Loading" />
<!-- React -->
import { Loading } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="loading.svg" width="48" height="48" style="image-rendering: pixelated" />