thermometer icon

thermometer-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.

Name
thermometer-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="m5.962 20.174l-.383.384a1.51 1.51 0 1 1-2.137-2.137l.384-.383a2.01 2.01 0 0 0 .578-1.647l-.09-.799a3.02 3.02 0 0 1 .867-2.47l8.943-8.942a4.028 4.028 0 1 1 5.696 5.696l-.893.894l-1.301-1.3a.75.75 0 1 0-1.06 1.06l1.3 1.3l-2.139 2.14l-1.3-1.3a.75.75 0 0 0-1.061 1.06l1.3 1.3l-2.148 2.149l-1.3-1.3a.75.75 0 1 0-1.061 1.06l1.3 1.3l-.58.58a3.02 3.02 0 0 1-2.469.866l-.8-.089a2.01 2.01 0 0 0-1.646.578M16.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" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconThermometerFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="m5.962 20.174l-.383.384a1.51 1.51 0 1 1-2.137-2.137l.384-.383a2.01 2.01 0 0 0 .578-1.647l-.09-.799a3.02 3.02 0 0 1 .867-2.47l8.943-8.942a4.028 4.028 0 1 1 5.696 5.696l-.893.894l-1.301-1.3a.75.75 0 1 0-1.06 1.06l1.3 1.3l-2.139 2.14l-1.3-1.3a.75.75 0 0 0-1.061 1.06l1.3 1.3l-2.148 2.149l-1.3-1.3a.75.75 0 1 0-1.061 1.06l1.3 1.3l-.58.58a3.02 3.02 0 0 1-2.469.866l-.8-.089a2.01 2.01 0 0 0-1.646.578M16.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" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m5.962 20.174l-.383.384a1.51 1.51 0 1 1-2.137-2.137l.384-.383a2.01 2.01 0 0 0 .578-1.647l-.09-.799a3.02 3.02 0 0 1 .867-2.47l8.943-8.942a4.028 4.028 0 1 1 5.696 5.696l-.893.894l-1.301-1.3a.75.75 0 1 0-1.06 1.06l1.3 1.3l-2.139 2.14l-1.3-1.3a.75.75 0 0 0-1.061 1.06l1.3 1.3l-2.148 2.149l-1.3-1.3a.75.75 0 1 0-1.061 1.06l1.3 1.3l-.58.58a3.02 3.02 0 0 1-2.469.866l-.8-.089a2.01 2.01 0 0 0-1.646.578M16.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" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-thermometer-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m5.962%2020.174l-.383.384a1.51%201.51%200%201%201-2.137-2.137l.384-.383a2.01%202.01%200%200%200%20.578-1.647l-.09-.799a3.02%203.02%200%200%201%20.867-2.47l8.943-8.942a4.028%204.028%200%201%201%205.696%205.696l-.893.894l-1.301-1.3a.75.75%200%201%200-1.06%201.06l1.3%201.3l-2.139%202.14l-1.3-1.3a.75.75%200%200%200-1.061%201.06l1.3%201.3l-2.148%202.149l-1.3-1.3a.75.75%200%201%200-1.061%201.06l1.3%201.3l-.58.58a3.02%203.02%200%200%201-2.469.866l-.8-.089a2.01%202.01%200%200%200-1.646.578M16.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%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m5.962%2020.174l-.383.384a1.51%201.51%200%201%201-2.137-2.137l.384-.383a2.01%202.01%200%200%200%20.578-1.647l-.09-.799a3.02%203.02%200%200%201%20.867-2.47l8.943-8.942a4.028%204.028%200%201%201%205.696%205.696l-.893.894l-1.301-1.3a.75.75%200%201%200-1.06%201.06l1.3%201.3l-2.139%202.14l-1.3-1.3a.75.75%200%200%200-1.061%201.06l1.3%201.3l-2.148%202.149l-1.3-1.3a.75.75%200%201%200-1.061%201.06l1.3%201.3l-.58.58a3.02%203.02%200%200%201-2.469.866l-.8-.089a2.01%202.01%200%200%200-1.646.578M16.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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