The Tabler swipe left icon visually represents the action of swiping towards the left, commonly used to indicate navigation, dismissal, or revealing hidden content.
Common uses
- Navigating to the previous item in a carousel.
- Dismissing a notification or card.
- Revealing secondary actions on a list item.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSwipeLeft } from '@tabler/icons-react';
<IconSwipeLeft size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSwipeLeft size={24} stroke={2} />filled
<IconSwipeLeftFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- gestureswipeleftward-swipescroll-leftslide-lefttouch-gesturescreen-swipegesture-controlinteractionuser-swipearrowsleftarrow-leftnext-itemprevious
FAQ
- What does the swipe left icon represent?
- It signifies a leftward swipe gesture, often used for actions like going back, deleting, or accessing more options.
- How do I use this icon in React?
- Import it using `import { IconSwipeLeft } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including the swipe left 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 →