The Tabler transition right icon depicts an arrow moving from left to right, commonly used to indicate moving to the next step, proceeding forward, or transitioning to a new section in a user interface.
Common uses
- Next step in a wizard or onboarding flow
- Navigate to a subsequent screen or page
- Indicate a forward progression in a timeline or process
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTransitionRight } from '@tabler/icons-react';
<IconTransitionRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTransitionRight size={24} stroke={2} />filled
<IconTransitionRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directioneastmovingtransitionrightnavigationflowmovementroutepatharrowsarrow rightnext arrowforward arroweast arrow
FAQ
- What is the purpose of the transition right icon?
- This icon visually represents movement or progression to the right, often used for 'next', 'forward', or 'continue' actions in UI.
- How do I use the transition right icon in React?
- You can import and use it in your React application with: `import { IconTransitionRight } from '@tabler/icons-react'`.
- What is the license for the Tabler transition right icon?
- The Tabler icons, including transition right, are 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 →