Cross Pixel Art Icon
A medical cross icon for first aid kits, health sections, pharmacies, emergency features, and clinical dashboards.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cross icon
A plus-shaped medical cross, the widely recognized symbol for health care, first aid, and medicine. Use it on a health app's primary navigation, a first aid guide entry point, a pharmacy locator button, or an emergency contact section. Its health association is strong enough that users read it without a label in medical contexts. In non-health UIs, context or color coding is essential since a cross and a plus look identical at small sizes.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cross.svg" width="24" height="24" alt="Cross" />
<!-- React -->
import { Cross } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cross.svg" width="48" height="48" style="image-rendering: pixelated" />