The HugeIcons arrow move up right icon depicts a diagonal arrow pointing upwards and to the right, commonly used to indicate an action that moves an item or content in that direction, such as uploading or advancing.
Common uses
- Upload button
- Next step indicator
- Navigate to a new section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowMoveUpRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowMoveUpRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diagonal arrowupload iconmove right iconnext icon
FAQ
- What is the ArrowMoveUpRightIcon used for?
- This icon represents movement in an upward and rightward direction. It's often used for actions like uploading files or indicating progression to the next stage.
- How do I use the ArrowMoveUpRightIcon in React?
- Import both HugeiconsIcon and ArrowMoveUpRightIcon, then render the icon using <HugeiconsIcon icon={ArrowMoveUpRightIcon} />.
- What is the license for this icon?
- The ArrowMoveUpRightIcon is part of the HugeIcons library and 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 →