thermometer hot icon

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

Name
thermometer-hot-bold
Set
Phosphor
Style
Bold
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="M160 56a52 52 0 0 0-104 0v94.69a64 64 0 1 0 104 0Zm-52 172a40 40 0 0 1-30.91-65.39a12 12 0 0 0 2.91-7.83V56a28 28 0 0 1 56 0v98.77a12 12 0 0 0 2.77 7.68A40 40 0 0 1 108 228m24-40a24 24 0 1 1-36-20.78V56a12 12 0 0 1 24 0v111.22A24 24 0 0 1 132 188m41.94-105a12 12 0 0 1 3.51-16.6c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 13.1 20.11c-7.27 4.68-13.91 6.3-19.84 6.3c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58A12 12 0 0 1 173.94 83m76.11 26.1a12 12 0 0 1-3.5 16.6c-7.27 4.73-13.91 6.35-19.84 6.35c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58a12 12 0 1 1-13.1-20.11c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 16.6 3.5Z"/></svg>

React

import type { SVGProps } from "react";

export function PhThermometerHotBold(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="M160 56a52 52 0 0 0-104 0v94.69a64 64 0 1 0 104 0Zm-52 172a40 40 0 0 1-30.91-65.39a12 12 0 0 0 2.91-7.83V56a28 28 0 0 1 56 0v98.77a12 12 0 0 0 2.77 7.68A40 40 0 0 1 108 228m24-40a24 24 0 1 1-36-20.78V56a12 12 0 0 1 24 0v111.22A24 24 0 0 1 132 188m41.94-105a12 12 0 0 1 3.51-16.6c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 13.1 20.11c-7.27 4.68-13.91 6.3-19.84 6.3c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58A12 12 0 0 1 173.94 83m76.11 26.1a12 12 0 0 1-3.5 16.6c-7.27 4.73-13.91 6.35-19.84 6.35c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58a12 12 0 1 1-13.1-20.11c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 16.6 3.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M160 56a52 52 0 0 0-104 0v94.69a64 64 0 1 0 104 0Zm-52 172a40 40 0 0 1-30.91-65.39a12 12 0 0 0 2.91-7.83V56a28 28 0 0 1 56 0v98.77a12 12 0 0 0 2.77 7.68A40 40 0 0 1 108 228m24-40a24 24 0 1 1-36-20.78V56a12 12 0 0 1 24 0v111.22A24 24 0 0 1 132 188m41.94-105a12 12 0 0 1 3.51-16.6c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 13.1 20.11c-7.27 4.68-13.91 6.3-19.84 6.3c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58A12 12 0 0 1 173.94 83m76.11 26.1a12 12 0 0 1-3.5 16.6c-7.27 4.73-13.91 6.35-19.84 6.35c-7.79 0-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58a12 12 0 1 1-13.1-20.11c16.82-11 30.32-5.2 39.26-1.39c8.09 3.46 10.93 4.37 16.74.58a12 12 0 0 1 16.6 3.5Z"/></svg>
</template>

CSS

.icon-thermometer-hot-bold {
  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%22M160%2056a52%2052%200%200%200-104%200v94.69a64%2064%200%201%200%20104%200Zm-52%20172a40%2040%200%200%201-30.91-65.39a12%2012%200%200%200%202.91-7.83V56a28%2028%200%200%201%2056%200v98.77a12%2012%200%200%200%202.77%207.68A40%2040%200%200%201%20108%20228m24-40a24%2024%200%201%201-36-20.78V56a12%2012%200%200%201%2024%200v111.22A24%2024%200%200%201%20132%20188m41.94-105a12%2012%200%200%201%203.51-16.6c16.82-11%2030.32-5.2%2039.26-1.39c8.09%203.46%2010.93%204.37%2016.74.58a12%2012%200%200%201%2013.1%2020.11c-7.27%204.68-13.91%206.3-19.84%206.3c-7.79%200-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58A12%2012%200%200%201%20173.94%2083m76.11%2026.1a12%2012%200%200%201-3.5%2016.6c-7.27%204.73-13.91%206.35-19.84%206.35c-7.79%200-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58a12%2012%200%201%201-13.1-20.11c16.82-11%2030.32-5.2%2039.26-1.39c8.09%203.46%2010.93%204.37%2016.74.58a12%2012%200%200%201%2016.6%203.5Z%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%22M160%2056a52%2052%200%200%200-104%200v94.69a64%2064%200%201%200%20104%200Zm-52%20172a40%2040%200%200%201-30.91-65.39a12%2012%200%200%200%202.91-7.83V56a28%2028%200%200%201%2056%200v98.77a12%2012%200%200%200%202.77%207.68A40%2040%200%200%201%20108%20228m24-40a24%2024%200%201%201-36-20.78V56a12%2012%200%200%201%2024%200v111.22A24%2024%200%200%201%20132%20188m41.94-105a12%2012%200%200%201%203.51-16.6c16.82-11%2030.32-5.2%2039.26-1.39c8.09%203.46%2010.93%204.37%2016.74.58a12%2012%200%200%201%2013.1%2020.11c-7.27%204.68-13.91%206.3-19.84%206.3c-7.79%200-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58A12%2012%200%200%201%20173.94%2083m76.11%2026.1a12%2012%200%200%201-3.5%2016.6c-7.27%204.73-13.91%206.35-19.84%206.35c-7.79%200-14.34-2.8-19.42-5c-8.09-3.46-10.93-4.37-16.74-.58a12%2012%200%201%201-13.1-20.11c16.82-11%2030.32-5.2%2039.26-1.39c8.09%203.46%2010.93%204.37%2016.74.58a12%2012%200%200%201%2016.6%203.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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