The HugeIcons reflex icon depicts a stylized, curved arrow, often used to represent actions like undo, rewind, or returning to a previous state.
Common uses
- Undo last action button
- Back navigation arrow
- Replay or rewind control
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ReflexIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ReflexIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- undo iconback arrow iconrewind iconreturn icon
FAQ
- What does the reflex icon represent?
- The reflex icon symbolizes a return or reversal, commonly used for undo, back, or rewind functions in user interfaces.
- How do I use the ReflexIcon in React?
- Import both HugeiconsIcon and ReflexIcon, then render <HugeiconsIcon icon={ReflexIcon} />.
- What is the license for this icon?
- The HugeIcons reflex icon is available under the MIT license.
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 →