The Tabler transition top icon depicts an arrow moving upwards, commonly used to indicate a transition to a higher level, a return to the top, or upward movement in a UI.
Common uses
- Scroll to top button
- Navigate to parent section
- Indicate upward data flow
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTransitionTop } from '@tabler/icons-react';
<IconTransitionTop size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTransitionTop size={24} stroke={2} />filled
<IconTransitionTopFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionnorthupmovingtransitiontopnavigationflowmovementroutearrowsarrow upgo to topupward arrowmove up
FAQ
- What is the transition top icon used for?
- It visually represents upward movement, returning to the top of a page, or transitioning to a higher level in a hierarchy.
- How do I use the transition top icon in React?
- You can import and use it like this: import { IconTransitionTop } from '@tabler/icons-react'. Then render it as <IconTransitionTop />.
- What is the license for this icon?
- The Tabler icon library, including the transition top icon, is released 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 →