The HugeIcons circle arrow left 02 icon depicts a circular arrow pointing to the left, commonly used to indicate a 'back' or 'previous' action in user interfaces.
Common uses
- Navigating to the previous page
- Reverting to a prior state
- Going back in a multi-step process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowLeft02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowLeft02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowprevious iconleft circular arrowreturn icon
FAQ
- What is the primary function of the circle arrow left 02 icon?
- This icon's primary function is to represent a 'back' or 'previous' action, guiding users to a prior state or page.
- How do I use the CircleArrowLeft02Icon in a React project?
- Import the icon and use it with the HugeiconsIcon component like this: import { HugeiconsIcon } from '@hugeicons/react'; import { CircleArrowLeft02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={CircleArrowLeft02Icon} />.
- What is the license for this icon?
- The HugeIcons circle arrow left 02 icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.