Bug 2 Pixel Art Icon
An alternate bug icon for issue trackers, error reports, debug workflows, and defect-logging actions in dev tools.
Tags
bugerrorissuedebug
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bug 2 icon
A second insect silhouette representing a software defect, with a different body or antenna shape from the base bug icon. It carries identical meaning: a code error, issue, or defect. Use bug-2 when its geometry fits more naturally in your icon set's visual style. Both icons are at home in issue trackers, debug panels, and 'Report a bug' flows. For general warnings that are not specifically software defects, a triangle-alert or exclamation icon keeps the meaning broader and less technical.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bug-2.svg" width="24" height="24" alt="Bug 2" />
<!-- React -->
import { Bug2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bug-2.svg" width="48" height="48" style="image-rendering: pixelated" />