The HugeIcons arrow up right 02 icon depicts an arrow pointing diagonally upwards and to the right, commonly used to indicate an external link or a call to action that leads to a new destination.
Common uses
- External link indicator
- "Learn more" button
- Navigation to a new section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUpRight02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUpRight02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- external link iconnew tab iconoutbound linkdiagonal arrow
FAQ
- What is the purpose of the arrow up right 02 icon?
- This icon signifies movement or direction towards the upper right. It's often used for external links or to draw attention to a call to action.
- How do I use the ArrowUpRight02Icon in React?
- Import both HugeiconsIcon and ArrowUpRight02Icon from their respective packages and render the icon using the <HugeiconsIcon icon={ArrowUpRight02Icon} /> component.
- What is the license for this icon?
- The HugeIcons arrow up right 02 icon is distributed 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 →