Celsius Pixel Art Icon
A Celsius icon for temperature displays, weather forecast units, thermostat controls and unit-of-measure selectors.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Celsius icon
The degree sign followed by a capital C, the globally common metric temperature unit. Use it on weather cards alongside a thermometer, in a thermostat app's temperature display, or in a unit-preference selector that lets users switch between Celsius and Fahrenheit. Because the symbol is typographic, ensure it is large enough to read clearly at small sizes. The celsius-square variant wraps it in a box for badge or chip contexts where a contained shape reads better.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/celsius.svg" width="24" height="24" alt="Celsius" />
<!-- React -->
import { Celsius } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="celsius.svg" width="48" height="48" style="image-rendering: pixelated" />