Next.js starter your AI actually understands. Ship internal tools in days not weeks. Pre-order $199 $499 → [Get it now]

Action Redo Duotone Icon for React

About

The action redo duotone icon is fundamental for implementing redo functionality in React applications. Use this icon in text editors, graphic design tools, form builders, or any interface requiring action history management. Perfect for productivity apps, content management systems, and creative tools built with React.

The duotone style ensures clear directional indication while maintaining visual consistency across all screen sizes, making it ideal for toolbar buttons in both desktop and mobile React applications. This icon integrates seamlessly with CoreUI’s React component library.

Common Use Cases

Editor Toolbar

Add redo functionality to text or code editors in your React application

Form History

Enable redo for form changes in React form builders

Canvas Actions

Restore previously undone actions in graphic editors built with React

Best Practices

  • Disable redo icon when redo stack is empty for clear state indication
  • Use keyboard shortcut (Ctrl+Y or Cmd+Shift+Z) alongside icon
  • Group with undo icon for intuitive action history controls

Installation

To start using CoreUI React Icons in your project, you need to install it as a dependency. Follow the instructions below based on your package manager of choice:

Using npm

npm install @coreui/icons-pro @coreui/icons-react

Using yarn

yarn add @coreui/icons-pro @coreui/icons-react

Usage

Once you have the package installed, you can import and use the icons in your React project. Here's a basic example:

import { CIcon } from '@coreui/icons-react';
import { cidActionRedo } from '@coreui/icons-pro';

<CIcon icon={cidActionRedo} />

Read the full CoreUI React Icon component documentation to see the complete API and integration guide.

Other icons in category: Interface