Filter 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 { IconFilter } from "@devigner-ui/icons";
<IconFilter className="size-6" />
<script setup>
import { IconFilter } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFilter class="size-6" />
</template>
<script>
import { IconFilter } from "@devigner-ui/icons-svelte";
</script>
<IconFilter class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 5.81v.7c0 1.03 0 1.55-.26 1.98s-.73.7-1.68 1.23l-2.91 1.64a8 8 0 0 0-1.19.74q-.7.6-.9 1.49c-.06.28-.06.62-.06 1.28v2.67c0 1.91 0 2.87-.67 3.28-.67.42-1.6.05-3.48-.68-.9-.35-1.35-.52-1.6-.88-.25-.35-.25-.8-.25-1.72v-2.67c0-.66 0-1-.06-1.28a2.7 2.7 0 0 0-.9-1.5c-.23-.19-.55-.37-1.18-.73L3.94 9.72C3 9.2 2.52 8.92 2.26 8.5S2 7.54 2 6.5v-.69" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M22 5.81c0-1.32 0-1.99-.44-2.4S20.41 3 19 3H5c-1.41 0-2.12 0-2.56.41S2 4.5 2 5.81" stroke="currentColor" stroke-width="1.5"></path></svg>