📄 lucide/icons/bug-play

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

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

Skip to content

Return to top

bug-play

issue • testing • debug • reproduce • code • insect

development animals

Created:

v0.270.0

Last changed:

v0.543.0

Contributors:

danielbayley jguddas karsa-mistmere jamiemlaw

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BugPlay } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BugPlay />
</template>

svelte

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

<BugPlay />

tsx

import { BugPlay } from 'lucide-preact';

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

export default App;

tsx

import { BugPlay } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BugCancel

Bug

Feature

Bug

Documents Readme Bug 12

112

8

11

2

More icons like this

bug-off

bug

circle-play

file-play

image-play

monitor-play

play

square-play

tv-minimal-play