The Phosphor thermometer icon visually represents a device used to measure temperature, commonly employed in UIs to indicate weather conditions or health status.
Common uses
- Displaying current outdoor temperature.
- Indicating a fever on a health tracking app.
- Showing temperature settings for a device.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Thermometer } from '@phosphor-icons/react';
<Thermometer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Thermometer size={24} />thin
<Thermometer size={24} weight="thin" />light
<Thermometer size={24} weight="light" />bold
<Thermometer size={24} weight="bold" />fill
<Thermometer size={24} weight="fill" />duotone
<Thermometer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologytemperaturedegrees°celciuscentigradekelvinfahrenheithotwarmcoldweatherhealth & wellnessobjectsthermometerhealth
FAQ
- What does the thermometer icon represent?
- It depicts a thermometer, used for measuring temperature, often seen in weather or health contexts.
- How do I use the thermometer icon in React?
- Import it from the Phosphor library like this: import { Thermometer } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the thermometer icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →