The Phosphor thermometer simple icon depicts a basic thermometer, commonly used in UIs to represent temperature readings, weather conditions, or health status.
Common uses
- Displaying current outdoor temperature.
- Indicating a patient's body temperature.
- Showing temperature settings for devices.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ThermometerSimple } from '@phosphor-icons/react';
<ThermometerSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ThermometerSimple size={24} />thin
<ThermometerSimple size={24} weight="thin" />light
<ThermometerSimple size={24} weight="light" />bold
<ThermometerSimple size={24} weight="bold" />fill
<ThermometerSimple size={24} weight="fill" />duotone
<ThermometerSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologytemperaturedegrees°celciuscentigradekelvinfahrenheithotwarmcoldweatherhealth & wellnessobjectsthermometersimple
FAQ
- What is the thermometer simple icon for?
- This icon represents temperature and is used for weather, health, or device settings where temperature is a key indicator.
- How do I use the thermometer simple icon in React?
- Import it using `import { ThermometerSimple } from '@phosphor-icons/react';` and then use it as a component: `<ThermometerSimple />`.
- What is the license for this icon?
- The Phosphor icon library, including the thermometer simple 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 →