The Tabler filter down icon visually represents a downward-pointing filter, commonly used to indicate sorting data in descending order or applying a filter that reduces results.
Common uses
- Sort table column by descending value
- Apply a filter to show fewer results
- Indicate a dropdown menu for filtering options
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFilterDown } from '@tabler/icons-react';
<IconFilterDown size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- lowerdescendreducedecreasedropdownminimizefalldeclinesinksystemfiltersort descendingfilter decrease
FAQ
- What does the filter down icon represent?
- It symbolizes a downward filter action, often used for sorting data from highest to lowest or reducing the visible data set.
- How do I use this icon in React?
- You can import it using: import { IconFilterDown } from '@tabler/icons-react'; and then use it as a component: <IconFilterDown />.
- What is the license for this icon?
- The Tabler icon library, including the filter down icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.