Box Search icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBoxSearch } from "@devigner-ui/icons";
<IconBoxSearch className="size-6" />
<script setup>
import { IconBoxSearch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBoxSearch class="size-6" />
</template>
<script>
import { IconBoxSearch } from "@devigner-ui/icons-svelte";
</script>
<IconBoxSearch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.84 7.44 8.83 5.11 8.77-5.08" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 21.61v-9.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.28 12.83V9.17c0-1.38-.99-3.06-2.2-3.73l-5.34-2.96a4.7 4.7 0 0 0-4.14 0L5.26 5.44a4.7 4.7 0 0 0-2.2 3.73v5.66c0 1.38 1 3.06 2.2 3.73l5.34 2.96c.57.32 1.32.48 2.07.48s1.5-.16 2.07-.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M19.87 21.4a3.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="m23.67 22-1-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>