The HugeIcons swipe left 03 icon depicts a leftward arrow with a slight curve, commonly used to indicate actions like swiping to navigate content, dismiss items, or reveal hidden options.
Common uses
- Swipe to reveal next page
- Dismiss notification
- Navigate carousel
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SwipeLeft03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SwipeLeft03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrow leftnext pageswipe gestureprevious
FAQ
- What does the swipe left 03 icon represent?
- This icon represents a directional gesture, specifically a swipe or slide to the left. It's often used to signify moving to the next item, dismissing content, or accessing hidden menus.
- How do I use the SwipeLeft03Icon in a React project?
- Import the icon component and then render it using the HugeiconsIcon wrapper. The import statement is: import { HugeiconsIcon } from '@hugeicons/react'; import { SwipeLeft03Icon } from '@hugeicons/core-free-icons'; and you render it as <HugeiconsIcon icon={SwipeLeft03Icon} />.
- What is the license for this icon?
- The HugeIcons swipe left 03 icon is distributed under the MIT license, which allows 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 →