The Tabler search icon depicts a magnifying glass, commonly used in user interfaces to initiate a search or find functionality.
Common uses
- Search bar input
- Global site search button
- Filter or query input
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSearch } from '@tabler/icons-react';
<IconSearch size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSearch size={24} stroke={2} />filled
<IconSearchFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- findmagnifiermagnifying glasssearchlookseekquerybrowsesystem
FAQ
- What does the search icon represent?
- It represents a magnifying glass, symbolizing the action of searching, finding, or querying information.
- How do I use the search icon in React?
- You can import and use it in your React components like this: import { IconSearch } from '@tabler/icons-react'.
- What is the license for the Tabler search icon?
- The Tabler icon library, including the search icon, is released 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 →