Skip to main content

Thermometer Cold


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">thermometer_cold</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-solid-icons.svg#thermometer-cold" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-thermometer-cold" viewBox="0 0 24 24">
  <path d="M3.5 7.94h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5m0-3h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5m3.5 5.5c0-.28-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5h3c.28 0 .5-.22.5-.5m5 3.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m4-2.46V5.94c0-2.21-1.79-4-4-4s-4 1.79-4 4v5.54c-1.22 1.1-2 2.69-2 4.46 0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.77-.78-3.36-2-4.46m-4 8.46c-2.21 0-4-1.79-4-4 0-.35.06-.68.14-1 .27-1.04.95-1.91 1.86-2.44V5.94c0-1.1.9-2 2-2s2 .9 2 2v6.56c.91.53 1.59 1.4 1.86 2.44.08.32.14.65.14 1 0 2.21-1.79 4-4 4"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.