Pixelarticons

Fahrenheit Pixel Art Icon

A Fahrenheit icon for US-standard temperature displays, weather forecast units and thermostat unit selectors.

weather Pro 2 variants

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Fahrenheit icon

A degree-F symbol, representing the Fahrenheit scale used primarily in the United States. Use it in a weather app's unit-preference selector alongside Celsius, on a thermostat control for US-market products, or in a recipe app's oven-temperature field. The symbol is compact and typographic, so ensure sufficient size for legibility. Fahrenheit-square wraps it in a box for chip or badge contexts; use the plain icon when it sits inline with temperature values in a data display.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/fahrenheit.svg" width="24" height="24" alt="Fahrenheit" />

<!-- React -->
import { Fahrenheit } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fahrenheit.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons