The HugeIcons arrow move up left icon depicts a diagonal arrow pointing towards the top-left, commonly used to indicate moving an item or content in that direction.
Common uses
- Moving items to a previous step in a workflow
- Navigating to a parent directory or higher level
- Reordering elements upwards and to the left
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowMoveUpLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowMoveUpLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- diagonal up leftmove backprevious steparrow up-left
FAQ
- What does the ArrowMoveUpLeftIcon represent?
- This icon represents a directional movement towards the upper-left quadrant. It's often used for actions like moving items back, navigating to a previous state, or indicating a hierarchical ascent.
- How do I use the ArrowMoveUpLeftIcon in a React project?
- To use it in React, first import the icon: `import { ArrowMoveUpLeftIcon } from '@hugeicons/core-free-icons';`. Then, render it using the `HugeiconsIcon` component: `<HugeiconsIcon icon={ArrowMoveUpLeftIcon} />`.
- What is the license for HugeIcons?
- The HugeIcons icon library, including the ArrowMoveUpLeftIcon, is available under the MIT license, allowing for free usage 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 →