Fire 2 Pixel Art Icon
An alternate fire icon for trending badges, flame effects, heat indicators and hazard warnings with a distinct silhouette.
Tags
fireflamehotheatburn
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Fire 2 icon
A second flame silhouette, offering a different outline or inner detail from the primary fire icon. Use it when fire looks too wide or narrow for a specific layout, or when you need to differentiate two fire-related states visually. Its meaning covers the same ground: trending, hot, heating, or hazard. If the design system already uses fire for one purpose, fire-2 handles a secondary use without an unfamiliar glyph. Fire-3 provides a third option for multi-level severity systems.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/fire-2.svg" width="24" height="24" alt="Fire 2" />
<!-- React -->
import { Fire2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fire-2.svg" width="48" height="48" style="image-rendering: pixelated" />