The HugeIcons backward 01 icon depicts a left-pointing arrow, commonly used to indicate moving to a previous item, page, or state.
Common uses
- Navigate to the previous page in a pagination system.
- Rewind media playback.
- Go back to the previous step in a multi-step form.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Backward01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Backward01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- previousbackrewindleft arrow
FAQ
- What is the backward 01 icon used for?
- It's typically used for navigation elements that signify going back or to a previous item, such as previous page buttons or rewind controls.
- How do I use the Backward01Icon in React?
- Import both HugeiconsIcon and Backward01Icon, then render the icon using the prop: <HugeiconsIcon icon={Backward01Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-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 →