The HugeIcons circle arrow left right icon depicts a circular arrow pointing both left and right, commonly used to indicate a bidirectional or reversible action, such as toggling between two states or navigating back and forth.
Common uses
- Toggle between two settings
- Revert to previous state
- Bidirectional navigation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleArrowLeftRightIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleArrowLeftRightIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bidirectional arrowtoggle iconback and forth arrowreversible action
FAQ
- What does the circle arrow left right icon represent?
- This icon represents a reversible action or a toggle between two options, indicating that an operation can go in either direction.
- How do I use the CircleArrowLeftRightIcon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { CircleArrowLeftRightIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={CircleArrowLeftRightIcon} />.
- What is the license for this icon?
- This icon is available 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 →