Temperature icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconTemperature } from "@devigner-ui/icons";
<IconTemperature className="size-6" />
<script setup>
import { IconTemperature } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTemperature class="size-6" />
</template>
<script>
import { IconTemperature } from "@devigner-ui/icons-svelte";
</script>
<IconTemperature class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12 22a5.5 5.5 0 0 0 3.44-9.8 1.1 1.1 0 0 1-.44-.85V5a3 3 0 1 0-6 0v6.35q-.02.53-.44.86A5.49 5.49 0 0 0 12 22" stroke="currentColor" stroke-width="1.5"></path><path d="M12 14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m0 0V5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>