The Lucide align end vertical icon visually represents aligning items to the end of a vertical axis, commonly used in flexbox layouts to position elements at the bottom.
Common uses
- Aligning buttons to the bottom of a card.
- Positioning form elements at the end of a vertical group.
- Justifying content to the bottom in a vertical flex container.
Use it in React
Install
npm i lucide-reactImport & render
import { AlignEndVertical } from 'lucide-react';
<AlignEndVertical size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- itemsrightflexjustifyalignendverticalvertical align bottomalign bottomflex end verticalbottom justify
FAQ
- What does the align-end-vertical icon represent?
- It signifies aligning elements to the end or bottom edge within a vertical layout context, often seen in CSS Flexbox.
- How do I use this icon in React?
- You can import and use it like this: `import { AlignEndVertical } from 'lucide-react'`. Then render it as a component: `<AlignEndVertical />`.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →