The HugeIcons circle arrow vertical icon depicts a circular arrow pointing upwards, commonly used to indicate actions like refreshing, reloading, or cycling through vertical options.
Common uses
- Refresh data or content
- Cycle through vertical settings
- Indicate a full page reload
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowVerticalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowVerticalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- refresh iconreload iconvertical cycleupdate icon
FAQ
- What is the purpose of the Circle Arrow Vertical icon?
- This icon typically signifies a refresh or reload action, often used for updating content or cycling through vertical options in a user interface.
- How do I use the Circle Arrow Vertical icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { CircleArrowVerticalIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={CircleArrowVerticalIcon} />.
- What is the license for this icon?
- The Circle Arrow Vertical icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →