thermometer simple icon
thermometer-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- thermometer-simple-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the thermometer simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M134 154.6V88a6 6 0 0 0-12 0v66.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 128 234"/></svg>
React
import type { SVGProps } from "react";
export function PhThermometerSimpleLight(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="M134 154.6V88a6 6 0 0 0-12 0v66.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 128 234"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M134 154.6V88a6 6 0 0 0-12 0v66.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 128 234"/></svg> </template>
CSS
.icon-thermometer-simple-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%22M134%20154.6V88a6%206%200%200%200-12%200v66.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%20128%20234%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%22M134%20154.6V88a6%206%200%200%200-12%200v66.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%20128%20234%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/thermometer-simple-light.svg?color=%231a73e8&size=48