Nest Cam Floodlight icon

Nest Cam Floodlight 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_cam_floodlight_outlined_fill0_wght400.svg

Nest Cam Floodlight 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_cam_floodlight" />

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

Nest Cam Floodlight icon in React

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

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

Nest Cam Floodlight icon in Vue

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

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

Nest Cam Floodlight icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Cam Floodlight 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_cam_floodlight, fill: 0, weight: 400)

Nest Cam Floodlight icon in Android

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

<!-- res/drawable/nest_cam_floodlight.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="M15.75 9.325 13 6.575q-.85-.85-1.95-1.337T8.75 4.75q-1.675 0-3.062 .863T3.5 7.85q.775-1.375 2.175-2.237T8.75 4.75q1.2 0 2.3 .488t1.95 1.337l2.75 2.75ZM0 17.5v-17.5h1.752q.723 0 1.236 .514Q3.5 1.028 3.5 1.75v2.175q.725-1.425 2.1-2.3t3.075-.875h5.575q.619 0 1.06 .441Q15.75 1.631 15.75 2.25v7.075l1.075 1.075q.425 .423 .425 1.049Q17.25 12.075 16.825 12.5L10.45 18.875q-.423 .425-1.049 .425Q8.775 19.3 8.35 18.875L4.525 15.075q-.3-.3-.562-.637T3.5 13.725v2.025q0 .722-.514 1.236Q2.472 17.5 1.75 17.5H0Zm8.675-15.25q-1.825 0-3.087 1.313T4.325 6.725q.825-.9 1.963-1.437T8.75 4.75q1.2 0 2.3 .488t1.95 1.337l1.25 1.25v-5.575H8.675ZM4.25 10.819q0 .906 .35 1.719 .35 .812 1 1.462l3.8 3.8 6.35-6.35-3.85-3.85q-.65-.65-1.462-1T8.75 6.25q-1.9 0-3.2 1.35t-1.3 3.219ZM20 15.75H17.25v-1.5h2.75v1.5ZM17.375 20.425l-1.925-1.925 1.05-1.05 1.925 1.925-1.05 1.05ZM12.25 22v-2.75h1.5v2.75h-1.5Zm-2.25-9.975Z" />
</vector>

Nest Cam Floodlight icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

homenetworkalertsecuritywirelesscamerasafetysmart homelightautomationelectricequipment

Related icons