Bug Pixel Art Icon
A bug icon for issue trackers, 'Report a bug' links, debug mode, test failures and error logs.
Tags
errorissuedebug
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bug icon
A simple insect, the long-standing symbol for a software defect. Developers expect it on issue trackers, a 'Report a bug' link, debug mode, test failures, and error logs. It carries a clearly negative meaning, so reserve it for genuine problems rather than general warnings, since a triangle alert covers broader cautions. It is most at home in developer tools and QA interfaces.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bug.svg" width="24" height="24" alt="Bug" />
<!-- React -->
import { Bug } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bug.svg" width="48" height="48" style="image-rendering: pixelated" />