The Tabler temperature minus icon depicts a thermometer with a minus sign, commonly used to indicate a decrease in temperature or a setting for colder temperatures.
Common uses
- Displaying current cold weather conditions.
- Setting a minimum temperature threshold.
- Indicating a temperature drop in a forecast.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTemperatureMinus } from '@tabler/icons-react';
<IconTemperatureMinus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTemperatureMinus size={24} stroke={2} />filled
<IconTemperatureMinusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Weather
- Keywords
- weathercelciusfahrenheitcoldhottemperatureminusclimateforecastsubtractcold symboldecrease temperaturethermometer lowsubtract temperature
FAQ
- What does the temperature minus icon represent?
- It represents a decrease in temperature or a setting related to colder temperatures, often used in weather or climate-related UIs.
- How do I use this icon in React?
- You can import and use it in React with: import { IconTemperatureMinus } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →