thermometer hot icon

thermometer-hot from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
thermometer-hot
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the thermometer hot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 153V48a8 8 0 0 0-16 0v105a32 32 0 1 0 16 0m-8 47a16 16 0 1 1 16-16a16 16 0 0 1-16 16m40-66V48a40 40 0 0 0-80 0v86a64 64 0 1 0 80 0m-40 98a48 48 0 0 1-27.42-87.4A8 8 0 0 0 96 138V48a24 24 0 0 1 48 0v90a8 8 0 0 0 3.42 6.56A48 48 0 0 1 120 232m57.3-151.23a8 8 0 0 1 2.33-11.07c15-9.79 26.87-4.75 35.51-1.06c7.86 3.36 12.62 5.36 20.49.25a8 8 0 0 1 8.74 13.41C237.88 86.53 232 88 226.69 88c-7 0-12.92-2.54-17.83-4.63C201 80 196.24 78 188.37 83.11a8 8 0 0 1-11.07-2.34m69.4 22.46a8 8 0 0 1-2.33 11.07c-6.49 4.23-12.37 5.7-17.68 5.7c-7 0-12.92-2.54-17.83-4.63c-7.87-3.36-12.62-5.38-20.49-.25a8 8 0 0 1-8.74-13.41c15-9.79 26.87-4.75 35.51-1.06c7.87 3.36 12.62 5.39 20.49.25a8 8 0 0 1 11.07 2.33"/></svg>

React

import type { SVGProps } from "react";

export function PhThermometerHot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 153V48a8 8 0 0 0-16 0v105a32 32 0 1 0 16 0m-8 47a16 16 0 1 1 16-16a16 16 0 0 1-16 16m40-66V48a40 40 0 0 0-80 0v86a64 64 0 1 0 80 0m-40 98a48 48 0 0 1-27.42-87.4A8 8 0 0 0 96 138V48a24 24 0 0 1 48 0v90a8 8 0 0 0 3.42 6.56A48 48 0 0 1 120 232m57.3-151.23a8 8 0 0 1 2.33-11.07c15-9.79 26.87-4.75 35.51-1.06c7.86 3.36 12.62 5.36 20.49.25a8 8 0 0 1 8.74 13.41C237.88 86.53 232 88 226.69 88c-7 0-12.92-2.54-17.83-4.63C201 80 196.24 78 188.37 83.11a8 8 0 0 1-11.07-2.34m69.4 22.46a8 8 0 0 1-2.33 11.07c-6.49 4.23-12.37 5.7-17.68 5.7c-7 0-12.92-2.54-17.83-4.63c-7.87-3.36-12.62-5.38-20.49-.25a8 8 0 0 1-8.74-13.41c15-9.79 26.87-4.75 35.51-1.06c7.87 3.36 12.62 5.39 20.49.25a8 8 0 0 1 11.07 2.33"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 153V48a8 8 0 0 0-16 0v105a32 32 0 1 0 16 0m-8 47a16 16 0 1 1 16-16a16 16 0 0 1-16 16m40-66V48a40 40 0 0 0-80 0v86a64 64 0 1 0 80 0m-40 98a48 48 0 0 1-27.42-87.4A8 8 0 0 0 96 138V48a24 24 0 0 1 48 0v90a8 8 0 0 0 3.42 6.56A48 48 0 0 1 120 232m57.3-151.23a8 8 0 0 1 2.33-11.07c15-9.79 26.87-4.75 35.51-1.06c7.86 3.36 12.62 5.36 20.49.25a8 8 0 0 1 8.74 13.41C237.88 86.53 232 88 226.69 88c-7 0-12.92-2.54-17.83-4.63C201 80 196.24 78 188.37 83.11a8 8 0 0 1-11.07-2.34m69.4 22.46a8 8 0 0 1-2.33 11.07c-6.49 4.23-12.37 5.7-17.68 5.7c-7 0-12.92-2.54-17.83-4.63c-7.87-3.36-12.62-5.38-20.49-.25a8 8 0 0 1-8.74-13.41c15-9.79 26.87-4.75 35.51-1.06c7.87 3.36 12.62 5.39 20.49.25a8 8 0 0 1 11.07 2.33"/></svg>
</template>

CSS

.icon-thermometer-hot {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20153V48a8%208%200%200%200-16%200v105a32%2032%200%201%200%2016%200m-8%2047a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m40-66V48a40%2040%200%200%200-80%200v86a64%2064%200%201%200%2080%200m-40%2098a48%2048%200%200%201-27.42-87.4A8%208%200%200%200%2096%20138V48a24%2024%200%200%201%2048%200v90a8%208%200%200%200%203.42%206.56A48%2048%200%200%201%20120%20232m57.3-151.23a8%208%200%200%201%202.33-11.07c15-9.79%2026.87-4.75%2035.51-1.06c7.86%203.36%2012.62%205.36%2020.49.25a8%208%200%200%201%208.74%2013.41C237.88%2086.53%20232%2088%20226.69%2088c-7%200-12.92-2.54-17.83-4.63C201%2080%20196.24%2078%20188.37%2083.11a8%208%200%200%201-11.07-2.34m69.4%2022.46a8%208%200%200%201-2.33%2011.07c-6.49%204.23-12.37%205.7-17.68%205.7c-7%200-12.92-2.54-17.83-4.63c-7.87-3.36-12.62-5.38-20.49-.25a8%208%200%200%201-8.74-13.41c15-9.79%2026.87-4.75%2035.51-1.06c7.87%203.36%2012.62%205.39%2020.49.25a8%208%200%200%201%2011.07%202.33%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20153V48a8%208%200%200%200-16%200v105a32%2032%200%201%200%2016%200m-8%2047a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m40-66V48a40%2040%200%200%200-80%200v86a64%2064%200%201%200%2080%200m-40%2098a48%2048%200%200%201-27.42-87.4A8%208%200%200%200%2096%20138V48a24%2024%200%200%201%2048%200v90a8%208%200%200%200%203.42%206.56A48%2048%200%200%201%20120%20232m57.3-151.23a8%208%200%200%201%202.33-11.07c15-9.79%2026.87-4.75%2035.51-1.06c7.86%203.36%2012.62%205.36%2020.49.25a8%208%200%200%201%208.74%2013.41C237.88%2086.53%20232%2088%20226.69%2088c-7%200-12.92-2.54-17.83-4.63C201%2080%20196.24%2078%20188.37%2083.11a8%208%200%200%201-11.07-2.34m69.4%2022.46a8%208%200%200%201-2.33%2011.07c-6.49%204.23-12.37%205.7-17.68%205.7c-7%200-12.92-2.54-17.83-4.63c-7.87-3.36-12.62-5.38-20.49-.25a8%208%200%200%201-8.74-13.41c15-9.79%2026.87-4.75%2035.51-1.06c7.87%203.36%2012.62%205.39%2020.49.25a8%208%200%200%201%2011.07%202.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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