Apps Settings Linear Icon
<i class="cil-apps-settings"></i>About
The apps settings linear icon represents application and module configuration in web projects. Use this icon to indicate app-specific settings, module preferences, or feature configuration. Perfect for admin panels, dashboards, and multi-app management systems built with HTML.
The linear style combines app grid with configuration elements for clear semantic meaning while maintaining clarity at all screen sizes, making it ideal for settings access points in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Module Configuration
Access module-specific settings in your HTML platform
App Preferences
Navigate to individual app configuration in your HTML dashboards
Feature Settings
Manage feature-level preferences in your HTML admin panels
Best Practices
- Clearly distinguish from global settings icon
- Use tooltips to indicate which app/module settings will be accessed
- Consider role-based access control for settings visibility
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-settings"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.