Filter Search icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFilterSearch } from "@devigner-ui/icons";
<IconFilterSearch className="size-6" />
<script setup>
import { IconFilterSearch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFilterSearch class="size-6" />
</template>
<script>
import { IconFilterSearch } from "@devigner-ui/icons-svelte";
</script>
<IconFilterSearch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M14.99 19.07c0 .61-.4 1.41-.91 1.72l-1.41.91c-1.31.81-3.13-.1-3.13-1.72v-5.35c0-.71-.4-1.62-.81-2.12L4.89 8.47a3.3 3.3 0 0 1-.91-2.02V4.13c0-1.21.91-2.12 2.02-2.12h13.34c1.11 0 2.02.91 2.02 2.02v2.22c0 .81-.51 1.82-1.01 2.32" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.74 16.52a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m20.54 17.12-1-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>