The HugeIcons between vertical end icon depicts two vertical bars with one positioned at the bottom edge, commonly used to represent alignment or distribution of elements at the end of a vertical space.
Common uses
- Aligning content to the bottom of a container
- Indicating the end of a vertical list or sequence
- Representing bottom justification in layout settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BetweenVerticalEndIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BetweenVerticalEndIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bottom alignvertical endjustify bottombottom bar
FAQ
- What does the 'between vertical end' icon represent?
- This icon visually signifies alignment or positioning at the bottom edge of a vertical space, often used for layout or justification controls.
- How do I use the BetweenVerticalEndIcon in React?
- Import it using `import { BetweenVerticalEndIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={BetweenVerticalEndIcon} />`.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →