nest true radiant icon
nest-true-radiant from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-true-radiant
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nest-true-radiant-outline, nest-true-radiant-outline-sharp, nest-true-radiant-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 true radiant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.875 20.125Q3 19.25 3 18V8h2v10q0 .425.288.713T6 19t.713-.288T7 18V6q0-1.25.875-2.125T10 3t2.125.875T13 6v12q0 .425.288.713T14 19t.713-.288T15 18V6q0-1.25.875-2.125T18 3t2.125.875T21 6v10h-2V6q0-.425-.288-.712T18 5t-.712.288T17 6v12q0 1.25-.875 2.125T14 21t-2.125-.875T11 18V6q0-.425-.288-.712T10 5t-.712.288T9 6v12q0 1.25-.875 2.125T6 21t-2.125-.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNestTrueRadiant(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="M3.875 20.125Q3 19.25 3 18V8h2v10q0 .425.288.713T6 19t.713-.288T7 18V6q0-1.25.875-2.125T10 3t2.125.875T13 6v12q0 .425.288.713T14 19t.713-.288T15 18V6q0-1.25.875-2.125T18 3t2.125.875T21 6v10h-2V6q0-.425-.288-.712T18 5t-.712.288T17 6v12q0 1.25-.875 2.125T14 21t-2.125-.875T11 18V6q0-.425-.288-.712T10 5t-.712.288T9 6v12q0 1.25-.875 2.125T6 21t-2.125-.875"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.875 20.125Q3 19.25 3 18V8h2v10q0 .425.288.713T6 19t.713-.288T7 18V6q0-1.25.875-2.125T10 3t2.125.875T13 6v12q0 .425.288.713T14 19t.713-.288T15 18V6q0-1.25.875-2.125T18 3t2.125.875T21 6v10h-2V6q0-.425-.288-.712T18 5t-.712.288T17 6v12q0 1.25-.875 2.125T14 21t-2.125-.875T11 18V6q0-.425-.288-.712T10 5t-.712.288T9 6v12q0 1.25-.875 2.125T6 21t-2.125-.875"/></svg> </template>
CSS
.icon-nest-true-radiant {
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%22M3.875%2020.125Q3%2019.25%203%2018V8h2v10q0%20.425.288.713T6%2019t.713-.288T7%2018V6q0-1.25.875-2.125T10%203t2.125.875T13%206v12q0%20.425.288.713T14%2019t.713-.288T15%2018V6q0-1.25.875-2.125T18%203t2.125.875T21%206v10h-2V6q0-.425-.288-.712T18%205t-.712.288T17%206v12q0%201.25-.875%202.125T14%2021t-2.125-.875T11%2018V6q0-.425-.288-.712T10%205t-.712.288T9%206v12q0%201.25-.875%202.125T6%2021t-2.125-.875%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%22M3.875%2020.125Q3%2019.25%203%2018V8h2v10q0%20.425.288.713T6%2019t.713-.288T7%2018V6q0-1.25.875-2.125T10%203t2.125.875T13%206v12q0%20.425.288.713T14%2019t.713-.288T15%2018V6q0-1.25.875-2.125T18%203t2.125.875T21%206v10h-2V6q0-.425-.288-.712T18%205t-.712.288T17%206v12q0%201.25-.875%202.125T14%2021t-2.125-.875T11%2018V6q0-.425-.288-.712T10%205t-.712.288T9%206v12q0%201.25-.875%202.125T6%2021t-2.125-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nest-true-radiant.svg?color=%231a73e8&size=48