Arrow Thick From Bottom Solid Icon
<i class="cis-arrow-thick-from-bottom"></i>About
The arrow thick from bottom solid icon represents upward movement originating from bottom in web projects. Use this icon for upload actions, import functionality, or content submission from bottom source. Perfect for file upload interfaces, data import tools, and form submission buttons built with HTML.
The solid style provides thick stroke with base emphasis for clear upload/import metaphor while maintaining clarity at all screen sizes, making it ideal for action buttons in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
File Upload
Upload files from local device in your web project
Data Import
Import data from external sources into HTML systems
Content Submission
Submit user-generated content in your HTML platforms
Best Practices
- Use for upload/import actions originating from external sources
- Provide clear feedback during file upload process
- Show supported file types or size limits near upload button
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/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-arrow-thick-from-bottom"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.