The HugeIcons previous icon depicts a left-pointing arrow, commonly used to navigate to the preceding item in a sequence, such as a previous page, slide, or track.
Common uses
- Previous page navigation
- Back button in a wizard
- Previous track in media player
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PreviousIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PreviousIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- backrewindarrow leftprev
FAQ
- What is the purpose of the previous icon?
- It indicates moving backward in a sequence or to a prior state. This is often used for pagination, carousels, or undo actions.
- How do I use the PreviousIcon in React?
- Import both HugeiconsIcon and PreviousIcon, then render <HugeiconsIcon icon={PreviousIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons previous icon is available under the MIT license, allowing for free commercial and non-commercial use.
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 →