The Lucide between vertical end icon visually represents distributing vertical space between elements, often used to indicate adding or inserting content at the end of a vertical arrangement.
Common uses
- Inserting a new row in a table.
- Adding a block below existing content.
- Distributing vertical space in a list.
Use it in React
Install
npm i lucide-reactImport & render
import { BetweenVerticalEnd } from 'lucide-react';
<BetweenVerticalEnd size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- insertaddtopslotsqueezespaceverticalgridtablecolumnscellsdataenterentryentriesblocks
FAQ
- What does the 'between vertical end' icon represent?
- It depicts elements with space between them, specifically emphasizing distribution at the end of a vertical layout, often for insertion actions.
- How do I use this icon in React?
- You can import and use it like this: import { BetweenVerticalEnd } from 'lucide-react'. Then, render it as a component: <BetweenVerticalEnd />.
- What is the license for this icon?
- The Lucide icon library, including this icon, is available under the ISC 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 →