The HugeIcons align box top right icon visually represents aligning an element to the top-right corner of its container, commonly used for positioning controls or content.
Common uses
- Aligning a modal close button
- Positioning a notification badge
- Placing a dropdown menu trigger
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AlignBoxTopRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AlignBoxTopRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- top right alignalign right topposition top rightbox align right top
FAQ
- What is the purpose of the align box top right icon?
- This icon signifies the action or state of aligning an object to the top-right position within a defined area.
- How do I use this icon in a React application?
- Import both HugeiconsIcon and AlignBoxTopRightIcon, then render it using <HugeiconsIcon icon={AlignBoxTopRightIcon} />.
- 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 →