thermometer hot icon
thermometer-hot-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- thermometer-hot-light
- Set
- Phosphor
- Style
- Light
- 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="M126 154.6V48a6 6 0 0 0-12 0v106.6a30 30 0 1 0 12 0m-6 47.4a18 18 0 1 1 18-18a18 18 0 0 1-18 18m38-67V48a38 38 0 0 0-76 0v87a62 62 0 1 0 76 0m-38 99a50 50 0 0 1-28.57-91a6 6 0 0 0 2.57-5V48a26 26 0 0 1 52 0v90a6 6 0 0 0 2.57 4.92A50 50 0 0 1 120 234m59-154.32a6 6 0 0 1 1.75-8.3c14.14-9.21 24.95-4.61 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 1 1 6.55 10.05c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-8.34-1.75m66 24.64a6 6 0 0 1-1.76 8.3c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-6.55-10.05c14.14-9.21 24.95-4.6 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 0 1 8.27 1.75"/></svg>
React
import type { SVGProps } from "react";
export function PhThermometerHotLight(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="M126 154.6V48a6 6 0 0 0-12 0v106.6a30 30 0 1 0 12 0m-6 47.4a18 18 0 1 1 18-18a18 18 0 0 1-18 18m38-67V48a38 38 0 0 0-76 0v87a62 62 0 1 0 76 0m-38 99a50 50 0 0 1-28.57-91a6 6 0 0 0 2.57-5V48a26 26 0 0 1 52 0v90a6 6 0 0 0 2.57 4.92A50 50 0 0 1 120 234m59-154.32a6 6 0 0 1 1.75-8.3c14.14-9.21 24.95-4.61 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 1 1 6.55 10.05c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-8.34-1.75m66 24.64a6 6 0 0 1-1.76 8.3c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-6.55-10.05c14.14-9.21 24.95-4.6 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 0 1 8.27 1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M126 154.6V48a6 6 0 0 0-12 0v106.6a30 30 0 1 0 12 0m-6 47.4a18 18 0 1 1 18-18a18 18 0 0 1-18 18m38-67V48a38 38 0 0 0-76 0v87a62 62 0 1 0 76 0m-38 99a50 50 0 0 1-28.57-91a6 6 0 0 0 2.57-5V48a26 26 0 0 1 52 0v90a6 6 0 0 0 2.57 4.92A50 50 0 0 1 120 234m59-154.32a6 6 0 0 1 1.75-8.3c14.14-9.21 24.95-4.61 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 1 1 6.55 10.05c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-8.34-1.75m66 24.64a6 6 0 0 1-1.76 8.3c-6.12 4-11.62 5.39-16.59 5.39c-6.51 0-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6 6 0 0 1-6.55-10.05c14.14-9.21 24.95-4.6 33.63-.9c7.9 3.37 13.6 5.8 22.37.09a6 6 0 0 1 8.27 1.75"/></svg> </template>
CSS
.icon-thermometer-hot-light {
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%22M126%20154.6V48a6%206%200%200%200-12%200v106.6a30%2030%200%201%200%2012%200m-6%2047.4a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m38-67V48a38%2038%200%200%200-76%200v87a62%2062%200%201%200%2076%200m-38%2099a50%2050%200%200%201-28.57-91a6%206%200%200%200%202.57-5V48a26%2026%200%200%201%2052%200v90a6%206%200%200%200%202.57%204.92A50%2050%200%200%201%20120%20234m59-154.32a6%206%200%200%201%201.75-8.3c14.14-9.21%2024.95-4.61%2033.63-.9c7.9%203.37%2013.6%205.8%2022.37.09a6%206%200%201%201%206.55%2010.05c-6.12%204-11.62%205.39-16.59%205.39c-6.51%200-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6%206%200%200%201-8.34-1.75m66%2024.64a6%206%200%200%201-1.76%208.3c-6.12%204-11.62%205.39-16.59%205.39c-6.51%200-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6%206%200%200%201-6.55-10.05c14.14-9.21%2024.95-4.6%2033.63-.9c7.9%203.37%2013.6%205.8%2022.37.09a6%206%200%200%201%208.27%201.75%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%22M126%20154.6V48a6%206%200%200%200-12%200v106.6a30%2030%200%201%200%2012%200m-6%2047.4a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m38-67V48a38%2038%200%200%200-76%200v87a62%2062%200%201%200%2076%200m-38%2099a50%2050%200%200%201-28.57-91a6%206%200%200%200%202.57-5V48a26%2026%200%200%201%2052%200v90a6%206%200%200%200%202.57%204.92A50%2050%200%200%201%20120%20234m59-154.32a6%206%200%200%201%201.75-8.3c14.14-9.21%2024.95-4.61%2033.63-.9c7.9%203.37%2013.6%205.8%2022.37.09a6%206%200%201%201%206.55%2010.05c-6.12%204-11.62%205.39-16.59%205.39c-6.51%200-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6%206%200%200%201-8.34-1.75m66%2024.64a6%206%200%200%201-1.76%208.3c-6.12%204-11.62%205.39-16.59%205.39c-6.51%200-12.11-2.39-17-4.49c-7.89-3.37-13.59-5.8-22.37-.09a6%206%200%200%201-6.55-10.05c14.14-9.21%2024.95-4.6%2033.63-.9c7.9%203.37%2013.6%205.8%2022.37.09a6%206%200%200%201%208.27%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/thermometer-hot-light.svg?color=%231a73e8&size=48