The Tabler arrow big right line icon depicts a large, distinct arrow pointing to the right, commonly used to indicate forward progression, continuation, or a call to action to move in that direction.
Common uses
- Next page navigation button
- Submit form action
- Expand section indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowBigRightLine } from '@tabler/icons-react';
<IconArrowBigRightLine size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowBigRightLine size={24} stroke={2} />filled
<IconArrowBigRightLineFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directioneastwestarrowbigrightlinepointernavigationflowarrowsnext arrowforward iconright pointereast arrow
FAQ
- What is the purpose of the arrow-big-right-line icon?
- This icon signifies movement or direction to the right, often used for 'next', 'forward', or 'continue' actions in user interfaces.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconArrowBigRightLine } from '@tabler/icons-react'
- 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 →