Motion Sensor Idle icon

Motion Sensor Idle 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

motion_sensor_idle_outlined_fill0_wght400.svg

Motion Sensor Idle 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=motion_sensor_idle" />

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

Motion Sensor Idle icon in React

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

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

Motion Sensor Idle icon in Vue

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

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

Motion Sensor Idle icon in Angular

With Angular Material and the font from the HTML tab:

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

Motion Sensor Idle 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.motion_sensor_idle, fill: 0, weight: 400)

Motion Sensor Idle icon in Android

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

<!-- res/drawable/motion_sensor_idle.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="M11.25 3.8v1.475q-.5 .075-.987 .238T9.325 5.925l-1.075-1.075q.675-.45 1.438-.7t1.562-.35Zm7.675 7.675q-.1 .8-.35 1.563T17.875 14.475l-1.075-1.075q.25-.45 .413-.937T17.45 11.475h1.475Zm1.9 10.225L.65 1.525l1.075-1.075 20.175 20.175-1.075 1.075Zm-17.325-1q-.625 0-1.062-.437T2 19.2v-4.3h1.5v4.3h4.3v1.5H3.5Zm17-14.2v-4.3H16.2v-1.5h4.3q.625 0 1.063 .438T22 2.2v4.3h-1.5Zm-18.5 0v-4.3q0-.275 .1-.55t.3-.5l1.05 1.05v4.3H2Zm14.2 14.2v-1.5h4.25l1.05 1.05q-.2 .225-.462 .338T20.5 20.7H16.2ZM5.6 2.2l-1.5-1.5h3.7v1.5h-2.2Zm16.4 16.4-1.5-1.5v-2.2h1.5v3.7ZM5.075 11.475h1.475q.25 1.85 1.55 3.15t3.15 1.55v1.475q-2.45-.275-4.175-2t-2-4.175Zm2-5.675 1.05 1.025q-.65 .65-1.05 1.45t-.525 1.7h-1.475q.125-1.2 .638-2.262T7.075 5.8Zm8.825 8.8 1.025 1.05q-.85 .85-1.912 1.363T12.75 17.65v-1.475q.9-.125 1.7-.525t1.45-1.05ZM12.75 3.8q2.45 .275 4.175 2t2 4.175h-1.475q-.25-1.85-1.55-3.15t-3.15-1.55v-1.475Z" />
</vector>

Motion Sensor Idle icon in SVG

npm install @material-symbols/svg-400

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

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

Motion Sensor Idle 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

NameMotion Sensor Idle
Ligaturemotion_sensor_idle
Code pointU+E783
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/motion_sensor_idle.svg, motion_sensor_idle-fill.svg
FlutterSymbols.motion_sensor_idle
LicenseApache License 2.0 (© Google LLC)

Keywords

homenetworkalertonoffsignaldisabledsecurityslashenabledsystemwireless

Related icons