Thermometer icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconThermometer } from "@devigner-ui/icons";
<IconThermometer className="size-6" />
<script setup>
import { IconThermometer } from "@devigner-ui/icons-vue";
</script>
<template>
<IconThermometer class="size-6" />
</template>
<script>
import { IconThermometer } from "@devigner-ui/icons-svelte";
</script>
<IconThermometer class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m17.1 10 1.3 1.3m-4.5 1.9 1.3 1.3m-4.51 1.9 1.3 1.3m-6.41 2.86.38-.39a2 2 0 0 1 1.65-.57l.8.09c.91.1 1.82-.22 2.47-.87l8.94-8.94a4.03 4.03 0 1 0-5.7-5.7l-8.94 8.94a3 3 0 0 0-.87 2.47l.1.8c.06.61-.15 1.22-.58 1.65l-.39.38a1.51 1.51 0 1 0 2.14 2.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m9 15 6.5-6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>