Bandage Pixel Art Icon
A bandage icon for first aid features, injury tracking, bug fix releases, and health recovery indicators.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bandage icon
An adhesive bandage strip, the familiar symbol for minor injury treatment and healing. In health apps it marks a first aid guide, an injury log, or a recovery tracker. In software contexts, developers sometimes use it for a quick fix or patch release. Because its meaning spans literal health and metaphorical 'fix,' a label helps confirm the intent. For serious medical content, a cross or hospital icon sets a more clinical and authoritative tone.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bandage.svg" width="24" height="24" alt="Bandage" />
<!-- React -->
import { Bandage } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bandage.svg" width="48" height="48" style="image-rendering: pixelated" />