The HugeIcons arrow horizontal icon depicts a straight line with an arrowhead pointing to the right, commonly used to indicate direction, navigation, or a forward action in user interfaces.
Common uses
- Next button in a carousel
- Submit form button
- Link to external website
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowHorizontalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowHorizontalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- right arrownext iconforward arrowdirection icon
FAQ
- What is the ArrowHorizontalIcon used for?
- It's used to represent forward movement, direction to the right, or an action like submitting a form or proceeding to the next step.
- How do I use the ArrowHorizontalIcon in React?
- Import both HugeiconsIcon and ArrowHorizontalIcon, then render <HugeiconsIcon icon={ArrowHorizontalIcon} />.
- What is the license for this icon?
- The ArrowHorizontalIcon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →