Nest Cam Magnet Mount icon

Nest Cam Magnet 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_magnet_mount_outlined_fill0_wght400.svg

Nest Cam Magnet 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,[email protected],100..700,0..1,-50..200&icon_names=nest_cam_magnet_mount" />

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

Nest Cam Magnet Mount icon in React

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

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

Nest Cam Magnet Mount icon in Vue

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

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

Nest Cam Magnet Mount icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Nest Cam Magnet Mount icon in Android

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

<!-- res/drawable/nest_cam_magnet_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="M23.25 16.05q-.722 0-1.236-.514Q21.5 15.022 21.5 14.3v-4q0-.725 .514-1.237Q22.528 8.55 23.25 8.55h.75v7.5h-.75Zm-16.569 2.313Q6.4 18.25 6.2 18.05L1.25 13.125q-.225-.224-.337-.494Q.8 12.36 .8 12.08q0-.28 .113-.567T1.225 11l3.225-3.25q.725-.725 1.638-1.1t1.912-.375q2.1 0 3.55 1.45t1.45 3.55q0 1-.375 1.913T11.525 14.825L8.3 18.05q-.2 .2-.487 .313t-.569 .112q-.281 0-.563-.112ZM7.996 7.775q-.671 0-1.308 .263T5.525 8.8L2.3 12.05l4.95 4.95 3.25-3.225q.5-.525 .763-1.163t.262-1.307Q11.525 9.825 10.504 8.8q-1.021-1.025-2.508-1.025ZM6.925 12.375Zm10.05 2.575-.7-.7 1.4-1.4H14.25v-1h3.55l-1.5-1.5 .7-.7 2.65 2.65-2.675 2.65Z" />
</vector>

Nest Cam Magnet Mount icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

homecameraconnectsecuresmart homeelectronicssetupsurveillanceinstallsmart devicehome securityattachment

Related icons