The Lucide thermometer icon visually represents a device for measuring temperature and is commonly used in UIs to indicate temperature-related settings or information.
Common uses
- Displaying current outdoor temperature
- Setting a desired temperature for a thermostat
- Indicating a fever or body temperature
Use it in React
Install
npm i lucide-reactImport & render
import { Thermometer } from 'lucide-react';
<Thermometer size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- temperaturecelsiusfahrenheitweatherthermometer
FAQ
- What does the thermometer icon represent?
- It represents a thermometer, used to measure temperature. It's useful for indicating temperature data or controls in an interface.
- How do I use the thermometer icon in React?
- You can import and use it like this: `import { Thermometer } from 'lucide-react'`. Then render it as a component: `<Thermometer />`.
- What is the license for the Lucide thermometer icon?
- The Lucide icon library, including the thermometer icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →