Arrow Thick From Bottom Linear Icon for Angular
<svg [cIcon]="icons.cilArrowThickFromBottom"></svg>About
The arrow thick from bottom linear icon represents upward movement originating from bottom in Angular applications. 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 Angular.
The linear 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 Angular applications. This icon integrates seamlessly with CoreUI’s Angular component library.
Common Use Cases
File Upload
Upload files from local device in your Angular application
Data Import
Import data from external sources into Angular systems
Content Submission
Submit user-generated content in Angular 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 Angular Icons in your project, you need to install it as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons @coreui/icons-angularUsing yarn
yarn add @coreui/icons @coreui/icons-angularUsage
Once you have the package installed, you can import and use the icons in your Angular project. Here's a basic example:
import { IconModule } from '@coreui/icons-angular';
import { cilArrowThickFromBottom } from '@coreui/icons';
// In your component template:
<svg [cIcon]="icons.cilArrowThickFromBottom"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.