Nest True Radiant icon

Nest True Radiant is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

nest_true_radiant_outlined_fill0_wght400.svg

Nest True Radiant icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=nest_true_radiant" />

<span class="material-symbols-outlined">nest_true_radiant</span>

Nest True Radiant icon in React

// With the font from the HTML tab:
export function NestTrueRadiantIcon() {
  return (
    <span className="material-symbols-outlined">
      nest_true_radiant
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import NestTrueRadiantIcon from "@material-symbols/svg-400/outlined/nest_true_radiant.svg?react";

Nest True Radiant icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">nest_true_radiant</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import NestTrueRadiantIcon from "@material-symbols/svg-400/outlined/nest_true_radiant.svg?component"; -->

Nest True Radiant icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">nest_true_radiant</mat-icon>

Nest True Radiant icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.nest_true_radiant, fill: 0, weight: 400)

Nest True Radiant icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/nest_true_radiant.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3.825 20.183q-.825-.816-.825-1.983v-10.2h1.5v10.2q0 .553 .388 .926Q5.275 19.5 5.827 19.5t.925-.374Q7.125 18.753 7.125 18.2v-12.375q0-1.177 .824-2.001 .823-.824 2-.824t1.989 .824Q12.75 4.648 12.75 5.825v12.375q0 .553 .388 .926Q13.525 19.5 14.077 19.5t.925-.374Q15.375 18.753 15.375 18.2v-12.375q0-1.177 .824-2.001 .823-.824 2-.824t1.989 .824Q21 4.648 21 5.825v10.175h-1.5v-10.175q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T16.875 5.825v12.375q0 1.167-.818 1.983Q15.238 21 14.069 21 12.9 21 12.075 20.183q-.825-.816-.825-1.983v-12.375q0-.55-.373-.937t-.925-.388q-.552 0-.939 .388T8.625 5.825v12.375q0 1.167-.818 1.983Q6.988 21 5.819 21 4.65 21 3.825 20.183Z" />
</vector>

Nest True Radiant icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/nest_true_radiant.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/nest_true_radiant.svg" width="24" height="24" alt="Nest True Radiant">

Nest True Radiant icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameNest True Radiant
Ligaturenest_true_radiant
Code pointU+F8C4
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_true_radiant.svg, nest_true_radiant-fill.svg
FlutterSymbols.nest_true_radiant
LicenseApache License 2.0 (© Google LLC)

Keywords

homeinformationsettingsstatussystemhousemeasurementbuildingenergyclimatesmart hometemperature

Related icons