Redo Pixel Art Icon
A redo icon for re-applying the last undone action in text editors, design tools, and history-aware applications.
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 Redo icon
A curved arrow curling clockwise or to the right, the standard symbol for 'redo': re-apply an action that was previously undone. It appears in the edit toolbar of virtually every text editor, design tool, and content management system. Always pair it with the undo icon so users can navigate their action history in both directions. Redo is often keyboard-shortcutted to Ctrl+Y or Ctrl+Shift+Z; showing the icon alongside that hint reinforces discoverability.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/redo.svg" width="24" height="24" alt="Redo" />
<!-- React -->
import { Redo } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="redo.svg" width="48" height="48" style="image-rendering: pixelated" />