The HugeIcons swipe right 07 icon depicts a rightward arrow with a slight curve, commonly used to indicate actions like proceeding to the next step, swiping to reveal content, or navigating forward.
Common uses
- Next step in a tutorial or onboarding flow
- Swiping to dismiss or reveal options
- Forward navigation in a carousel or slider
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SwipeRight07Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SwipeRight07Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- nextforwardarrow rightswipe
FAQ
- What does the swipe right 07 icon represent?
- This icon visually represents a directional cue for moving to the right, often implying progression or revealing hidden information.
- How do I use the SwipeRight07Icon in React?
- Import both HugeiconsIcon and SwipeRight07Icon, then render the icon using the HugeiconsIcon component with the icon prop: `<HugeiconsIcon icon={SwipeRight07Icon} />`.
- What is the license for this icon?
- The HugeIcons library, including the SwipeRight07Icon, is available 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 →