Undo Pixel Art Icon
An undo icon for reverting the most recent 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 Undo icon
A curved arrow curling counterclockwise or to the left, the standard symbol for undoing the last action. It appears in the toolbar of virtually every text editor, drawing application, and form with editable history. Always pair it with the redo icon so users can navigate backward and forward through their action history. Undo is almost universally keyboard-shortcutted to Ctrl+Z; showing it prominently reassures users that mistakes are recoverable.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/undo.svg" width="24" height="24" alt="Undo" />
<!-- React -->
import { Undo } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="undo.svg" width="48" height="48" style="image-rendering: pixelated" />