The Tabler arrow big right icon depicts a large, bold arrow pointing to the right, commonly used to indicate forward movement, continuation, or a primary action.
Common uses
- Next/Continue button
- Expand section
- Submit form
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBigRight } from '@tabler/icons-react';
<IconArrowBigRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowBigRight size={24} stroke={2} />filled
<IconArrowBigRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directioneastwestarrowbigrightpointernavigationflownavigatearrowsnext arrowforward arrowlarge right arroweast arrow
FAQ
- What is the arrow-big-right icon used for?
- It's typically used for primary actions, indicating progression, or directing users forward in a process.
- How do I use the arrow-big-right icon in React?
- Import it using `import { IconArrowBigRight } from '@tabler/icons-react';` and then use it as a component: `<IconArrowBigRight />`.
- What is the license for this icon?
- The Tabler icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →