Nest Thermostat Sensor icon

Nest Thermostat Sensor is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

nest_thermostat_sensor_outlined_fill0_wght400.svg

Nest Thermostat Sensor icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=nest_thermostat_sensor" />

<span class="material-symbols-outlined">nest_thermostat_sensor</span>

Nest Thermostat Sensor icon in React

// With the font from the HTML tab:
export function NestThermostatSensorIcon() {
  return (
    <span className="material-symbols-outlined">
      nest_thermostat_sensor
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NestThermostatSensorIcon from "@material-symbols/svg-400/outlined/nest_thermostat_sensor.svg?react";

Nest Thermostat Sensor icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">nest_thermostat_sensor</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NestThermostatSensorIcon from "@material-symbols/svg-400/outlined/nest_thermostat_sensor.svg?component"; -->

Nest Thermostat Sensor icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">nest_thermostat_sensor</mat-icon>

Nest Thermostat Sensor icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.nest_thermostat_sensor, fill: 0, weight: 400)

Nest Thermostat Sensor icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/nest_thermostat_sensor.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 20.5q.625 0 1.225-.087t1.175-.263q-.675-.75-1.037-1.675T13 16.525q0-.4 .05-.775t.15-.725q-.65-.375-.975-1.175t-.325-1.85q0-1.425 .6-2.362t1.825-.938q1.05 0 1.65 .725t.75 1.85q.425-.125 .863-.2t.887-.075q.5 0 1 .088t1 .262q-.125-1.65-.837-3.087t-1.85-2.5Q16.65 4.7 15.163 4.1T12 3.5q-1.75 0-3.3 .663t-2.712 1.825q-1.163 1.162-1.825 2.7T3.5 12q0 1.75 .663 3.3t1.825 2.713Q7.15 19.175 8.7 19.838T12 20.5Zm1.475-6.225q.4-.875 1.038-1.562T16 11.6q-.075-.975-.5-1.562T14.325 9.45q-.825 0-1.25 .7t-.425 1.85q0 .875 .225 1.438t.6 .837ZM18.5 22q-.725 0-1.425-.187T15.75 21.25q-.9 .375-1.85 .563T12 22q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.175T2 12q0-2.075 .788-3.9T4.925 4.925q1.35-1.35 3.175-2.137T12 2q2.1 0 3.95 .813t3.213 2.2Q20.525 6.4 21.288 8.275T22 12.25q.95 .8 1.475 1.9t.525 2.35q0 2.3-1.6 3.9T18.5 22Zm0-1.5q1.65 0 2.825-1.175t1.175-2.825q0-1.65-1.175-2.825t-2.825-1.175q-1.65 0-2.825 1.175t-1.175 2.825q0 1.65 1.175 2.825t2.825 1.175ZM8.15 15.3l-.7-.4 2.95-5.2-.05-.075H6.975v-.725h4.275v.875L8.15 15.3Z" />
</vector>

Nest Thermostat Sensor icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/nest_thermostat_sensor.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/nest_thermostat_sensor.svg" width="24" height="24" alt="Nest Thermostat Sensor">

Nest Thermostat Sensor icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNest Thermostat Sensor
Ligaturenest_thermostat_sensor
Code pointU+F12F
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_thermostat_sensor.svg, nest_thermostat_sensor-fill.svg
FlutterSymbols.nest_thermostat_sensor
LicenseApache License 2.0 (© Google LLC)

Keywords

homeiconhardwaregraphicmonitorelementclimatesmart hometemperatureautomationenvironmentair

Related icons