Mouse2 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 { IconMouse2 } from "@devigner-ui/icons";
<IconMouse2 className="size-6" />
<script setup>
import { IconMouse2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMouse2 class="size-6" />
</template>
<script>
import { IconMouse2 } from "@devigner-ui/icons-svelte";
</script>
<IconMouse2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 22c4.13 0 7.5-3.37 7.5-7.5v-5c0-4.13-3.37-7.5-7.5-7.5a7.5 7.5 0 0 0-7.5 7.5v5c0 4.13 3.37 7.5 7.5 7.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M12.67 11a1.5 1.5 0 0 1-1.5-1.5v-2a1.5 1.5 0 1 1 3 0v2c0 .83-.68 1.5-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 6V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>