Loading 3 Pixel Art Icon
The third frame of the loading spinner, for animating a 'busy' or buffering indicator 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 3 icon
The third frame in the loading set, the arc advanced another step around the ring. Play the loading through loading-5 frames in order for a rotating wait animation, or use one on its own as a static 'processing' marker. It reassures the user that work is in progress. For a spoke-burst look, reach for spinner instead.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/loading-3.svg" width="24" height="24" alt="Loading 3" />
<!-- React -->
import { Loading3 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="loading-3.svg" width="48" height="48" style="image-rendering: pixelated" />