The HugeIcons arrow move down right icon visually represents a directional movement towards the bottom-right, commonly used to indicate actions like scrolling down and to the right, or navigating to a related section in that direction.
Common uses
- Scrolling down and right on a page
- Navigating to a related content area below and to the right
- Indicating a download or export action to a lower-right destination
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowMoveDownRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowMoveDownRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diagonal down rightscroll down rightmove southeastdownload arrow
FAQ
- What does the arrow move down right icon signify?
- This icon signifies a directional movement towards the bottom-right. It's often used for actions like scrolling, navigation, or indicating a destination in that direction.
- How do I use the ArrowMoveDownRightIcon in React?
- Import both HugeiconsIcon and ArrowMoveDownRightIcon from their respective packages and render the icon using the <HugeiconsIcon icon={ArrowMoveDownRightIcon} /> component.
- 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 →