nest remote comfort sensor icon
nest-remote-comfort-sensor from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-remote-comfort-sensor
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-remote-comfort-sensor-sharp
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the nest remote comfort sensor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.175 19.825Q8 18.65 8 17t1.175-2.825T12 13t2.825 1.175T16 17t-1.175 2.825T12 21t-2.825-1.175M3.05 8.6L1.575 7.225q2.025-1.975 4.7-3.1T12 3t5.725 1.125t4.7 3.1L20.95 8.6q-1.775-1.675-4.05-2.637T12 5t-4.9.963T3.05 8.6m14.25 3.425q-1.05-.95-2.4-1.487T12 10t-2.887.538T6.7 12.025L5.225 10.65Q6.575 9.4 8.313 8.7T12 8t3.675.7t3.075 1.95z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestRemoteComfortSensor(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="M9.175 19.825Q8 18.65 8 17t1.175-2.825T12 13t2.825 1.175T16 17t-1.175 2.825T12 21t-2.825-1.175M3.05 8.6L1.575 7.225q2.025-1.975 4.7-3.1T12 3t5.725 1.125t4.7 3.1L20.95 8.6q-1.775-1.675-4.05-2.637T12 5t-4.9.963T3.05 8.6m14.25 3.425q-1.05-.95-2.4-1.487T12 10t-2.887.538T6.7 12.025L5.225 10.65Q6.575 9.4 8.313 8.7T12 8t3.675.7t3.075 1.95z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.175 19.825Q8 18.65 8 17t1.175-2.825T12 13t2.825 1.175T16 17t-1.175 2.825T12 21t-2.825-1.175M3.05 8.6L1.575 7.225q2.025-1.975 4.7-3.1T12 3t5.725 1.125t4.7 3.1L20.95 8.6q-1.775-1.675-4.05-2.637T12 5t-4.9.963T3.05 8.6m14.25 3.425q-1.05-.95-2.4-1.487T12 10t-2.887.538T6.7 12.025L5.225 10.65Q6.575 9.4 8.313 8.7T12 8t3.675.7t3.075 1.95z"/></svg> </template>
CSS
.icon-nest-remote-comfort-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%22M9.175%2019.825Q8%2018.65%208%2017t1.175-2.825T12%2013t2.825%201.175T16%2017t-1.175%202.825T12%2021t-2.825-1.175M3.05%208.6L1.575%207.225q2.025-1.975%204.7-3.1T12%203t5.725%201.125t4.7%203.1L20.95%208.6q-1.775-1.675-4.05-2.637T12%205t-4.9.963T3.05%208.6m14.25%203.425q-1.05-.95-2.4-1.487T12%2010t-2.887.538T6.7%2012.025L5.225%2010.65Q6.575%209.4%208.313%208.7T12%208t3.675.7t3.075%201.95z%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%22M9.175%2019.825Q8%2018.65%208%2017t1.175-2.825T12%2013t2.825%201.175T16%2017t-1.175%202.825T12%2021t-2.825-1.175M3.05%208.6L1.575%207.225q2.025-1.975%204.7-3.1T12%203t5.725%201.125t4.7%203.1L20.95%208.6q-1.775-1.675-4.05-2.637T12%205t-4.9.963T3.05%208.6m14.25%203.425q-1.05-.95-2.4-1.487T12%2010t-2.887.538T6.7%2012.025L5.225%2010.65Q6.575%209.4%208.313%208.7T12%208t3.675.7t3.075%201.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-remote-comfort-sensor.svg?color=%231a73e8&size=48