The Tabler arrow down rhombus icon depicts a downward-pointing arrow enclosed within a rhombus shape, commonly used to indicate proceeding downwards, scrolling below content, or a south-bound direction.
Common uses
- Indicate scrolling down to view more content.
- Represent a 'proceed' or 'next step' action in a downward flow.
- Show a directional indicator for south or bottom alignment.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowDownRhombus } from '@tabler/icons-react';
<IconArrowDownRhombus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowDownRhombus size={24} stroke={2} />filled
<IconArrowDownRhombusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- proceedswipebelowshapebottomsoutharrowdownrhombusdirectionarrowsdownward rhombus arrowsouth arrow shapescroll down iconrhombus direction
FAQ
- What does the arrow down rhombus icon represent?
- It visually signifies a downward direction or movement, often used for scrolling, proceeding to a lower section, or indicating a south-bound orientation.
- How do I use this icon in React?
- You can import and use it in your React application with: `import { IconArrowDownRhombus } from '@tabler/icons-react'`.
- What is the license for this icon?
- This icon is from the Tabler icon library and 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 →