filter icon
filter from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- filter
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
The same icon in other sets
filterAkar Iconsfilter-filledAnt Design IconsfilterBootstrap IconsfilterBoxIcons v2filterCarbonfilterCodiconsfilterFont Awesome 6 SolidfilterFont Awesome SolidfilterFeather Iconsfilter-outlineFlowbite Iconsfilter-12-filledFluent UI System IconsfilterHuge IconsfilterIconParkfilterIconPark OutlinefilterIconPark SolidfilterIconPark TwoTonefilterIconoirfilterIonIconsfilterJam IconsfilterLine AwesomefilterMaterial Line IconsfilterLucidefilterMage IconsfilterMajesticons
Use the filter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M384 523.4V928a32 32 0 0 0 46.3 28.6l192-96A32 32 0 0 0 640 832V523.4l280.8-343.1a32 32 0 1 0-49.6-40.6l-288 352A32 32 0 0 0 576 512v300.2l-128 64V512a32 32 0 0 0-7.2-20.3L195.5 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.8 52.3z"/></svg>
React
import type { SVGProps } from "react";
export function EpFilter(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M384 523.4V928a32 32 0 0 0 46.3 28.6l192-96A32 32 0 0 0 640 832V523.4l280.8-343.1a32 32 0 1 0-49.6-40.6l-288 352A32 32 0 0 0 576 512v300.2l-128 64V512a32 32 0 0 0-7.2-20.3L195.5 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.8 52.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M384 523.4V928a32 32 0 0 0 46.3 28.6l192-96A32 32 0 0 0 640 832V523.4l280.8-343.1a32 32 0 1 0-49.6-40.6l-288 352A32 32 0 0 0 576 512v300.2l-128 64V512a32 32 0 0 0-7.2-20.3L195.5 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.8 52.3z"/></svg> </template>
CSS
.icon-filter {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20523.4V928a32%2032%200%200%200%2046.3%2028.6l192-96A32%2032%200%200%200%20640%20832V523.4l280.8-343.1a32%2032%200%201%200-49.6-40.6l-288%20352A32%2032%200%200%200%20576%20512v300.2l-128%2064V512a32%2032%200%200%200-7.2-20.3L195.5%20192H704a32%2032%200%201%200%200-64H128a32%2032%200%200%200-24.8%2052.3z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20523.4V928a32%2032%200%200%200%2046.3%2028.6l192-96A32%2032%200%200%200%20640%20832V523.4l280.8-343.1a32%2032%200%201%200-49.6-40.6l-288%20352A32%2032%200%200%200%20576%20512v300.2l-128%2064V512a32%2032%200%200%200-7.2-20.3L195.5%20192H704a32%2032%200%201%200%200-64H128a32%2032%200%200%200-24.8%2052.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/filter.svg?color=%231a73e8&size=48