The HugeIcons next icon depicts a right-pointing arrow, commonly used to indicate moving to the next item, page, or step in a sequence.
Common uses
- Next page button
- Advance to next step in a wizard
- Next track in media player
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NextIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NextIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- forwardarrow rightcontinueright arrow
FAQ
- What does the 'next' icon represent?
- It represents progression or moving forward, typically to the next item in a list or series.
- How do I use the NextIcon in React?
- Import both HugeiconsIcon and NextIcon from their respective packages and render <HugeiconsIcon icon={NextIcon} />.
- 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.
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 →