The HugeIcons swipe up 06 icon depicts a finger performing a swipe-up gesture, commonly used to indicate an action that reveals more content or navigates upwards.
Common uses
- Revealing hidden menus or panels
- Scrolling to the top of a page
- Initiating a pull-up action for more options
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SwipeUp06Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SwipeUp06Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pull upscroll upgesture upupward swipe
FAQ
- What does the swipe up 06 icon represent?
- It represents a user performing a swipe-up gesture, often used to trigger an upward action or reveal content.
- How do I use the SwipeUp06Icon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { SwipeUp06Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={SwipeUp06Icon} />.
- What is the license for this icon?
- This icon is provided 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 →