The HugeIcons circle arrow move up left icon depicts a circular arrow indicating movement or a return action towards the top-left direction, commonly used for navigation or undo functions.
Common uses
- Navigate to a previous screen or section.
- Initiate a 'go back' action.
- Indicate a refresh or reload from the top-left.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowMoveUpLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowMoveUpLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowundo iconreturn iconrefresh left
FAQ
- What does the circle arrow move up left icon represent?
- It signifies a circular movement or return path towards the upper-left. It's often used for navigation, undo, or refresh actions.
- How do I use the CircleArrowMoveUpLeftIcon in React?
- Import both HugeiconsIcon and CircleArrowMoveUpLeftIcon from their respective packages and render it using: <HugeiconsIcon icon={CircleArrowMoveUpLeftIcon} />.
- What is the license for this icon?
- This 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 →