Applications Duotone Icon for React
<CIcon icon={cidApplications} />About
The applications duotone icon represents multiple applications or app launcher functionality in React applications. Use this icon to indicate app menus, application switchers, or module launchers. Perfect for admin panels, dashboards, and platforms managing multiple applications built with React.
The duotone style provides clear grid-based visual representation while maintaining scalability across all screen sizes, making it ideal for navigation elements in both desktop and mobile React applications. This icon integrates seamlessly with CoreUI’s React component library.
Common Use Cases
App Launcher
Create application launcher menus in your React dashboard
Module Switcher
Enable switching between different modules in React platforms
Quick Access Menu
Provide quick access to all apps in React admin panels
Best Practices
- Use in primary navigation for consistent app access patterns
- Consider dropdown or modal for displaying available applications
- Provide search functionality when managing many applications
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-reactUsing yarn
yarn add @coreui/icons-pro @coreui/icons-reactUsage
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 { cidApplications } from '@coreui/icons-pro';
<CIcon icon={cidApplications} />Read the full CoreUI React Icon component documentation to see the complete API and integration guide.