Fire 3 Pixel Art Icon
A third fire icon variant for intense heat warnings, multi-level severity indicators and flame-themed feature sets.
Tags
fireflamehotheatburn
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Fire 3 icon
A third distinct flame shape, completing a trio with fire and fire-2. Useful in a severity scale where each variant represents an escalating degree of intensity, or when a design system needs three fire badge levels for different alert states. It carries the same general fire symbolism as its siblings. If only one fire icon is needed, start with the plain fire for widest recognition; reach for fire-3 when visual distinction between multiple fire states genuinely adds meaning for users.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/fire-3.svg" width="24" height="24" alt="Fire 3" />
<!-- React -->
import { Fire3 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fire-3.svg" width="48" height="48" style="image-rendering: pixelated" />