nest-thermostat from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
nest-thermostat
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the nest thermostat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.95 16.948l-2.122-2.121A3.987 3.987 0 0 0 16 11.997a3.95 3.95 0 0 0-.566-2.02L17.6 7.813a6.956 6.956 0 0 1 1.4 4.186a6.978 6.978 0 0 1-2.05 4.95zM12 4.998a6.96 6.96 0 0 1 4.186 1.4L14.02 8.564A3.954 3.954 0 0 0 12 7.998a4 4 0 0 0-2.828 6.829l-2.12 2.12A7 7 0 0 1 12 4.998zm0-3c-5.524 0-10 4.477-10 10s4.476 10 10 10c5.522 0 10-4.477 10-10s-4.478-10-10-10z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiNestThermostat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.95 16.948l-2.122-2.121A3.987 3.987 0 0 0 16 11.997a3.95 3.95 0 0 0-.566-2.02L17.6 7.813a6.956 6.956 0 0 1 1.4 4.186a6.978 6.978 0 0 1-2.05 4.95zM12 4.998a6.96 6.96 0 0 1 4.186 1.4L14.02 8.564A3.954 3.954 0 0 0 12 7.998a4 4 0 0 0-2.828 6.829l-2.12 2.12A7 7 0 0 1 12 4.998zm0-3c-5.524 0-10 4.477-10 10s4.476 10 10 10c5.522 0 10-4.477 10-10s-4.478-10-10-10z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.95 16.948l-2.122-2.121A3.987 3.987 0 0 0 16 11.997a3.95 3.95 0 0 0-.566-2.02L17.6 7.813a6.956 6.956 0 0 1 1.4 4.186a6.978 6.978 0 0 1-2.05 4.95zM12 4.998a6.96 6.96 0 0 1 4.186 1.4L14.02 8.564A3.954 3.954 0 0 0 12 7.998a4 4 0 0 0-2.828 6.829l-2.12 2.12A7 7 0 0 1 12 4.998zm0-3c-5.524 0-10 4.477-10 10s4.476 10 10 10c5.522 0 10-4.477 10-10s-4.478-10-10-10z" fill="currentColor"/></svg>
</template>

CSS

.icon-nest-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%20d%3D%22M16.95%2016.948l-2.122-2.121A3.987%203.987%200%200%200%2016%2011.997a3.95%203.95%200%200%200-.566-2.02L17.6%207.813a6.956%206.956%200%200%201%201.4%204.186a6.978%206.978%200%200%201-2.05%204.95zM12%204.998a6.96%206.96%200%200%201%204.186%201.4L14.02%208.564A3.954%203.954%200%200%200%2012%207.998a4%204%200%200%200-2.828%206.829l-2.12%202.12A7%207%200%200%201%2012%204.998zm0-3c-5.524%200-10%204.477-10%2010s4.476%2010%2010%2010c5.522%200%2010-4.477%2010-10s-4.478-10-10-10z%22%20fill%3D%22currentColor%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%20d%3D%22M16.95%2016.948l-2.122-2.121A3.987%203.987%200%200%200%2016%2011.997a3.95%203.95%200%200%200-.566-2.02L17.6%207.813a6.956%206.956%200%200%201%201.4%204.186a6.978%206.978%200%200%201-2.05%204.95zM12%204.998a6.96%206.96%200%200%201%204.186%201.4L14.02%208.564A3.954%203.954%200%200%200%2012%207.998a4%204%200%200%200-2.828%206.829l-2.12%202.12A7%207%200%200%201%2012%204.998zm0-3c-5.524%200-10%204.477-10%2010s4.476%2010%2010%2010c5.522%200%2010-4.477%2010-10s-4.478-10-10-10z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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