The Tabler square rounded chevrons right icon depicts a series of nested right-pointing chevrons within a rounded square, commonly used to indicate advancing to the next step, section, or page.
Common uses
- Next page/section navigation
- Fast-forward or skip action
- Indicating progress through a multi-step process
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareRoundedChevronsRight } from '@tabler/icons-react';
<IconSquareRoundedChevronsRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareRoundedChevronsRight size={24} stroke={2} />filled
<IconSquareRoundedChevronsRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectioneastsquareroundedchevronsrightnavigationflowrectangulararrowsnext stepfast forwardskipadvance
FAQ
- What is the purpose of the square rounded chevrons right icon?
- This icon is typically used to represent actions like moving to the next item, advancing in a process, or fast-forwarding.
- How do I use the square rounded chevrons right icon in React?
- You can import and use it in React with: import { IconSquareRoundedChevronsRight } 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 →