Filter Pixel Art Icon
A funnel-shaped filter icon for sorting, narrowing search results, applying data filters, and refining list views.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Filter icon
A downward-tapering funnel, the universal signal for filtering or narrowing down a data set. Use it on a 'Filter' button in a list view, a search results panel that supports faceted filters, a data table's column filter dropdown, or an e-commerce category sidebar. It conveys selective reduction rather than sorting; for reordering items, a sort icon (typically two arrows) is the clearer choice. Paired with filter-plus, it can also signal adding a new filter rule.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/filter.svg" width="24" height="24" alt="Filter" />
<!-- React -->
import { Filter } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="filter.svg" width="48" height="48" style="image-rendering: pixelated" />