filters icon
filters-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- filters-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All filters icons →More tools icons from Reicon
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="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M5.033 10.783a6 6 0 1 0 8.92 4.46a7.503 7.503 0 0 1-8.92-4.46m10.354 3.911q.112.636.113 1.306c0 2.09-.855 3.982-2.235 5.342a6 6 0 0 0 5.702-10.558a7.53 7.53 0 0 1-3.58 3.91"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFiltersFilled(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="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M5.033 10.783a6 6 0 1 0 8.92 4.46a7.503 7.503 0 0 1-8.92-4.46m10.354 3.911q.112.636.113 1.306c0 2.09-.855 3.982-2.235 5.342a6 6 0 0 0 5.702-10.558a7.53 7.53 0 0 1-3.58 3.91"/></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="M18 8A6 6 0 1 1 6 8a6 6 0 0 1 12 0"/><path d="M5.033 10.783a6 6 0 1 0 8.92 4.46a7.503 7.503 0 0 1-8.92-4.46m10.354 3.911q.112.636.113 1.306c0 2.09-.855 3.982-2.235 5.342a6 6 0 0 0 5.702-10.558a7.53 7.53 0 0 1-3.58 3.91"/></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%22M18%208A6%206%200%201%201%206%208a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20d%3D%22M5.033%2010.783a6%206%200%201%200%208.92%204.46a7.503%207.503%200%200%201-8.92-4.46m10.354%203.911q.112.636.113%201.306c0%202.09-.855%203.982-2.235%205.342a6%206%200%200%200%205.702-10.558a7.53%207.53%200%200%201-3.58%203.91%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%22M18%208A6%206%200%201%201%206%208a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20d%3D%22M5.033%2010.783a6%206%200%201%200%208.92%204.46a7.503%207.503%200%200%201-8.92-4.46m10.354%203.911q.112.636.113%201.306c0%202.09-.855%203.982-2.235%205.342a6%206%200%200%200%205.702-10.558a7.53%207.53%200%200%201-3.58%203.91%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/filters-filled.svg?color=%231a73e8&size=48