thermometer icon

thermometer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
thermometer
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 287.18V81c0-35.12-27.89-64.42-63-64.95a64.08 64.08 0 0 0-65 64v207.13a8 8 0 0 1-3.18 6.37A113.48 113.48 0 0 0 144 384a112 112 0 0 0 224 0a113.48 113.48 0 0 0-44.82-90.45a8 8 0 0 1-3.18-6.37M254.07 432a48 48 0 0 1-22-89.54a16 16 0 0 0 8-13.84V112.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 112v216.58a16.18 16.18 0 0 0 8.15 13.94A48 48 0 0 1 254.07 432"/></svg>

React

import type { SVGProps } from "react";

export function IonThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 287.18V81c0-35.12-27.89-64.42-63-64.95a64.08 64.08 0 0 0-65 64v207.13a8 8 0 0 1-3.18 6.37A113.48 113.48 0 0 0 144 384a112 112 0 0 0 224 0a113.48 113.48 0 0 0-44.82-90.45a8 8 0 0 1-3.18-6.37M254.07 432a48 48 0 0 1-22-89.54a16 16 0 0 0 8-13.84V112.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 112v216.58a16.18 16.18 0 0 0 8.15 13.94A48 48 0 0 1 254.07 432"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M320 287.18V81c0-35.12-27.89-64.42-63-64.95a64.08 64.08 0 0 0-65 64v207.13a8 8 0 0 1-3.18 6.37A113.48 113.48 0 0 0 144 384a112 112 0 0 0 224 0a113.48 113.48 0 0 0-44.82-90.45a8 8 0 0 1-3.18-6.37M254.07 432a48 48 0 0 1-22-89.54a16 16 0 0 0 8-13.84V112.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 112v216.58a16.18 16.18 0 0 0 8.15 13.94A48 48 0 0 1 254.07 432"/></svg>
</template>

CSS

.icon-thermometer {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20287.18V81c0-35.12-27.89-64.42-63-64.95a64.08%2064.08%200%200%200-65%2064v207.13a8%208%200%200%201-3.18%206.37A113.48%20113.48%200%200%200%20144%20384a112%20112%200%200%200%20224%200a113.48%20113.48%200%200%200-44.82-90.45a8%208%200%200%201-3.18-6.37M254.07%20432a48%2048%200%200%201-22-89.54a16%2016%200%200%200%208-13.84V112.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20112v216.58a16.18%2016.18%200%200%200%208.15%2013.94A48%2048%200%200%201%20254.07%20432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20287.18V81c0-35.12-27.89-64.42-63-64.95a64.08%2064.08%200%200%200-65%2064v207.13a8%208%200%200%201-3.18%206.37A113.48%20113.48%200%200%200%20144%20384a112%20112%200%200%200%20224%200a113.48%20113.48%200%200%200-44.82-90.45a8%208%200%200%201-3.18-6.37M254.07%20432a48%2048%200%200%201-22-89.54a16%2016%200%200%200%208-13.84V112.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20112v216.58a16.18%2016.18%200%200%200%208.15%2013.94A48%2048%200%200%201%20254.07%20432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/thermometer.svg?color=%231a73e8&size=48