Nest Clock Farsight Digital icon

Nest Clock Farsight Digital 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_clock_farsight_digital_outlined_fill0_wght400.svg

Nest Clock Farsight Digital 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_clock_farsight_digital" />

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

Nest Clock Farsight Digital icon in React

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

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

Nest Clock Farsight Digital icon in Vue

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

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

Nest Clock Farsight Digital icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Clock Farsight Digital 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_clock_farsight_digital, fill: 0, weight: 400)

Nest Clock Farsight Digital icon in Android

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

<!-- res/drawable/nest_clock_farsight_digital.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="M6.625 13.9h.6v-3.8h-.425l-1.125 .8 .325 .475 .625-.45v2.975Zm1.425 .025h2.5v-.575h-1.65v-.05l.975-1q.3-.3 .45-.6t.15-.6q0-.5-.337-.8T9.275 10q-.45 0-.775 .225t-.45 .625l.525 .25q.1-.25 .275-.375t.425-.125q.275 0 .438 .138T9.875 11.125q0 .3-.425 .775l-1.4 1.45v.575Zm3.85-.15q.125-.125 .125-.325t-.125-.325q-.125-.125-.325-.125t-.325 .125q-.125 .125-.125 .325t.125 .325q.125 .125 .325 .125t.325-.125Zm0-2.025q.125-.125 .125-.325t-.125-.325q-.125-.125-.325-.125t-.325 .125q-.125 .125-.125 .325t.125 .325q.125 .125 .325 .125t.325-.125Zm1.975 2.25q.575 0 .925-.325t.35-.825q0-.35-.175-.587T14.5 11.9v-.025q.25-.125 .388-.337T15.025 11.05q0-.425-.35-.737T13.825 10q-.425 0-.737 .213T12.625 10.8l.55 .225q.1-.225 .263-.337T13.825 10.575q.275 0 .425 .138t.15 .337q0 .25-.187 .413T13.75 11.625h-.3v.575h.325q.35 0 .538 .138T14.5 12.75q0 .275-.2 .463t-.5 .187q-.275 0-.437-.15T13.1 12.775l-.575 .225q.15 .475 .5 .738t.85 .262Zm3.125 0q.55 0 .938-.375t.387-.925q0-.5-.325-.862T17.175 11.475q-.05 0-.4 .1l-.025-.025 .875-1.2-.5-.35-.975 1.4q-.3 .425-.4 .7t-.1 .525q0 .575 .388 .975t.962 .4Zm-.537-.787Q16.25 13 16.25 12.7t.213-.512Q16.675 11.975 16.975 11.975t.513 .213Q17.7 12.4 17.7 12.7t-.212 .513Q17.275 13.425 16.975 13.425t-.512-.212ZM12 22q-2.05 0-3.875-.787t-3.187-2.15Q3.575 17.7 2.788 15.875T2 12q0-2.05 .788-3.875t2.15-3.187Q6.3 3.575 8.125 2.788T12 2q2.05 0 3.875 .788t3.188 2.15Q20.425 6.3 21.213 8.125T22 12q0 2.05-.787 3.875t-2.15 3.188Q17.7 20.425 15.875 21.213T12 22Zm0-10Zm0 8.5q3.5 0 6-2.5t2.5-6q0-3.5-2.5-6T12 3.5q-3.5 0-6 2.5T3.5 12q0 3.5 2.5 6t6 2.5Z" />
</vector>

Nest Clock Farsight Digital icon in SVG

npm install @material-symbols/svg-400

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

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

Nest Clock Farsight Digital 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 Clock Farsight Digital
Ligaturenest_clock_farsight_digital
Code pointU+F8BC
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/nest_clock_farsight_digital.svg, nest_clock_farsight_digital-fill.svg
FlutterSymbols.nest_clock_farsight_digital
LicenseApache License 2.0 (© Google LLC)

Keywords

homenetworksettingsicongraphictimemeasurementelectronicclimateschedulesmart homealarm

Related icons