Action Redo Solid Icon
<i class="cis-action-redo"></i>About
The action redo solid icon is fundamental for implementing redo functionality in web projects. 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 HTML.
The solid style ensures clear directional indication while maintaining visual consistency across all screen sizes, making it ideal for toolbar buttons in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Editor Toolbar
Add redo functionality to text or code editors in your web project
Form History
Enable redo for form changes in your HTML form builders
Canvas Actions
Restore previously undone actions in graphic editors built with HTML
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 Icons in your project, you need to install the package as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-action-redo"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.