The HugeIcons square arrow right 01 icon depicts a square with an arrow pointing to the right, commonly used to indicate navigation to the next step, external links, or forward progression.
Common uses
- Proceed to the next page or step in a wizard.
- Link to an external website.
- Indicate a 'next' action in a carousel or slider.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowRight01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowRight01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- next arrowforward iconexternal link iconnavigate right
FAQ
- What does the square arrow right 01 icon represent?
- It represents moving forward, navigating to the next item, or indicating an external link.
- How do I use the SquareArrowRight01Icon in React?
- Import it using `import { SquareArrowRight01Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={SquareArrowRight01Icon} />`.
- What is the license for this icon?
- This icon is available 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 →