Pixelarticons

Reload Pixel Art Icon

A reload arrow for retrying an action, refreshing a component, or restarting a process that has stalled or errored.

arrows Free 2 variants

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 Reload icon

A curved arrow indicating a restart or reload of a specific component or action, slightly more targeted than a full-page refresh icon. Use it on error states to offer 'reload this section', on media players that have stalled, or on an API call retry button. Because reload and refresh look similar, context (or a label) helps users understand whether the whole page or just a component will update when they click.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/reload.svg" width="24" height="24" alt="Reload" />

<!-- React -->
import { Reload } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="reload.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons