The HugeIcons link backward icon visually represents returning to a previous location or step, commonly used for navigation elements like 'back' buttons.
Common uses
- Go back to the previous page
- Navigate to a prior step in a wizard
- Return to a parent directory or section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LinkBackwardIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LinkBackwardIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back iconprevious iconreturn iconundo navigation
FAQ
- What is the LinkBackwardIcon used for?
- It's used to indicate moving back to a previous state or location in a user interface, such as a back button.
- How do I use the LinkBackwardIcon in React?
- Import both HugeiconsIcon and LinkBackwardIcon, then render it using <HugeiconsIcon icon={LinkBackwardIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.