The HugeIcons thermometer cold icon visually represents low temperatures and is commonly used to indicate cold weather, freezing conditions, or a low setting on a thermostat.
Common uses
- Weather widgets
- Temperature controls
- Freezer status indicators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ThermometerColdIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ThermometerColdIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- coldfreezelow tempwinter
FAQ
- What does the thermometer cold icon represent?
- It signifies cold temperatures, freezing, or a low temperature setting. It's useful for weather apps or temperature controls.
- How do I use the ThermometerColdIcon in React?
- Import both HugeiconsIcon and ThermometerColdIcon, then render it using <HugeiconsIcon icon={ThermometerColdIcon} />.
- What is the license for this icon?
- The HugeIcons thermometer cold 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 →