filter icon
filter-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- filter-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All filter icons →filterAkar Iconsfilter-filledAnt Design IconsfilterBootstrap IconsfilterBoxIcons v2filterCarbonfilterCodiconsfilterElement PlusfilterFont Awesome 6 SolidfilterFont Awesome SolidfilterFeather Iconsfilter-outlineFlowbite Iconsfilter-12-filledFluent UI System IconsfilterHuge IconsfilterIconParkfilterIconPark OutlinefilterIconPark SolidfilterIconPark TwoTonefilterIconoirfilterIonIconsfilterJam IconsfilterKeyline IconsfilterLine AwesomefilterMaterial Line IconsfilterLucide
More ui icons from Reicon
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="M19 3H5c-1.414 0-2.121 0-2.56.412S2 4.488 2 5.815v.69c0 1.037 0 1.556.26 1.986s.733.698 1.682 1.232l2.913 1.64c.636.358.955.537 1.183.735c.474.411.766.895.898 1.49c.064.284.064.618.064 1.285v2.67c0 .909 0 1.364.252 1.718c.252.355.7.53 1.594.88c1.879.734 2.818 1.101 3.486.683S15 19.452 15 17.542v-2.67c0-.666 0-1 .064-1.285a2.68 2.68 0 0 1 .899-1.49c.227-.197.546-.376 1.182-.735l2.913-1.64c.948-.533 1.423-.8 1.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326 0-1.99-.44-2.402C21.122 3 20.415 3 19 3"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFilterFilled(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="M19 3H5c-1.414 0-2.121 0-2.56.412S2 4.488 2 5.815v.69c0 1.037 0 1.556.26 1.986s.733.698 1.682 1.232l2.913 1.64c.636.358.955.537 1.183.735c.474.411.766.895.898 1.49c.064.284.064.618.064 1.285v2.67c0 .909 0 1.364.252 1.718c.252.355.7.53 1.594.88c1.879.734 2.818 1.101 3.486.683S15 19.452 15 17.542v-2.67c0-.666 0-1 .064-1.285a2.68 2.68 0 0 1 .899-1.49c.227-.197.546-.376 1.182-.735l2.913-1.64c.948-.533 1.423-.8 1.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326 0-1.99-.44-2.402C21.122 3 20.415 3 19 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3H5c-1.414 0-2.121 0-2.56.412S2 4.488 2 5.815v.69c0 1.037 0 1.556.26 1.986s.733.698 1.682 1.232l2.913 1.64c.636.358.955.537 1.183.735c.474.411.766.895.898 1.49c.064.284.064.618.064 1.285v2.67c0 .909 0 1.364.252 1.718c.252.355.7.53 1.594.88c1.879.734 2.818 1.101 3.486.683S15 19.452 15 17.542v-2.67c0-.666 0-1 .064-1.285a2.68 2.68 0 0 1 .899-1.49c.227-.197.546-.376 1.182-.735l2.913-1.64c.948-.533 1.423-.8 1.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326 0-1.99-.44-2.402C21.122 3 20.415 3 19 3"/></svg> </template>
CSS
.icon-filter-filled {
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%22M19%203H5c-1.414%200-2.121%200-2.56.412S2%204.488%202%205.815v.69c0%201.037%200%201.556.26%201.986s.733.698%201.682%201.232l2.913%201.64c.636.358.955.537%201.183.735c.474.411.766.895.898%201.49c.064.284.064.618.064%201.285v2.67c0%20.909%200%201.364.252%201.718c.252.355.7.53%201.594.88c1.879.734%202.818%201.101%203.486.683S15%2019.452%2015%2017.542v-2.67c0-.666%200-1%20.064-1.285a2.68%202.68%200%200%201%20.899-1.49c.227-.197.546-.376%201.182-.735l2.913-1.64c.948-.533%201.423-.8%201.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326%200-1.99-.44-2.402C21.122%203%2020.415%203%2019%203%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%22M19%203H5c-1.414%200-2.121%200-2.56.412S2%204.488%202%205.815v.69c0%201.037%200%201.556.26%201.986s.733.698%201.682%201.232l2.913%201.64c.636.358.955.537%201.183.735c.474.411.766.895.898%201.49c.064.284.064.618.064%201.285v2.67c0%20.909%200%201.364.252%201.718c.252.355.7.53%201.594.88c1.879.734%202.818%201.101%203.486.683S15%2019.452%2015%2017.542v-2.67c0-.666%200-1%20.064-1.285a2.68%202.68%200%200%201%20.899-1.49c.227-.197.546-.376%201.182-.735l2.913-1.64c.948-.533%201.423-.8%201.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326%200-1.99-.44-2.402C21.122%203%2020.415%203%2019%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/filter-filled.svg?color=%231a73e8&size=48