The HugeIcons between horizontal end icon visually represents content aligned to the right side of a container, often used to indicate the end of a list or a right-aligned action.
Common uses
- Right-aligning text or elements
- Indicating the end of a scrollable area
- Signifying a 'next' or 'forward' action in a sequence
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BetweenHorizontalEndIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BetweenHorizontalEndIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- align rightend alignright justifytrailing
FAQ
- What does the 'between horizontal end' icon represent?
- This icon depicts elements or content positioned towards the right edge of a horizontal space, commonly signifying the end or right alignment.
- How do I use this icon in a React project?
- Import the icon and use it with the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { BetweenHorizontalEndIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={BetweenHorizontalEndIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
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 →