Applications Settings Linear Icon
<i class="cil-applications-settings"></i>About
The applications settings linear icon represents application configuration and settings management in web projects. Use this icon to indicate app preferences, configuration panels, or system settings. Perfect for admin dashboards, control panels, and application management interfaces built with HTML.
The linear style combines application grid with settings gear for clear semantic meaning while maintaining clarity at all screen sizes, making it ideal for settings menus in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
App Configuration
Access application-wide settings in your HTML admin panel
Preferences Menu
Navigate to user preferences and app configuration in your HTML dashboards
System Settings
Manage system-level application settings in your HTML control panels
Best Practices
- Place in accessible location like header or sidebar for easy access
- Use consistent placement across all app sections
- Consider permission checks before showing settings access
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-applications-settings"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.