redoforwardrepeatactionedithistory
Redo
Animated redo SVG icon for React and Next.js. Represents redo actions, reapplying changes, and moving forward in edit history with a forward-arc animation.
import Redo from "cssvg-icons/redo";
export default function App() {
return (
<Redo
color="#ffffff"
strokeWidth={2}
size={120}
/>
);
}Missing something?
Need a variant of Redo or a different style? Open a GitHub issue and we'll add it to the queue.
Request a variant