The Tabler swipe up icon visually represents the action of swiping upwards on a screen, commonly used to indicate scrolling, revealing content, or triggering an action.
Common uses
- Scroll down a page
- Expand a collapsed section
- Trigger a 'next step' action
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSwipeUp } from '@tabler/icons-react';
<IconSwipeUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSwipeUp size={24} stroke={2} />filled
<IconSwipeUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- gestureswipeupward-swipescroll-upslide-uptouch-gesturescreen-swipegesture-controlinteractionuser-swipearrowsupupward gesturescroll gesturetouch scrollslide up
FAQ
- What does the swipe up icon represent?
- It signifies a user's upward swipe gesture on a touch interface, often used for navigation or interaction.
- How do I use the swipe up icon in React?
- Import it using `import { IconSwipeUp } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for the Tabler swipe up icon?
- The Tabler icon library, including the swipe up icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →