thermometer icon

thermometer from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
thermometer
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All thermometer icons →

More medicine icons from Reicon

Use the thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 9.03a.75.75 0 0 0-1.06-1.06l-6.5 6.5a.75.75 0 1 0 1.06 1.06z"/><path fill-rule="evenodd" d="M20.35 3.65a4.78 4.78 0 0 0-6.757 0l-8.942 8.942a3.77 3.77 0 0 0-1.082 3.083l.09.799c.042.382-.092.762-.363 1.033l-.384.384a2.26 2.26 0 0 0 3.197 3.197l.384-.384a1.26 1.26 0 0 1 1.033-.362l.8.089a3.77 3.77 0 0 0 3.082-1.082l8.943-8.942a4.78 4.78 0 0 0 0-6.758m-9.133 12.228l.77.77l2.149-2.148l-.77-.77a.75.75 0 0 1 1.06-1.06l.77.77l2.14-2.14l-.77-.77a.75.75 0 1 1 1.06-1.06l.77.77l.894-.894a3.278 3.278 0 0 0-4.636-4.636l-8.942 8.943a2.27 2.27 0 0 0-.652 1.856l.09.8a2.76 2.76 0 0 1-.794 2.259l-.383.384a.76.76 0 1 0 1.075 1.075l.384-.383a2.76 2.76 0 0 1 2.26-.793l.799.089a2.27 2.27 0 0 0 1.857-.652l.579-.579l-.77-.77a.75.75 0 0 1 1.06-1.06" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 9.03a.75.75 0 0 0-1.06-1.06l-6.5 6.5a.75.75 0 1 0 1.06 1.06z"/><path fillRule="evenodd" d="M20.35 3.65a4.78 4.78 0 0 0-6.757 0l-8.942 8.942a3.77 3.77 0 0 0-1.082 3.083l.09.799c.042.382-.092.762-.363 1.033l-.384.384a2.26 2.26 0 0 0 3.197 3.197l.384-.384a1.26 1.26 0 0 1 1.033-.362l.8.089a3.77 3.77 0 0 0 3.082-1.082l8.943-8.942a4.78 4.78 0 0 0 0-6.758m-9.133 12.228l.77.77l2.149-2.148l-.77-.77a.75.75 0 0 1 1.06-1.06l.77.77l2.14-2.14l-.77-.77a.75.75 0 1 1 1.06-1.06l.77.77l.894-.894a3.278 3.278 0 0 0-4.636-4.636l-8.942 8.943a2.27 2.27 0 0 0-.652 1.856l.09.8a2.76 2.76 0 0 1-.794 2.259l-.383.384a.76.76 0 1 0 1.075 1.075l.384-.383a2.76 2.76 0 0 1 2.26-.793l.799.089a2.27 2.27 0 0 0 1.857-.652l.579-.579l-.77-.77a.75.75 0 0 1 1.06-1.06" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 9.03a.75.75 0 0 0-1.06-1.06l-6.5 6.5a.75.75 0 1 0 1.06 1.06z"/><path fill-rule="evenodd" d="M20.35 3.65a4.78 4.78 0 0 0-6.757 0l-8.942 8.942a3.77 3.77 0 0 0-1.082 3.083l.09.799c.042.382-.092.762-.363 1.033l-.384.384a2.26 2.26 0 0 0 3.197 3.197l.384-.384a1.26 1.26 0 0 1 1.033-.362l.8.089a3.77 3.77 0 0 0 3.082-1.082l8.943-8.942a4.78 4.78 0 0 0 0-6.758m-9.133 12.228l.77.77l2.149-2.148l-.77-.77a.75.75 0 0 1 1.06-1.06l.77.77l2.14-2.14l-.77-.77a.75.75 0 1 1 1.06-1.06l.77.77l.894-.894a3.278 3.278 0 0 0-4.636-4.636l-8.942 8.943a2.27 2.27 0 0 0-.652 1.856l.09.8a2.76 2.76 0 0 1-.794 2.259l-.383.384a.76.76 0 1 0 1.075 1.075l.384-.383a2.76 2.76 0 0 1 2.26-.793l.799.089a2.27 2.27 0 0 0 1.857-.652l.579-.579l-.77-.77a.75.75 0 0 1 1.06-1.06" clip-rule="evenodd"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%209.03a.75.75%200%200%200-1.06-1.06l-6.5%206.5a.75.75%200%201%200%201.06%201.06z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.35%203.65a4.78%204.78%200%200%200-6.757%200l-8.942%208.942a3.77%203.77%200%200%200-1.082%203.083l.09.799c.042.382-.092.762-.363%201.033l-.384.384a2.26%202.26%200%200%200%203.197%203.197l.384-.384a1.26%201.26%200%200%201%201.033-.362l.8.089a3.77%203.77%200%200%200%203.082-1.082l8.943-8.942a4.78%204.78%200%200%200%200-6.758m-9.133%2012.228l.77.77l2.149-2.148l-.77-.77a.75.75%200%200%201%201.06-1.06l.77.77l2.14-2.14l-.77-.77a.75.75%200%201%201%201.06-1.06l.77.77l.894-.894a3.278%203.278%200%200%200-4.636-4.636l-8.942%208.943a2.27%202.27%200%200%200-.652%201.856l.09.8a2.76%202.76%200%200%201-.794%202.259l-.383.384a.76.76%200%201%200%201.075%201.075l.384-.383a2.76%202.76%200%200%201%202.26-.793l.799.089a2.27%202.27%200%200%200%201.857-.652l.579-.579l-.77-.77a.75.75%200%200%201%201.06-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%209.03a.75.75%200%200%200-1.06-1.06l-6.5%206.5a.75.75%200%201%200%201.06%201.06z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.35%203.65a4.78%204.78%200%200%200-6.757%200l-8.942%208.942a3.77%203.77%200%200%200-1.082%203.083l.09.799c.042.382-.092.762-.363%201.033l-.384.384a2.26%202.26%200%200%200%203.197%203.197l.384-.384a1.26%201.26%200%200%201%201.033-.362l.8.089a3.77%203.77%200%200%200%203.082-1.082l8.943-8.942a4.78%204.78%200%200%200%200-6.758m-9.133%2012.228l.77.77l2.149-2.148l-.77-.77a.75.75%200%200%201%201.06-1.06l.77.77l2.14-2.14l-.77-.77a.75.75%200%201%201%201.06-1.06l.77.77l.894-.894a3.278%203.278%200%200%200-4.636-4.636l-8.942%208.943a2.27%202.27%200%200%200-.652%201.856l.09.8a2.76%202.76%200%200%201-.794%202.259l-.383.384a.76.76%200%201%200%201.075%201.075l.384-.383a2.76%202.76%200%200%201%202.26-.793l.799.089a2.27%202.27%200%200%200%201.857-.652l.579-.579l-.77-.77a.75.75%200%200%201%201.06-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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