Thermometer Half Pixel Art Icon
A half-full thermometer icon for moderate temperatures, comfortable room conditions and mid-range thermal states.
Tags
thermometerhalf
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Thermometer Half icon
A thermometer filled to its midpoint, suggesting a moderate, neither extreme temperature. Use it in a weather widget for a mild day, in a smart-home thermostat for a comfortable room temperature, or in a health dashboard for a normal body temperature reading. It is the least alarming of the thermometer variants, signaling 'things are fine' rather than urgency. Thermometer-full signals heat extremes; thermometer-warning adds an alert for a problem. Thermometer-half sits between them as the steady, neutral reading.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/thermometer-half.svg" width="24" height="24" alt="Thermometer Half" />
<!-- React -->
import { ThermometerHalf } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="thermometer-half.svg" width="48" height="48" style="image-rendering: pixelated" />