Controls

Stroke width2px
Size120px
Animated
Speed
undobackrevertactionedithistory

Undo

Animated undo SVG icon for React and Next.js. Represents undoing actions, reverting changes, and stepping back in edit history with a reverse-arc animation.

import Undo from "cssvg-icons/undo";

export default function App() {
  return (
    <Undo
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Undo or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant