The HugeIcons direction right 01 icon depicts a rightward-pointing arrow, commonly used to indicate forward movement, navigation to the next item, or confirmation.
Common uses
- Next page/item navigation
- Submit/confirm action
- Link to external resource
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DirectionRight01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DirectionRight01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrow rightnextforwardchevron right
FAQ
- What is the purpose of the direction right 01 icon?
- This icon signifies moving forward, proceeding to the next step, or indicating a direction to the right. It's often used for navigation or confirmation actions.
- How do I use the DirectionRight01Icon in React?
- Import both HugeiconsIcon and DirectionRight01Icon, then render the icon using the DirectionRight01Icon component as the 'icon' prop: <HugeiconsIcon icon={DirectionRight01Icon} />.
- What is the license for this icon?
- The DirectionRight01Icon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.