The Tabler arrow up rhombus icon depicts an upward-pointing arrow enclosed within a rhombus shape, commonly used to indicate progression, a return to the top, or a directional choice.
Common uses
- Scroll to top button
- Indicate a 'proceed' or 'next' action
- Representing a 'north' or 'upward' direction
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowUpRhombus } from '@tabler/icons-react';
<IconArrowUpRhombus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowUpRhombus size={24} stroke={2} />filled
<IconArrowUpRhombusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- proceedswipebelowshapetopnortharrowrhombusdirectionpointerarrowsupupward arrowdirection pointerproceed iconnorth arrow
FAQ
- What is the arrow up rhombus icon used for?
- It's typically used to signify moving upwards, returning to the top of a page, or indicating a forward or 'proceed' action in a UI.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { IconArrowUpRhombus } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including the arrow up rhombus 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 →