The Tabler select all icon visually represents the action of selecting every item in a list or group, commonly used to initiate bulk operations or confirm a complete selection.
Common uses
- Selecting all checkboxes in a table.
- Choosing all files in a directory listing.
- Activating a 'select all' option in a form.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSelectAll } from '@tabler/icons-react';
<IconSelectAll size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- highlightchoosepickelectmarksetcheckcompletefilltotalsystemselectallselect allcheck allmark all
FAQ
- What does the select all icon represent?
- It signifies the action of selecting every item within a given set or list, often used for bulk actions.
- How do I use the select all icon in React?
- You can import and use it like this: import { IconSelectAll } from '@tabler/icons-react'; <IconSelectAll />.
- What is the license for the Tabler select all icon?
- The Tabler icon library, including the select all 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 →