The Tabler selector icon depicts a downward-pointing chevron, commonly used to indicate a selectable option or a dropdown menu in user interfaces.
Common uses
- Dropdown menu trigger
- Select input field indicator
- Expand/collapse section toggle
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSelector } from '@tabler/icons-react';
<IconSelector size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- arrowsselectdropdownchevrondownsouthbottomdirectioninputselectorchevron downselect arrowcaret down
FAQ
- What is the purpose of the selector icon?
- It visually signals that an element is selectable or expandable, like a dropdown or a collapsible section.
- How do I use the selector icon in React?
- Import it using `import { IconSelector } from '@tabler/icons-react'` and render it as a component: `<IconSelector />`.
- What is the license for the Tabler selector icon?
- The Tabler icon library, including the selector icon, is available under the MIT license.
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 →