The Tabler filters icon depicts a set of sliders, commonly used in UI to represent options for adjusting or applying visual effects, sorting, or filtering data.
Common uses
- Image editing tools
- Data table sorting/filtering
- Content feed customization
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFilters } from '@tabler/icons-react';
<IconFilters size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFilters size={24} stroke={2} />filled
<IconFiltersFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- designeditingeffectsfilterssystemsliderssettingscontrolsadjust
FAQ
- What is the filters icon used for?
- It visually represents controls for adjusting settings, applying effects, or filtering content.
- How do I use the filters icon in React?
- Import it using `import { IconFilters } from '@tabler/icons-react'` and then use it as a component: `<IconFilters />`.
- What is the license for this icon?
- The Tabler icons, including filters, are distributed under the MIT license.