nest thermostat sensor icon

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

Name
nest-thermostat-sensor
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-thermostat-sensor-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 sensor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.8 0 3.387.668t2.795 1.825t1.952 2.724t.847 3.36q-.577-.325-1.2-.499t-1.281-.174q-.505 0-.984.094q-.48.094-.931.283q-.168-.965-.755-1.566q-.588-.6-1.488-.6q-1.067 0-1.672.824T12.066 12q0 1.008.407 1.74q.408.731 1.135 1.004q-.061.287-.104.582q-.042.296-.042.616q0 1.283.6 2.411t1.702 1.826q-.881.408-1.838.614T12 21m1.86-6.994q-.466-.193-.734-.697q-.268-.503-.268-1.309q0-.927.4-1.518t1.09-.591q.644 0 1.025.493q.38.495.45 1.281q-.658.408-1.164 1.007q-.507.6-.8 1.334M18.5 19.98q-1.673 0-2.856-1.179t-1.183-2.86t1.183-2.86t2.856-1.178t2.856 1.179q1.182 1.178 1.182 2.86t-1.182 2.859T18.5 19.98M8.36 14.884l2.661-4.697v-.908H7.396v.775h2.735l.03.075l-2.495 4.352z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestThermostatSensor(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="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.8 0 3.387.668t2.795 1.825t1.952 2.724t.847 3.36q-.577-.325-1.2-.499t-1.281-.174q-.505 0-.984.094q-.48.094-.931.283q-.168-.965-.755-1.566q-.588-.6-1.488-.6q-1.067 0-1.672.824T12.066 12q0 1.008.407 1.74q.408.731 1.135 1.004q-.061.287-.104.582q-.042.296-.042.616q0 1.283.6 2.411t1.702 1.826q-.881.408-1.838.614T12 21m1.86-6.994q-.466-.193-.734-.697q-.268-.503-.268-1.309q0-.927.4-1.518t1.09-.591q.644 0 1.025.493q.38.495.45 1.281q-.658.408-1.164 1.007q-.507.6-.8 1.334M18.5 19.98q-1.673 0-2.856-1.179t-1.183-2.86t1.183-2.86t2.856-1.178t2.856 1.179q1.182 1.178 1.182 2.86t-1.182 2.859T18.5 19.98M8.36 14.884l2.661-4.697v-.908H7.396v.775h2.735l.03.075l-2.495 4.352z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51t1.924-2.859T8.49 3.709T12 3q1.8 0 3.387.668t2.795 1.825t1.952 2.724t.847 3.36q-.577-.325-1.2-.499t-1.281-.174q-.505 0-.984.094q-.48.094-.931.283q-.168-.965-.755-1.566q-.588-.6-1.488-.6q-1.067 0-1.672.824T12.066 12q0 1.008.407 1.74q.408.731 1.135 1.004q-.061.287-.104.582q-.042.296-.042.616q0 1.283.6 2.411t1.702 1.826q-.881.408-1.838.614T12 21m1.86-6.994q-.466-.193-.734-.697q-.268-.503-.268-1.309q0-.927.4-1.518t1.09-.591q.644 0 1.025.493q.38.495.45 1.281q-.658.408-1.164 1.007q-.507.6-.8 1.334M18.5 19.98q-1.673 0-2.856-1.179t-1.183-2.86t1.183-2.86t2.856-1.178t2.856 1.179q1.182 1.178 1.182 2.86t-1.182 2.859T18.5 19.98M8.36 14.884l2.661-4.697v-.908H7.396v.775h2.735l.03.075l-2.495 4.352z"/></svg>
</template>

CSS

.icon-nest-thermostat-sensor {
  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%22M12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51t1.924-2.859T8.49%203.709T12%203q1.8%200%203.387.668t2.795%201.825t1.952%202.724t.847%203.36q-.577-.325-1.2-.499t-1.281-.174q-.505%200-.984.094q-.48.094-.931.283q-.168-.965-.755-1.566q-.588-.6-1.488-.6q-1.067%200-1.672.824T12.066%2012q0%201.008.407%201.74q.408.731%201.135%201.004q-.061.287-.104.582q-.042.296-.042.616q0%201.283.6%202.411t1.702%201.826q-.881.408-1.838.614T12%2021m1.86-6.994q-.466-.193-.734-.697q-.268-.503-.268-1.309q0-.927.4-1.518t1.09-.591q.644%200%201.025.493q.38.495.45%201.281q-.658.408-1.164%201.007q-.507.6-.8%201.334M18.5%2019.98q-1.673%200-2.856-1.179t-1.183-2.86t1.183-2.86t2.856-1.178t2.856%201.179q1.182%201.178%201.182%202.86t-1.182%202.859T18.5%2019.98M8.36%2014.884l2.661-4.697v-.908H7.396v.775h2.735l.03.075l-2.495%204.352z%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%22M12%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51t1.924-2.859T8.49%203.709T12%203q1.8%200%203.387.668t2.795%201.825t1.952%202.724t.847%203.36q-.577-.325-1.2-.499t-1.281-.174q-.505%200-.984.094q-.48.094-.931.283q-.168-.965-.755-1.566q-.588-.6-1.488-.6q-1.067%200-1.672.824T12.066%2012q0%201.008.407%201.74q.408.731%201.135%201.004q-.061.287-.104.582q-.042.296-.042.616q0%201.283.6%202.411t1.702%201.826q-.881.408-1.838.614T12%2021m1.86-6.994q-.466-.193-.734-.697q-.268-.503-.268-1.309q0-.927.4-1.518t1.09-.591q.644%200%201.025.493q.38.495.45%201.281q-.658.408-1.164%201.007q-.507.6-.8%201.334M18.5%2019.98q-1.673%200-2.856-1.179t-1.183-2.86t1.183-2.86t2.856-1.178t2.856%201.179q1.182%201.178%201.182%202.86t-1.182%202.859T18.5%2019.98M8.36%2014.884l2.661-4.697v-.908H7.396v.775h2.735l.03.075l-2.495%204.352z%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-sensor.svg?color=%231a73e8&size=48