Thermometer Warning Pixel Art Icon
A thermometer-warning icon for fever alerts, overheating dangers, extreme heat advisories and temperature-breach notifications.
Tags
thermometercautiondanger
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Thermometer Warning icon
A thermometer combined with a warning symbol, indicating temperature has crossed into a dangerous range. Use it in a health app to flag a high-fever reading, in a server monitoring tool to alert that hardware is overheating, in a smart-home app when room temperature is unsafe, or in a food-safety tool when storage temperature exceeds limits. It is more alarming than thermometer-full alone because the explicit warning symbol removes any ambiguity that the high reading is a problem.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/thermometer-warning.svg" width="24" height="24" alt="Thermometer Warning" />
<!-- React -->
import { ThermometerWarning } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="thermometer-warning.svg" width="48" height="48" style="image-rendering: pixelated" />