filter search icon
filter-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- filter-search-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the filter search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.72 18.24l-.94-.94c.49-.74.78-1.63.78-2.59c0-2.6-2.11-4.71-4.71-4.71s-4.71 2.11-4.71 4.71s2.11 4.71 4.71 4.71c.96 0 1.84-.29 2.59-.78l.94.94c.19.19.43.28.68.28s.49-.09.68-.28c.35-.36.35-.96-.02-1.34"/><path d="M19.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L3.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFilterSearchFilled(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="m20.72 18.24l-.94-.94c.49-.74.78-1.63.78-2.59c0-2.6-2.11-4.71-4.71-4.71s-4.71 2.11-4.71 4.71s2.11 4.71 4.71 4.71c.96 0 1.84-.29 2.59-.78l.94.94c.19.19.43.28.68.28s.49-.09.68-.28c.35-.36.35-.96-.02-1.34"/><path d="M19.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L3.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></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="m20.72 18.24l-.94-.94c.49-.74.78-1.63.78-2.59c0-2.6-2.11-4.71-4.71-4.71s-4.71 2.11-4.71 4.71s2.11 4.71 4.71 4.71c.96 0 1.84-.29 2.59-.78l.94.94c.19.19.43.28.68.28s.49-.09.68-.28c.35-.36.35-.96-.02-1.34"/><path d="M19.58 4.02v2.22c0 .81-.5 1.82-1 2.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.44-.11-.91-.16-1.39-.16c-3.45 0-6.25 2.8-6.25 6.25c0 1.14.31 2.26.9 3.22c.5.84 1.2 1.54 1.96 2.01c.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L3.32 8.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12 1.99-2.12h13.18c1.09 0 1.99.91 1.99 2.02"/></g></svg> </template>
CSS
.icon-filter-search-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%22m20.72%2018.24l-.94-.94c.49-.74.78-1.63.78-2.59c0-2.6-2.11-4.71-4.71-4.71s-4.71%202.11-4.71%204.71s2.11%204.71%204.71%204.71c.96%200%201.84-.29%202.59-.78l.94.94c.19.19.43.28.68.28s.49-.09.68-.28c.35-.36.35-.96-.02-1.34%22%2F%3E%3Cpath%20d%3D%22M19.58%204.02v2.22c0%20.81-.5%201.82-1%202.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.44-.11-.91-.16-1.39-.16c-3.45%200-6.25%202.8-6.25%206.25c0%201.14.31%202.26.9%203.22c.5.84%201.2%201.54%201.96%202.01c.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L3.32%208.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12%201.99-2.12h13.18c1.09%200%201.99.91%201.99%202.02%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%22m20.72%2018.24l-.94-.94c.49-.74.78-1.63.78-2.59c0-2.6-2.11-4.71-4.71-4.71s-4.71%202.11-4.71%204.71s2.11%204.71%204.71%204.71c.96%200%201.84-.29%202.59-.78l.94.94c.19.19.43.28.68.28s.49-.09.68-.28c.35-.36.35-.96-.02-1.34%22%2F%3E%3Cpath%20d%3D%22M19.58%204.02v2.22c0%20.81-.5%201.82-1%202.33l-.18.16c-.14.13-.35.16-.53.1c-.2-.07-.4-.12-.6-.17c-.44-.11-.91-.16-1.39-.16c-3.45%200-6.25%202.8-6.25%206.25c0%201.14.31%202.26.9%203.22c.5.84%201.2%201.54%201.96%202.01c.23.15.32.47.12.65c-.07.06-.14.11-.21.16l-1.4.91c-1.3.81-3.09-.1-3.09-1.72v-5.35c0-.71-.4-1.62-.8-2.12L3.32%208.47c-.5-.51-.9-1.42-.9-2.02V4.12c0-1.21.9-2.12%201.99-2.12h13.18c1.09%200%201.99.91%201.99%202.02%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/filter-search-filled.svg?color=%231a73e8&size=48