The HugeIcons celsius icon depicts a thermometer with a degree symbol, commonly used to represent temperature in Celsius or as a general indicator of temperature in UI elements.
Common uses
- Temperature display in weather widgets
- Setting temperature preferences
- Indicating measurement units
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CelsiusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CelsiusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- temperaturethermometerdegreeweather
FAQ
- What does the Celsius icon represent?
- The icon represents temperature measured in Celsius, often shown on a thermometer.
- How do I use the Celsius icon in React?
- Import both HugeiconsIcon and CelsiusIcon, then render <HugeiconsIcon icon={CelsiusIcon} />.
- What is the license for the HugeIcons celsius icon?
- The icon is distributed under the MIT license, allowing for free commercial and non-commercial use.