thermometer hot icon
thermometer-hot-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- thermometer-hot-fill
- Set
- Phosphor
- Style
- Fill
- 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="M152 146.08V40a32 32 0 0 0-64 0v106.08a56 56 0 1 0 64 0M136 56h-32V40a16 16 0 0 1 32 0Zm41.3 24.77a8 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 PhThermometerHotFill(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="M152 146.08V40a32 32 0 0 0-64 0v106.08a56 56 0 1 0 64 0M136 56h-32V40a16 16 0 0 1 32 0Zm41.3 24.77a8 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="M152 146.08V40a32 32 0 0 0-64 0v106.08a56 56 0 1 0 64 0M136 56h-32V40a16 16 0 0 1 32 0Zm41.3 24.77a8 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-fill {
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%22M152%20146.08V40a32%2032%200%200%200-64%200v106.08a56%2056%200%201%200%2064%200M136%2056h-32V40a16%2016%200%200%201%2032%200Zm41.3%2024.77a8%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%22M152%20146.08V40a32%2032%200%200%200-64%200v106.08a56%2056%200%201%200%2064%200M136%2056h-32V40a16%2016%200%200%201%2032%200Zm41.3%2024.77a8%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-fill.svg?color=%231a73e8&size=48