The Tabler circle arrow up right icon visually represents an upward and rightward direction, commonly used to indicate navigation, progress, or a link to a related item in the upper-right quadrant.
Common uses
- Link to a related section in the top-right corner.
- Indicate a 'go to top' or 'scroll up' action.
- Show a directional cue for a feature or update.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleArrowUpRight } from '@tabler/icons-react';
<IconCircleArrowUpRight size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleArrowUpRight size={24} stroke={2} />filled
<IconCircleArrowUpRightFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionnorthtopeastcirclearrowrightpointerincreasearrowsupnorth east arrowup and rightdiagonal arrowpointer up right
FAQ
- What is the purpose of the circle arrow up right icon?
- It signifies movement or direction towards the upper-right. It's often used for navigation, links, or indicating an upward trend.
- How do I use this icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconCircleArrowUpRight } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed 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 →