The Tabler circle arrow up icon depicts a circular arrow pointing upwards, commonly used to indicate returning to the top of a page or initiating an upward movement.
Common uses
- Scroll to top button
- Upload action
- Navigate to previous step
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleArrowUp } from '@tabler/icons-react';
<IconCircleArrowUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleArrowUp size={24} stroke={2} />filled
<IconCircleArrowUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- shapedirectionnorthtopcirclearrowpointerincreasenavigationflowarrowsupscroll to topback to topuploadreturn top
FAQ
- What is the purpose of the circle arrow up icon?
- It visually represents an action that moves content or the user upwards, such as returning to the top of a long page or indicating an upload process.
- How do I use this icon in React?
- You can import and use it directly with: import { IconCircleArrowUp } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including circle-arrow-up, 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 →