The HugeIcons thermometer warm icon visually represents heat or a rising temperature, commonly used to indicate warm conditions, high settings, or positive temperature changes in user interfaces.
Common uses
- Displaying current weather temperature (warm)
- Indicating a device's high operating temperature
- Showing a positive trend in a temperature graph
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ThermometerWarmIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ThermometerWarmIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- heathottemperature upwarmth
FAQ
- What does the thermometer warm icon represent?
- It depicts a thermometer showing a warm or high temperature. It's used to signify heat, warmth, or an increase in temperature.
- How do I use the ThermometerWarmIcon in React?
- Import both HugeiconsIcon and ThermometerWarmIcon, then render it using <HugeiconsIcon icon={ThermometerWarmIcon} />.
- What is the license for this icon?
- The HugeIcons thermometer warm icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →