Mouse Circle icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMouseCircle } from "@devigner-ui/icons";
<IconMouseCircle className="size-6" />
<script setup>
import { IconMouseCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMouseCircle class="size-6" />
</template>
<script>
import { IconMouseCircle } from "@devigner-ui/icons-svelte";
</script>
<IconMouseCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10a4 4 0 1 1 8 0v4a4 4 0 0 1-8 0z" stroke="currentColor" stroke-width="1.5"></path><path d="M8.5 10h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 10V6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m10.01 2.03-.15-.73zm6.68.14a.75.75 0 0 0-.66 1.35zM9.86 1.3c-4.91 1-8.61 5.37-8.61 10.62h1.5a9.3 9.3 0 0 1 7.41-9.15zM1.25 11.92A10.8 10.8 0 0 0 12 22.75v-1.5a9.3 9.3 0 0 1-9.25-9.33zM12 22.75a10.8 10.8 0 0 0 10.75-10.83h-1.5A9.3 9.3 0 0 1 12 21.25zm-.75-18.9v5.04h1.5V3.85zm11.5 8.07c0-4.29-2.47-8-6.06-9.75l-.66 1.35a9.3 9.3 0 0 1 5.22 8.4zM10.16 2.77c.51-.1 1.09.32 1.09 1.08h1.5c0-1.47-1.23-2.89-2.89-2.55z" fill="currentColor"></path></svg>