The Tabler arrow left rhombus icon depicts a rhombus shape with an arrow pointing to the left, commonly used to indicate a previous step, a backward direction, or a swipe gesture to the west.
Common uses
- Navigate to the previous page or step.
- Indicate a swipe left action.
- Represent a 'go back' functionality.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowLeftRhombus } from '@tabler/icons-react';
<IconArrowLeftRhombus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowLeftRhombus size={24} stroke={2} />filled
<IconArrowLeftRhombusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- proceedswipebelowshapewestarrowleftrhombusdirectionpointerarrowsback rhombusprevious arrowleft directionwest pointer
FAQ
- What is the arrow left rhombus icon used for?
- It signifies moving backward, returning to a previous state, or indicating a leftward direction or swipe.
- How do I use the arrow left rhombus icon in React?
- You can import and use it like this: `import { IconArrowLeftRhombus } from '@tabler/icons-react'`. Then render it as `<IconArrowLeftRhombus />`.
- What is the license for this icon?
- The arrow left rhombus icon is distributed 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 →