Apps Linear Icon
<i class="cil-apps"></i>About
The apps linear icon represents application grid or module collection in web projects. Use this icon to indicate app menus, module navigation, or feature launchers. Perfect for dashboards, admin panels, and multi-feature platforms built with HTML.
The linear style provides clean grid-based visual representation while maintaining scalability across all screen sizes, making it ideal for navigation and launcher elements in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Feature Launcher
Display all available features or modules in your web project
App Grid Menu
Create grid-based navigation for multi-module HTML platforms
Dashboard Widget Selector
Allow users to add widgets or apps to HTML dashboards
Best Practices
- Use grid layout for displaying apps when icon is clicked
- Organize apps by category or frequency of use
- Provide visual feedback on hover and active states
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/iconsUsing yarn
yarn add @coreui/iconsUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cil-apps"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.