The HugeIcons link forward icon visually represents the action of moving to another page or resource, commonly used to indicate navigation or external links.
Common uses
- Navigating to the next step in a wizard
- Linking to an external website
- Proceeding to a new section of content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LinkForwardIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LinkForwardIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- nextforwardarrow rightexternal link
FAQ
- What does the LinkForward icon represent?
- It signifies moving forward, often to a new page, resource, or the next step in a process.
- How do I use the LinkForward icon in React?
- Import it as `import { LinkForwardIcon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={LinkForwardIcon} />`.
- What is the license for this icon?
- The HugeIcons library, including the LinkForward icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.