nest farsight heat icon
nest-farsight-heat-outline-rounded from Material Symbols Light by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-farsight-heat-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
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 farsight heat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.092 11.65q-.311.567-.567 1.147t-.256 1.228q0 .527.224.988t.59.854q.16.189.395.246q.236.058.418-.101q.177-.135.204-.333t-.113-.325q-.298-.285-.508-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.287-.517.54-1.084q.252-.568.252-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.159-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.219.912t-.458.838m3.481 0q-.312.567-.567 1.147q-.256.58-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.508-.613q-.209-.33-.209-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.16-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.22.913t-.457.837m3.48 0q-.31.567-.566 1.147t-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.507-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.247-.99q-.246-.464-.636-.814q-.16-.183-.401-.215q-.241-.033-.418.127q-.152.14-.17.328t.122.31q.298.24.524.566t.226.713q0 .483-.22.912t-.457.838M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNestFarsightHeatOutlineRounded(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="M8.092 11.65q-.311.567-.567 1.147t-.256 1.228q0 .527.224.988t.59.854q.16.189.395.246q.236.058.418-.101q.177-.135.204-.333t-.113-.325q-.298-.285-.508-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.287-.517.54-1.084q.252-.568.252-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.159-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.219.912t-.458.838m3.481 0q-.312.567-.567 1.147q-.256.58-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.508-.613q-.209-.33-.209-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.16-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.22.913t-.457.837m3.48 0q-.31.567-.566 1.147t-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.507-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.247-.99q-.246-.464-.636-.814q-.16-.183-.401-.215q-.241-.033-.418.127q-.152.14-.17.328t.122.31q.298.24.524.566t.226.713q0 .483-.22.912t-.457.838M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.092 11.65q-.311.567-.567 1.147t-.256 1.228q0 .527.224.988t.59.854q.16.189.395.246q.236.058.418-.101q.177-.135.204-.333t-.113-.325q-.298-.285-.508-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.287-.517.54-1.084q.252-.568.252-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.159-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.219.912t-.458.838m3.481 0q-.312.567-.567 1.147q-.256.58-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.508-.613q-.209-.33-.209-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.16-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0 .483-.22.913t-.457.837m3.48 0q-.31.567-.566 1.147t-.256 1.228q0 .527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.507-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.247-.99q-.246-.464-.636-.814q-.16-.183-.401-.215q-.241-.033-.418.127q-.152.14-.17.328t.122.31q.298.24.524.566t.226.713q0 .483-.22.912t-.457.838M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg> </template>
CSS
.icon-nest-farsight-heat-outline-rounded {
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%22M8.092%2011.65q-.311.567-.567%201.147t-.256%201.228q0%20.527.224.988t.59.854q.16.189.395.246q.236.058.418-.101q.177-.135.204-.333t-.113-.325q-.298-.285-.508-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.287-.517.54-1.084q.252-.568.252-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.159-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0%20.483-.219.912t-.458.838m3.481%200q-.312.567-.567%201.147q-.256.58-.256%201.228q0%20.527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.508-.613q-.209-.33-.209-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.16-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0%20.483-.22.913t-.457.837m3.48%200q-.31.567-.566%201.147t-.256%201.228q0%20.527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.507-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.247-.99q-.246-.464-.636-.814q-.16-.183-.401-.215q-.241-.033-.418.127q-.152.14-.17.328t.122.31q.298.24.524.566t.226.713q0%20.483-.22.912t-.457.838M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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%22M8.092%2011.65q-.311.567-.567%201.147t-.256%201.228q0%20.527.224.988t.59.854q.16.189.395.246q.236.058.418-.101q.177-.135.204-.333t-.113-.325q-.298-.285-.508-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.287-.517.54-1.084q.252-.568.252-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.159-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0%20.483-.219.912t-.458.838m3.481%200q-.312.567-.567%201.147q-.256.58-.256%201.228q0%20.527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.508-.613q-.209-.33-.209-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.246-.99q-.246-.464-.637-.814q-.16-.183-.4-.215q-.242-.033-.419.127q-.152.14-.17.328q-.018.189.122.31q.298.24.524.566t.226.713q0%20.483-.22.913t-.457.837m3.48%200q-.31.567-.566%201.147t-.256%201.228q0%20.527.224.988t.59.854q.159.189.395.246q.235.058.418-.101q.177-.135.204-.333t-.114-.325q-.298-.285-.507-.613q-.21-.33-.21-.741q0-.508.225-.962t.483-.913q.286-.517.539-1.084t.253-1.166q0-.527-.247-.99q-.246-.464-.636-.814q-.16-.183-.401-.215q-.241-.033-.418.127q-.152.14-.17.328t.122.31q.298.24.524.566t.226.713q0%20.483-.22.912t-.457.838M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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-farsight-heat-outline-rounded.svg?color=%231a73e8&size=48