Bug Minimalistic 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 { IconBugMinimalistic } from "@devigner-ui/icons";
<IconBugMinimalistic className="size-6" />
<script setup>
import { IconBugMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBugMinimalistic class="size-6" />
</template>
<script>
import { IconBugMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconBugMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 10a7 7 0 1 1 14 0v5a7 7 0 1 1-14 0z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19 13h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5 13H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m20.5 7-1.8.72" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m3.5 7 1.8.72" 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 19-2-.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m3.5 19 2-.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10.5 10.5h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10.5 15.5h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>