Bug 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 { IconBug } from "@devigner-ui/icons";
<IconBug className="size-6" />
<script setup>
import { IconBug } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBug class="size-6" />
</template>
<script>
import { IconBug } from "@devigner-ui/icons-svelte";
</script>
<IconBug class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 15v-3.06A3.94 3.94 0 0 0 15.06 8H8.94A3.94 3.94 0 0 0 5 11.94V15a7 7 0 1 0 14 0" stroke="currentColor" stroke-width="1.5"></path><path d="M16.5 8.5v-1a4.5 4.5 0 1 0-9 0v1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19 14h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5 14H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M14.5 3.5 17 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9.5 3.5 7 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m20.5 20-2-.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m20.5 8-2 .8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m3.5 20 2-.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m3.5 8 2 .8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 21.5V15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>