The HugeIcons circle arrow left 03 icon depicts a circular arrow pointing to the left, commonly used to indicate a 'back' or 'previous' action in user interfaces.
Common uses
- Navigate to the previous page
- Undo an action
- Return to a previous state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowLeft03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowLeft03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowpreviousundoreturn
FAQ
- What is the primary function of the circle arrow left 03 icon?
- This icon visually represents a backward movement or a return to a prior state, making it ideal for navigation controls like 'back' buttons.
- How do I use the CircleArrowLeft03Icon in a React project?
- Import it using `import { CircleArrowLeft03Icon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={CircleArrowLeft03Icon} />` after importing `HugeiconsIcon` from '@hugeicons/react'.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed under the MIT license.
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 →