Arrow Bottom Linear Icon
<i class="cil-arrow-bottom"></i>About
The arrow bottom linear icon indicates downward direction or action in web projects. Use this icon for dropdown menus, scroll indicators, sort descending actions, or downward navigation. Perfect for navigation systems, data tables, and expandable interfaces built with HTML.
The linear style provides clear directional indication while maintaining visual simplicity across all screen sizes, making it ideal for UI controls in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Dropdown Trigger
Indicate expandable dropdown menus in your HTML navigation
Sort Descending
Enable descending sort order in your HTML data tables
Scroll Indicator
Show more content available below in your HTML interfaces
Best Practices
- Animate rotation when expanding/collapsing for better UX
- Use consistent arrow direction across similar UI patterns
- Ensure sufficient click/tap target size on mobile
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-arrow-bottom"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.