The Tabler click icon visually represents a mouse click action, commonly used to indicate interactive elements or confirm selections in user interfaces.
Common uses
- Button hover states
- Form submission confirmation
- Interactive element highlighting
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClick } from '@tabler/icons-react';
<IconClick size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconClick size={24} stroke={2} />filled
<IconClickFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- selectcursorclickdesignsystempointermouse
FAQ
- What does the click icon represent?
- It represents a mouse click or a selection action, often used for interactive elements.
- How do I use the click icon in React?
- You can import and use it like this: import { IconClick } from '@tabler/icons-react'; <IconClick />
- What is the license for the Tabler click icon?
- The Tabler click icon is distributed 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 →