The HugeIcons square arrow move left down icon visually represents an action of moving an item or data downwards and to the left, commonly used for navigation or data transfer operations.
Common uses
- Moving items to a 'previous' or 'archive' section.
- Indicating a downward data stream or export.
- Navigating to a previous step or state in a workflow.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowMoveLeftDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowMoveLeftDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- move down leftarrow down leftprevious actionexport down
FAQ
- What does the Square Arrow Move Left Down icon represent?
- It signifies an action of moving something downwards and to the left, often used for navigation or data movement.
- How do I use this icon in React?
- Import it using `import { SquareArrowMoveLeftDownIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={SquareArrowMoveLeftDownIcon} />`.
- What is the license for this icon?
- 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 →