Filter Add 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 { IconFilterAdd } from "@devigner-ui/icons";
<IconFilterAdd className="size-6" />
<script setup>
import { IconFilterAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFilterAdd class="size-6" />
</template>
<script>
import { IconFilterAdd } from "@devigner-ui/icons-svelte";
</script>
<IconFilterAdd 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.3 14.75q-.02 1.35-.69 2.45a4.73 4.73 0 0 1-8.81-2.45 4.75 4.75 0 0 1 9.5 0" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.33 14.73h-3.55" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.55 13v3.55" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.36 4.02v2.22c0 .81-.51 1.82-1.01 2.33l-1.76 1.55a4.75 4.75 0 0 0-3.6 8.61v.34c0 .61-.4 1.42-.91 1.72l-1.41.91c-1.31.81-3.13-.1-3.13-1.72v-5.35c0-.71-.41-1.62-.81-2.12L4.89 8.47a3.4 3.4 0 0 1-.91-2.02V4.12C3.98 2.91 4.88 2 6 2h13.34c1.11 0 2.02.91 2.02 2.02" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>