device thermostat icon

device-thermostat from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
device-thermostat
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
device-thermostat-outline, device-thermostat-outline-rounded, device-thermostat-outline-sharp, device-thermostat-rounded, device-thermostat-sharp

The same icon in other sets

More hardware icons from Material Symbols Light

Use the device thermostat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.165 19.836Q8 18.67 8 17q0-1.084.535-1.997q.534-.913 1.465-1.465V5q0-.846.577-1.423T12 3t1.423.577T14 5v8.539q.93.552 1.466 1.464Q16 15.916 16 17q0 1.671-1.164 2.836Q13.67 21 12 21t-2.835-1.164M11 11.385h2v-1.5h-1v-.77h1v-2.23h-1v-.77h1V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeviceThermostat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.165 19.836Q8 18.67 8 17q0-1.084.535-1.997q.534-.913 1.465-1.465V5q0-.846.577-1.423T12 3t1.423.577T14 5v8.539q.93.552 1.466 1.464Q16 15.916 16 17q0 1.671-1.164 2.836Q13.67 21 12 21t-2.835-1.164M11 11.385h2v-1.5h-1v-.77h1v-2.23h-1v-.77h1V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.165 19.836Q8 18.67 8 17q0-1.084.535-1.997q.534-.913 1.465-1.465V5q0-.846.577-1.423T12 3t1.423.577T14 5v8.539q.93.552 1.466 1.464Q16 15.916 16 17q0 1.671-1.164 2.836Q13.67 21 12 21t-2.835-1.164M11 11.385h2v-1.5h-1v-.77h1v-2.23h-1v-.77h1V5q0-.425-.288-.712T12 4t-.712.288T11 5z"/></svg>
</template>

CSS

.icon-device-thermostat {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.165%2019.836Q8%2018.67%208%2017q0-1.084.535-1.997q.534-.913%201.465-1.465V5q0-.846.577-1.423T12%203t1.423.577T14%205v8.539q.93.552%201.466%201.464Q16%2015.916%2016%2017q0%201.671-1.164%202.836Q13.67%2021%2012%2021t-2.835-1.164M11%2011.385h2v-1.5h-1v-.77h1v-2.23h-1v-.77h1V5q0-.425-.288-.712T12%204t-.712.288T11%205z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.165%2019.836Q8%2018.67%208%2017q0-1.084.535-1.997q.534-.913%201.465-1.465V5q0-.846.577-1.423T12%203t1.423.577T14%205v8.539q.93.552%201.466%201.464Q16%2015.916%2016%2017q0%201.671-1.164%202.836Q13.67%2021%2012%2021t-2.835-1.164M11%2011.385h2v-1.5h-1v-.77h1v-2.23h-1v-.77h1V5q0-.425-.288-.712T12%204t-.712.288T11%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/device-thermostat.svg?color=%231a73e8&size=48