Microscope icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMicroscope } from "@devigner-ui/icons";
<IconMicroscope className="size-6" />
<script setup>
import { IconMicroscope } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMicroscope class="size-6" />
</template>
<script>
import { IconMicroscope } from "@devigner-ui/icons-svelte";
</script>
<IconMicroscope class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.7 10.77 5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71a1.24 1.24 0 0 0-1.72-.34L12.5 6z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m12.84 6.48-4.77 3.2 2.56 3.82 4.77-3.2z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.5 15.9 3.95-2.64-2.24-3.34-3.95 2.64a1 1 0 0 0-.27 1.39l1.13 1.68a1 1 0 0 0 1.38.27" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.72 12.2 8.22 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m12.67 12.2 4.44 9.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>