filters icon
filters-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- filters-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Use the filters icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.396 11.056a6 6 0 0 1-5.647 10.506q.206-.21.396-.44a8 8 0 0 0 1.789-6.155a8.02 8.02 0 0 0 3.462-3.911m-14.787-.005a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1-9.534-4.594z"/><path d="M12 2a6 6 0 1 1-6 6l.004-.225A6 6 0 0 1 12 2"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerFiltersFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.396 11.056a6 6 0 0 1-5.647 10.506q.206-.21.396-.44a8 8 0 0 0 1.789-6.155a8.02 8.02 0 0 0 3.462-3.911m-14.787-.005a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1-9.534-4.594z"/><path d="M12 2a6 6 0 1 1-6 6l.004-.225A6 6 0 0 1 12 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.396 11.056a6 6 0 0 1-5.647 10.506q.206-.21.396-.44a8 8 0 0 0 1.789-6.155a8.02 8.02 0 0 0 3.462-3.911m-14.787-.005a7.99 7.99 0 0 0 9.386 4.698a6 6 0 1 1-9.534-4.594z"/><path d="M12 2a6 6 0 1 1-6 6l.004-.225A6 6 0 0 1 12 2"/></g></svg> </template>
CSS
.icon-filters-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.396%2011.056a6%206%200%200%201-5.647%2010.506q.206-.21.396-.44a8%208%200%200%200%201.789-6.155a8.02%208.02%200%200%200%203.462-3.911m-14.787-.005a7.99%207.99%200%200%200%209.386%204.698a6%206%200%201%201-9.534-4.594z%22%2F%3E%3Cpath%20d%3D%22M12%202a6%206%200%201%201-6%206l.004-.225A6%206%200%200%201%2012%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.396%2011.056a6%206%200%200%201-5.647%2010.506q.206-.21.396-.44a8%208%200%200%200%201.789-6.155a8.02%208.02%200%200%200%203.462-3.911m-14.787-.005a7.99%207.99%200%200%200%209.386%204.698a6%206%200%201%201-9.534-4.594z%22%2F%3E%3Cpath%20d%3D%22M12%202a6%206%200%201%201-6%206l.004-.225A6%206%200%200%201%2012%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/filters-filled.svg?color=%231a73e8&size=48