Fahrenheit Square Pixel Art Icon
A Fahrenheit-square icon for boxed temperature-unit toggles, weather widget chips and compact unit-preference labels.
Tags
fahrenheitsquare
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Fahrenheit Square icon
A degree-F symbol inside a square, creating a contained badge for tight layouts. Use it on a toggle button in a settings row that switches temperature units, in a compact weather card chip, or as an inline unit label inside a thermostat widget. The square frame makes the symbol easier to tap on touch interfaces and prevents it from looking lost beside numeric values. For larger displays where the box adds unnecessary weight, the plain fahrenheit icon fits more naturally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/fahrenheit-square.svg" width="24" height="24" alt="Fahrenheit Square" />
<!-- React -->
import { FahrenheitSquare } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fahrenheit-square.svg" width="48" height="48" style="image-rendering: pixelated" />