The Tabler arrow move down icon visually represents the action of moving an item downwards or indicating a downward direction, commonly used for sorting, reordering, or indicating content below.
Common uses
- Reordering list items by dragging them down.
- Indicating a 'scroll down to see more' action.
- Sorting a table column in descending order.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArrowMoveDown } from '@tabler/icons-react';
<IconArrowMoveDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArrowMoveDown size={24} stroke={2} />filled
<IconArrowMoveDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- directionsouthbottomarrowmovedownpointerdecreasenavigationflowarrowsmove downsort descendingdrag downsouth arrow
FAQ
- What does the arrow-move-down icon signify?
- It signifies a downward movement or direction. It's often used for actions like reordering, sorting, or indicating content that is positioned below.
- How do I use the arrow-move-down icon in React?
- You can import and use it in your React application like this: import { IconArrowMoveDown } from '@tabler/icons-react'.
- What is the license for the Tabler arrow-move-down icon?
- The Tabler icon library, including the arrow-move-down icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.