filter icon
filter-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- filter-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
filterAkar IconsfilterBootstrap IconsfilterBoxIcons v2filterCarbonfilterFont Awesome 6 SolidfilterFeather Iconsfilter-12-filledFluent UI System IconsfilterHuge IconsfilterIconoirfilterIonIconsfilterJam IconsfilterLine AwesomefilterMaterial Line IconsfilterLucidefilterMajesticonsfilterMaterial SymbolsfilterMaterial Design Iconsfilter-fillMingCute Iconfilter-16OcticonsfilterOpenMojifilterPixelarticonsfilterRadix Iconsfilter-fillRemix Iconfilter-boldSolar
Related icons in Mage Icons
Use the filter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 18.605a.75.75 0 0 1-.75.75h-5.1a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h7.74a2.93 2.93 0 0 1 5.66 0h5.1a.75.75 0 0 1 .75.75m0-13.21a.75.75 0 0 1-.75.75H18.8a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h10.39a2.93 2.93 0 0 1 5.66 0h2.45a.74.74 0 0 1 .75.75m0 6.6a.74.74 0 0 1-.75.75H9.55a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h1.14a2.93 2.93 0 0 1 5.66 0h11.7a.75.75 0 0 1 .75.75"/></svg>
React
import type { SVGProps } from "react";
export function MageFilterFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 18.605a.75.75 0 0 1-.75.75h-5.1a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h7.74a2.93 2.93 0 0 1 5.66 0h5.1a.75.75 0 0 1 .75.75m0-13.21a.75.75 0 0 1-.75.75H18.8a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h10.39a2.93 2.93 0 0 1 5.66 0h2.45a.74.74 0 0 1 .75.75m0 6.6a.74.74 0 0 1-.75.75H9.55a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h1.14a2.93 2.93 0 0 1 5.66 0h11.7a.75.75 0 0 1 .75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 18.605a.75.75 0 0 1-.75.75h-5.1a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h7.74a2.93 2.93 0 0 1 5.66 0h5.1a.75.75 0 0 1 .75.75m0-13.21a.75.75 0 0 1-.75.75H18.8a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h10.39a2.93 2.93 0 0 1 5.66 0h2.45a.74.74 0 0 1 .75.75m0 6.6a.74.74 0 0 1-.75.75H9.55a2.93 2.93 0 0 1-5.66 0H2.75a.75.75 0 1 1 0-1.5h1.14a2.93 2.93 0 0 1 5.66 0h11.7a.75.75 0 0 1 .75.75"/></svg> </template>
CSS
.icon-filter-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2018.605a.75.75%200%200%201-.75.75h-5.1a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h7.74a2.93%202.93%200%200%201%205.66%200h5.1a.75.75%200%200%201%20.75.75m0-13.21a.75.75%200%200%201-.75.75H18.8a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h10.39a2.93%202.93%200%200%201%205.66%200h2.45a.74.74%200%200%201%20.75.75m0%206.6a.74.74%200%200%201-.75.75H9.55a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h1.14a2.93%202.93%200%200%201%205.66%200h11.7a.75.75%200%200%201%20.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2018.605a.75.75%200%200%201-.75.75h-5.1a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h7.74a2.93%202.93%200%200%201%205.66%200h5.1a.75.75%200%200%201%20.75.75m0-13.21a.75.75%200%200%201-.75.75H18.8a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h10.39a2.93%202.93%200%200%201%205.66%200h2.45a.74.74%200%200%201%20.75.75m0%206.6a.74.74%200%200%201-.75.75H9.55a2.93%202.93%200%200%201-5.66%200H2.75a.75.75%200%201%201%200-1.5h1.14a2.93%202.93%200%200%201%205.66%200h11.7a.75.75%200%200%201%20.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/filter-fill.svg?color=%231a73e8&size=48