Nest Thermostat E Eu icon

Nest Thermostat E Eu 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_e_eu_outlined_fill0_wght400.svg

Nest Thermostat E Eu 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_e_eu" />

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

Nest Thermostat E Eu icon in React

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

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

Nest Thermostat E Eu icon in Vue

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

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

Nest Thermostat E Eu icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Thermostat E Eu 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_e_eu, fill: 0, weight: 400)

Nest Thermostat E Eu icon in Android

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

<!-- res/drawable/nest_thermostat_e_eu.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="M4.775 21.75q-.65 0-1.075-.425t-.425-1.075h5.05q-2.75-1.2-4.287-3.612T2.5 11.5q0-1.95 .75-3.675t2.05-3.025q1.3-1.3 3.025-2.05t3.675-.75q1.95 0 3.675 .75t3.025 2.05q1.3 1.3 2.05 3.025t.75 3.675q0 2.725-1.537 5.138T15.675 20.25h5.05q0 .65-.425 1.075t-1.075 .425H4.775Zm12.875-4.6q2.35-2.35 2.35-5.65t-2.35-5.65q-2.35-2.35-5.65-2.35t-5.65 2.35q-2.35 2.35-2.35 5.65t2.35 5.65q2.35 2.35 5.65 2.35t5.65-2.35Zm-10.825-2h4.175v-.75H7.975l-.025-.075q.525-.475 1.013-.862T9.675 12.875q.7-.6 .988-1.137T10.95 10.55q0-.7-.525-1.275t-1.45-.575q-.875 0-1.412 .425T6.775 10.15l.675 .3q.15-.375 .5-.687t1-.313q.575 0 .913 .3t.337 .8q0 .525-.275 .938T8.925 12.55q-.5 .425-.975 .8t-1.125 .95v.85Zm9.588-.787Q17.025 13.425 17.025 12t-.625-2.362Q15.775 8.7 14.575 8.7q-1.225 0-1.825 .938T12.15 12q0 1.425 .6 2.363t1.825 .937q1.225 0 1.838-.937ZM14.575 14.55q-.7 0-1.187-.612T12.9 12q0-1.15 .425-1.85t1.25-.7q.825 0 1.263 .7t.437 1.85q0 1.325-.487 1.938T14.575 14.55ZM12 11.5Z" />
</vector>

Nest Thermostat E Eu icon in SVG

npm install @material-symbols/svg-400

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

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

Nest Thermostat E Eu 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 E Eu
Ligaturenest_thermostat_e_eu
Code pointU+F12D
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_thermostat_e_eu.svg, nest_thermostat_e_eu-fill.svg
FlutterSymbols.nest_thermostat_e_eu
LicenseApache License 2.0 (© Google LLC)

Keywords

homesettingshardwaresmart hometemperaturecontrolscircularapplianceringgaugegoogleheatingdial

Related icons