The Lucide circle arrow up icon depicts an arrow pointing upwards within a circle, commonly used to indicate an action to move content or the view upwards, such as scrolling to the top.
Common uses
- Scroll to top button
- Navigate to the beginning of a list
- Indicate an upward movement or increase
Use it in React
Install
npm i lucide-reactImport & render
import { CircleArrowUp } from 'lucide-react';
<CircleArrowUp size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- forwarddirectionnorthsignbuttoncirclearrowupscroll to toparrow up circleback to topupward arrow
FAQ
- What does the circle arrow up icon represent?
- It represents an upward direction or movement, often used for actions like scrolling to the top of a page or section.
- How do I use the circle arrow up icon in React?
- You can import and use it like this: import { CircleArrowUp } from 'lucide-react'; <CircleArrowUp />.
- What is the license for this icon?
- The Lucide icon library, including the circle arrow up icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →