📄 lucide/icons/bug

File: bug.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/bug

Skip to content

Return to top

bug

issue • error • defect • testing • troubleshoot • problem • report • debug • code • insect • beetle

development animals

Created:

v0.15.2

Last changed:

v0.543.0

Contributors:

danielbayley jamiemlaw

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="bug"></i>');  

tsx

import { Bug } from 'lucide-react';

const App = () => {
  return (
    <Bug />
  );
};

export default App;

vue

<script setup>
import { Bug } from 'lucide-vue-next';
</script>

<template>
  <Bug />
</template>

svelte

<script>
import { Bug } from 'lucide-svelte';
</script>

<Bug />

tsx

import { Bug } from 'lucide-preact';

const App = () => {
  return (
    <Bug />
  );
};

export default App;

tsx

import { Bug } from 'lucide-solid';

const App = () => {
  return (
    <Bug />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Bug } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Bug })\
  ],
})

// app.component.html
<lucide-icon name="bug"></lucide-icon>

html

<div class="icon-bug"></div>

See this icon in action

BugCancel

Alert

Feature

Bug

Documents Readme Bug 12

112

8

11

2

More icons like this

bug-off

bug-play