nest heat link gen 3 icon
nest-heat-link-gen-3-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-heat-link-gen-3-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-heat-link-gen-3-outline-rounded, nest-heat-link-gen-3-outline-sharp
1 other variant 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 heat link gen 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-2.075 0-3.537-1.463T3 16V8q0-2.075 1.463-3.537T8 3h8q2.075 0 3.538 1.463T21 8v8q0 2.075-1.463 3.538T16 21zm0-2h8q1.25 0 2.125-.875T19 16V8q0-1.25-.875-2.125T16 5H8q-1.25 0-2.125.875T5 8v8q0 1.25.875 2.125T8 19m7.188-3.312Q16.5 14.375 16.5 12.5t-1.312-3.187T12 8T8.813 9.313T7.5 12.5t1.313 3.188T12 17t3.188-1.312M12 15q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m0-7.5q.425 0 .713-.288T13 6.5t-.288-.712T12 5.5t-.712.288T11 6.5t.288.713T12 7.5m0 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestHeatLinkGen3Outline(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 21q-2.075 0-3.537-1.463T3 16V8q0-2.075 1.463-3.537T8 3h8q2.075 0 3.538 1.463T21 8v8q0 2.075-1.463 3.538T16 21zm0-2h8q1.25 0 2.125-.875T19 16V8q0-1.25-.875-2.125T16 5H8q-1.25 0-2.125.875T5 8v8q0 1.25.875 2.125T8 19m7.188-3.312Q16.5 14.375 16.5 12.5t-1.312-3.187T12 8T8.813 9.313T7.5 12.5t1.313 3.188T12 17t3.188-1.312M12 15q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m0-7.5q.425 0 .713-.288T13 6.5t-.288-.712T12 5.5t-.712.288T11 6.5t.288.713T12 7.5m0 5"/></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 21q-2.075 0-3.537-1.463T3 16V8q0-2.075 1.463-3.537T8 3h8q2.075 0 3.538 1.463T21 8v8q0 2.075-1.463 3.538T16 21zm0-2h8q1.25 0 2.125-.875T19 16V8q0-1.25-.875-2.125T16 5H8q-1.25 0-2.125.875T5 8v8q0 1.25.875 2.125T8 19m7.188-3.312Q16.5 14.375 16.5 12.5t-1.312-3.187T12 8T8.813 9.313T7.5 12.5t1.313 3.188T12 17t3.188-1.312M12 15q-1.05 0-1.775-.725T9.5 12.5t.725-1.775T12 10t1.775.725t.725 1.775t-.725 1.775T12 15m0-7.5q.425 0 .713-.288T13 6.5t-.288-.712T12 5.5t-.712.288T11 6.5t.288.713T12 7.5m0 5"/></svg> </template>
CSS
.icon-nest-heat-link-gen-3-outline {
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%2021q-2.075%200-3.537-1.463T3%2016V8q0-2.075%201.463-3.537T8%203h8q2.075%200%203.538%201.463T21%208v8q0%202.075-1.463%203.538T16%2021zm0-2h8q1.25%200%202.125-.875T19%2016V8q0-1.25-.875-2.125T16%205H8q-1.25%200-2.125.875T5%208v8q0%201.25.875%202.125T8%2019m7.188-3.312Q16.5%2014.375%2016.5%2012.5t-1.312-3.187T12%208T8.813%209.313T7.5%2012.5t1.313%203.188T12%2017t3.188-1.312M12%2015q-1.05%200-1.775-.725T9.5%2012.5t.725-1.775T12%2010t1.775.725t.725%201.775t-.725%201.775T12%2015m0-7.5q.425%200%20.713-.288T13%206.5t-.288-.712T12%205.5t-.712.288T11%206.5t.288.713T12%207.5m0%205%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%2021q-2.075%200-3.537-1.463T3%2016V8q0-2.075%201.463-3.537T8%203h8q2.075%200%203.538%201.463T21%208v8q0%202.075-1.463%203.538T16%2021zm0-2h8q1.25%200%202.125-.875T19%2016V8q0-1.25-.875-2.125T16%205H8q-1.25%200-2.125.875T5%208v8q0%201.25.875%202.125T8%2019m7.188-3.312Q16.5%2014.375%2016.5%2012.5t-1.312-3.187T12%208T8.813%209.313T7.5%2012.5t1.313%203.188T12%2017t3.188-1.312M12%2015q-1.05%200-1.775-.725T9.5%2012.5t.725-1.775T12%2010t1.775.725t.725%201.775t-.725%201.775T12%2015m0-7.5q.425%200%20.713-.288T13%206.5t-.288-.712T12%205.5t-.712.288T11%206.5t.288.713T12%207.5m0%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-heat-link-gen-3-outline.svg?color=%231a73e8&size=48