thermometer probe off icon

thermometer-probe-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
thermometer-probe-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the thermometer probe off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 3.64l7.24 7.24l-6.43 6.43a2.76 2.76 0 0 0 0 3.89a2.76 2.76 0 0 0 3.89 0l6.43-6.43l7.6 7.6L22 21.1L3.27 2.37zm8.23 8.22l1.91 1.91a1.376 1.376 0 1 1-1.91-1.91m4.23-.86L13 9.55l.47-.08l6-6L22 2l-1.46 2.54l-6 6z"/></svg>

React

import type { SVGProps } from "react";

export function MdiThermometerProbeOff(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" d="m2 3.64l7.24 7.24l-6.43 6.43a2.76 2.76 0 0 0 0 3.89a2.76 2.76 0 0 0 3.89 0l6.43-6.43l7.6 7.6L22 21.1L3.27 2.37zm8.23 8.22l1.91 1.91a1.376 1.376 0 1 1-1.91-1.91m4.23-.86L13 9.55l.47-.08l6-6L22 2l-1.46 2.54l-6 6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 3.64l7.24 7.24l-6.43 6.43a2.76 2.76 0 0 0 0 3.89a2.76 2.76 0 0 0 3.89 0l6.43-6.43l7.6 7.6L22 21.1L3.27 2.37zm8.23 8.22l1.91 1.91a1.376 1.376 0 1 1-1.91-1.91m4.23-.86L13 9.55l.47-.08l6-6L22 2l-1.46 2.54l-6 6z"/></svg>
</template>

CSS

.icon-thermometer-probe-off {
  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%20d%3D%22m2%203.64l7.24%207.24l-6.43%206.43a2.76%202.76%200%200%200%200%203.89a2.76%202.76%200%200%200%203.89%200l6.43-6.43l7.6%207.6L22%2021.1L3.27%202.37zm8.23%208.22l1.91%201.91a1.376%201.376%200%201%201-1.91-1.91m4.23-.86L13%209.55l.47-.08l6-6L22%202l-1.46%202.54l-6%206z%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%20d%3D%22m2%203.64l7.24%207.24l-6.43%206.43a2.76%202.76%200%200%200%200%203.89a2.76%202.76%200%200%200%203.89%200l6.43-6.43l7.6%207.6L22%2021.1L3.27%202.37zm8.23%208.22l1.91%201.91a1.376%201.376%200%201%201-1.91-1.91m4.23-.86L13%209.55l.47-.08l6-6L22%202l-1.46%202.54l-6%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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