Thermometer Pixel Art Icon
A thermometer icon for temperature readings, fever checks, climate controls and thermal monitoring dashboards.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Thermometer icon
A glass thermometer with a bulb at the base and a rising mercury column, the universal symbol for temperature. Use it in weather apps for a current reading, in health apps to log body temperature, in a smart-home panel for room temperature controls, or in a server monitoring tool to indicate CPU heat. Thermometer-full and thermometer-half show fill levels for hot and moderate states; thermometer-warning adds urgency. The plain thermometer is best as a neutral category icon.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/thermometer.svg" width="24" height="24" alt="Thermometer" />
<!-- React -->
import { Thermometer } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="thermometer.svg" width="48" height="48" style="image-rendering: pixelated" />