The HugeIcons square arrow move left up icon depicts a square with an arrow pointing diagonally upwards and to the left, commonly used to indicate moving an item to a previous or higher-level position.
Common uses
- Navigate to a parent directory or previous screen
- Move an item to an archive or a higher priority list
- Indicate a 'go back' or 'undo' action in a hierarchical structure
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowMoveLeftUpIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowMoveLeftUpIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- move up leftprevious itemgo back iconarchive icon
FAQ
- What does the square arrow move left up icon represent?
- This icon represents moving something upwards and to the left, often used for navigation to a previous or parent state.
- How do I use the SquareArrowMoveLeftUpIcon in React?
- Import both HugeiconsIcon and SquareArrowMoveLeftUpIcon from their respective packages and render it using <HugeiconsIcon icon={SquareArrowMoveLeftUpIcon} />.
- What is the license for this icon?
- This icon 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 →