The Tabler caret up down icon visually represents a bidirectional indicator, commonly used to signify sortable columns or a toggleable state where both upward and downward options are available.
Common uses
- Indicate sortable table columns (ascending/descending).
- Represent a toggle switch for options.
- Show a collapsed/expanded state in navigation.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCaretUpDown } from '@tabler/icons-react';
<IconCaretUpDown size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCaretUpDown size={24} stroke={2} />filled
<IconCaretUpDownFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- indicatornavigationdirectiontoggleswitchmovementselectoptionupwarddownwardarrowscaretupdownsortable icontoggle indicator
FAQ
- What is the caret up down icon used for?
- It's typically used to show that an item can be sorted in two directions or to indicate a toggleable option.
- How do I use the caret up down icon in React?
- You can import it using `import { IconCaretUpDown } from '@tabler/icons-react'` and then use it as a React component.
- What is the license for the Tabler caret up down icon?
- The Tabler icons, including caret up down, are 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 →