The Tabler filter icon depicts a funnel shape, commonly used in user interfaces to represent the action of filtering or sorting data.
Common uses
- Filtering search results
- Applying data sorting options
- Opening a filter menu
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFilter } from '@tabler/icons-react';
<IconFilter size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFilter size={24} stroke={2} />filled
<IconFilterFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- funnelhopperfiltrationfiltercontroloperationsortorganizearrangeselectsystem
FAQ
- What is the filter icon used for?
- It visually represents the function of filtering or sorting content, allowing users to narrow down or organize displayed information.
- How do I use the filter icon in React?
- Import it using `import { IconFilter } from '@tabler/icons-react'` and then use it as a component: `<IconFilter />`.
- What is the license for the Tabler filter icon?
- The Tabler icon library, including the filter 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 →