The HugeIcons move left icon depicts a leftward-pointing arrow, commonly used to indicate navigation backward, returning to a previous state, or moving an element to the left.
Common uses
- Navigate back to the previous page
- Move selected items to the left column
- Collapse a sidebar menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoveLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoveLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- previousbackarrow leftprev
FAQ
- What is the MoveLeftIcon used for?
- It's used to represent actions like going back, moving items left, or collapsing elements.
- How do I use MoveLeftIcon in React?
- Import both HugeiconsIcon and MoveLeftIcon, then render <HugeiconsIcon icon={MoveLeftIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed 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 →