Magnifer Rounded icon in outline, twotone, bold and bulk. Free in all four styles, for search bars, filters, zoom, discovery. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMagniferRounded } from "@devigner-ui/icons";
<IconMagniferRounded className="size-6" />
<script setup>
import { IconMagniferRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMagniferRounded class="size-6" />
</template>
<script>
import { IconMagniferRounded } from "@devigner-ui/icons-svelte";
</script>
<IconMagniferRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="11" cy="11.0005" r="9" stroke="currentColor" stroke-width="1.5"></circle><path d="M21.81 20.98c-.06.09-.17.2-.4.43s-.34.34-.44.4c-.55.37-1.3.18-1.61-.4-.06-.1-.1-.26-.2-.57a4 4 0 0 1-.16-.62c-.05-.7.53-1.27 1.22-1.22.12.01.29.06.62.16.31.1.46.14.56.2.59.31.78 1.06.41 1.62" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>