nest thermostat e eu icon

nest-thermostat-e-eu from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-thermostat-e-eu
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-thermostat-e-eu-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest thermostat e eu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.904 21q-.421 0-.71-.299T3.903 20h4.525q-2.215-1.002-3.764-3.11q-1.55-2.11-1.55-5.025q0-1.84.702-3.45t1.903-2.82t2.82-1.903T12 3t3.46.692t2.82 1.903q1.2 1.21 1.903 2.82q.701 1.61.701 3.45q0 2.916-1.539 5.025q-1.54 2.108-3.774 3.11h4.525q0 .402-.29.701t-.71.299zm2.512-6.24h3.569v-.764H8.429l-.006-.011q.385-.385.847-.816t.778-.746q.43-.43.64-.871q.208-.44.208-.877q0-.598-.484-1.079t-1.287-.48q-.687 0-1.137.38t-.604.771l.745.285q.102-.242.344-.452q.243-.21.627-.21q.479 0 .736.275t.256.56q0 .258-.104.509q-.103.25-.497.657q-.264.269-.848.833t-1.228 1.19zm8.61-.7q.609-.824.609-2.06t-.622-2.06t-1.663-.825q-1.067 0-1.676.824q-.608.824-.608 2.061t.608 2.06t1.676.825t1.676-.824m-1.676.049q-.708 0-1.1-.559T12.858 12q0-.927.4-1.518t1.092-.591t1.092.59t.4 1.519q0 .992-.392 1.551t-1.1.559"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestThermostatEEu(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="M4.904 21q-.421 0-.71-.299T3.903 20h4.525q-2.215-1.002-3.764-3.11q-1.55-2.11-1.55-5.025q0-1.84.702-3.45t1.903-2.82t2.82-1.903T12 3t3.46.692t2.82 1.903q1.2 1.21 1.903 2.82q.701 1.61.701 3.45q0 2.916-1.539 5.025q-1.54 2.108-3.774 3.11h4.525q0 .402-.29.701t-.71.299zm2.512-6.24h3.569v-.764H8.429l-.006-.011q.385-.385.847-.816t.778-.746q.43-.43.64-.871q.208-.44.208-.877q0-.598-.484-1.079t-1.287-.48q-.687 0-1.137.38t-.604.771l.745.285q.102-.242.344-.452q.243-.21.627-.21q.479 0 .736.275t.256.56q0 .258-.104.509q-.103.25-.497.657q-.264.269-.848.833t-1.228 1.19zm8.61-.7q.609-.824.609-2.06t-.622-2.06t-1.663-.825q-1.067 0-1.676.824q-.608.824-.608 2.061t.608 2.06t1.676.825t1.676-.824m-1.676.049q-.708 0-1.1-.559T12.858 12q0-.927.4-1.518t1.092-.591t1.092.59t.4 1.519q0 .992-.392 1.551t-1.1.559"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.904 21q-.421 0-.71-.299T3.903 20h4.525q-2.215-1.002-3.764-3.11q-1.55-2.11-1.55-5.025q0-1.84.702-3.45t1.903-2.82t2.82-1.903T12 3t3.46.692t2.82 1.903q1.2 1.21 1.903 2.82q.701 1.61.701 3.45q0 2.916-1.539 5.025q-1.54 2.108-3.774 3.11h4.525q0 .402-.29.701t-.71.299zm2.512-6.24h3.569v-.764H8.429l-.006-.011q.385-.385.847-.816t.778-.746q.43-.43.64-.871q.208-.44.208-.877q0-.598-.484-1.079t-1.287-.48q-.687 0-1.137.38t-.604.771l.745.285q.102-.242.344-.452q.243-.21.627-.21q.479 0 .736.275t.256.56q0 .258-.104.509q-.103.25-.497.657q-.264.269-.848.833t-1.228 1.19zm8.61-.7q.609-.824.609-2.06t-.622-2.06t-1.663-.825q-1.067 0-1.676.824q-.608.824-.608 2.061t.608 2.06t1.676.825t1.676-.824m-1.676.049q-.708 0-1.1-.559T12.858 12q0-.927.4-1.518t1.092-.591t1.092.59t.4 1.519q0 .992-.392 1.551t-1.1.559"/></svg>
</template>

CSS

.icon-nest-thermostat-e-eu {
  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%22M4.904%2021q-.421%200-.71-.299T3.903%2020h4.525q-2.215-1.002-3.764-3.11q-1.55-2.11-1.55-5.025q0-1.84.702-3.45t1.903-2.82t2.82-1.903T12%203t3.46.692t2.82%201.903q1.2%201.21%201.903%202.82q.701%201.61.701%203.45q0%202.916-1.539%205.025q-1.54%202.108-3.774%203.11h4.525q0%20.402-.29.701t-.71.299zm2.512-6.24h3.569v-.764H8.429l-.006-.011q.385-.385.847-.816t.778-.746q.43-.43.64-.871q.208-.44.208-.877q0-.598-.484-1.079t-1.287-.48q-.687%200-1.137.38t-.604.771l.745.285q.102-.242.344-.452q.243-.21.627-.21q.479%200%20.736.275t.256.56q0%20.258-.104.509q-.103.25-.497.657q-.264.269-.848.833t-1.228%201.19zm8.61-.7q.609-.824.609-2.06t-.622-2.06t-1.663-.825q-1.067%200-1.676.824q-.608.824-.608%202.061t.608%202.06t1.676.825t1.676-.824m-1.676.049q-.708%200-1.1-.559T12.858%2012q0-.927.4-1.518t1.092-.591t1.092.59t.4%201.519q0%20.992-.392%201.551t-1.1.559%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%22M4.904%2021q-.421%200-.71-.299T3.903%2020h4.525q-2.215-1.002-3.764-3.11q-1.55-2.11-1.55-5.025q0-1.84.702-3.45t1.903-2.82t2.82-1.903T12%203t3.46.692t2.82%201.903q1.2%201.21%201.903%202.82q.701%201.61.701%203.45q0%202.916-1.539%205.025q-1.54%202.108-3.774%203.11h4.525q0%20.402-.29.701t-.71.299zm2.512-6.24h3.569v-.764H8.429l-.006-.011q.385-.385.847-.816t.778-.746q.43-.43.64-.871q.208-.44.208-.877q0-.598-.484-1.079t-1.287-.48q-.687%200-1.137.38t-.604.771l.745.285q.102-.242.344-.452q.243-.21.627-.21q.479%200%20.736.275t.256.56q0%20.258-.104.509q-.103.25-.497.657q-.264.269-.848.833t-1.228%201.19zm8.61-.7q.609-.824.609-2.06t-.622-2.06t-1.663-.825q-1.067%200-1.676.824q-.608.824-.608%202.061t.608%202.06t1.676.825t1.676-.824m-1.676.049q-.708%200-1.1-.559T12.858%2012q0-.927.4-1.518t1.092-.591t1.092.59t.4%201.519q0%20.992-.392%201.551t-1.1.559%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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