The Tabler swipe down icon visually represents a downward swipe gesture, commonly used to indicate actions like refreshing content, revealing hidden menus, or scrolling down a page.
Common uses
- Pull-to-refresh on mobile lists
- Expanding a collapsed section
- Scrolling down a long document
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSwipeDown } from '@tabler/icons-react';
<IconSwipeDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSwipeDown size={24} stroke={2} />filled
<IconSwipeDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- gestureswipedownward-swipescroll-downslide-downtouch-gesturescreen-swipegesture-controlinteractionuser-swipearrowsdownscroll downpull to refreshdown gestureslide down
FAQ
- What does the swipe down icon represent?
- It signifies a downward swipe motion, often used for actions like refreshing, scrolling, or revealing content.
- How do I use this icon in React?
- Import it using `import { IconSwipeDown } from '@tabler/icons-react';` and then render the component.
- What is the license for this icon?
- The Tabler icon library, including the swipe down icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.