The HugeIcons curvy left direction icon visually represents a curved arrow pointing to the left, commonly used to indicate navigation back, previous actions, or a return path in user interfaces.
Common uses
- Back button in navigation bars
- Previous step in a wizard
- Return to previous screen
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CurvyLeftDirectionIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CurvyLeftDirectionIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- back arrowpreviousreturncurved left
FAQ
- What is the purpose of the curvy left direction icon?
- This icon signifies a leftward movement, often used for navigation like going back or returning to a previous state.
- How do I use the CurvyLeftDirectionIcon in React?
- Import both HugeiconsIcon and CurvyLeftDirectionIcon, then render it using <HugeiconsIcon icon={CurvyLeftDirectionIcon} />.
- What is the license for this icon?
- The CurvyLeftDirectionIcon 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 →