Nest Cam Wall Mount icon

Nest Cam Wall Mount 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_wall_mount_outlined_fill0_wght400.svg

Nest Cam Wall Mount 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=nest_cam_wall_mount" />

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

Nest Cam Wall Mount icon in React

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

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

Nest Cam Wall Mount icon in Vue

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

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

Nest Cam Wall Mount icon in Angular

With Angular Material and the font from the HTML tab:

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

Nest Cam Wall Mount 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_wall_mount, fill: 0, weight: 400)

Nest Cam Wall Mount icon in Android

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

<!-- res/drawable/nest_cam_wall_mount.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="M2.55 16.874Q2 16.324 2 15.55v-7.615Q2 7.15 2.551 6.6q.551-.55 1.325-.55Q4.65 6.05 5.2 6.588t.55 1.312q.825-1.55 2.356-2.5 1.531-.95 3.394-.95 1.3 0 2.488 .488T16.1 6.35l4.675 4.675q.2 .2 .313 .488T21.2 12.075q0 .275-.112 .563T20.775 13.125L13.7 20.2q-.225 .225-.5 .338t-.55 .112q-.275 0-.562-.112T11.575 20.2L6.9 15.55q-.35-.35-.637-.737T5.75 14v1.55q0 .774-.551 1.324-.551 .551-1.325 .551Q3.1 17.425 2.55 16.874ZM6.75 10.925q0 .95 .363 1.825t1.038 1.551L12.65 18.8l6.7-6.725-4.499-4.499Q14.175 6.9 13.316 6.538 12.458 6.175 11.507 6.175 9.525 6.175 8.138 7.56 6.75 8.946 6.75 10.925Zm6.3 1.575Z" />
</vector>

Nest Cam Wall Mount icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/nest_cam_wall_mount.svg" width="24" height="24" alt="Nest Cam Wall Mount">

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

Keywords

homevideosecuritycamerasafetysmart homeautomationelectronicsrecordingmonitoringsurveillancehome automation

Related icons