The Tabler deselect icon visually represents the action of removing a selection or unchecking an item, commonly used to clear user choices in interfaces.
Common uses
- Clearing all selected items in a list.
- Removing a single item from a multi-select dropdown.
- Resetting a filter or search selection.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDeselect } from '@tabler/icons-react';
<IconDeselect size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- unselectclear-selectiondeselectionunpickuncheckdeactivateunmarkremove-selectionuntagunchoosesystemdeselect
FAQ
- What is the purpose of the deselect icon?
- The deselect icon is used to indicate and perform the action of removing a previous selection or unchecking an option.
- How do I use the deselect icon in React?
- You can import and use it in React with: import { IconDeselect } from '@tabler/icons-react'
- What is the license for the Tabler deselect icon?
- The Tabler deselect icon is available under the MIT license.