Sensor Occupied icon

Sensor Occupied is a Google Material Symbol from the Household 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

sensor_occupied_outlined_fill0_wght400.svg

Sensor Occupied 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=sensor_occupied" />

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

Sensor Occupied icon in React

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

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

Sensor Occupied icon in Vue

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

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

Sensor Occupied icon in Angular

With Angular Material and the font from the HTML tab:

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

Sensor Occupied 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.sensor_occupied, fill: 0, weight: 400)

Sensor Occupied icon in Android

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

<!-- res/drawable/sensor_occupied.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="M12 11q-1.25 0-2.125-.875t-.875-2.125q0-1.25 .875-2.125t2.125-.875q1.25 0 2.125 .875t.875 2.125q0 1.25-.875 2.125t-2.125 .875Zm0-1.5q.625 0 1.063-.437T13.5 8q0-.625-.437-1.062T12 6.5q-.625 0-1.062 .438T10.5 8q0 .625 .438 1.063T12 9.5ZM6 17v-1.9q0-.65 .35-1.125t1.15-.9q1.05-.55 2.175-.812t2.325-.263q1.2 0 2.325 .263t2.175 .812q.8 .425 1.15 .9t.35 1.125v1.9H6Zm3.675-3.175q-1.125 .325-2.175 .975v.7h9v-.7q-1.05-.65-2.175-.975t-2.325-.325q-1.2 0-2.325 .325Zm12-5.875q-.8-1.9-2.275-3.375t-3.35-2.275l.575-1.375q2.175 .9 3.85 2.575t2.6 3.875l-1.4 .575Zm-19.35 0-1.4-.575q.925-2.2 2.588-3.862T7.375 .925l.575 1.4q-1.975 .825-3.387 2.238T2.325 7.95ZM7.375 23.075q-2.175-.9-3.85-2.575T.925 16.625l1.4-.6q.825 1.95 2.25 3.388T7.975 21.675l-.6 1.4Zm9.25 0-.575-1.4q1.9-.8 3.363-2.262T21.675 16.05l1.4 .575q-.9 2.175-2.575 3.85T16.625 23.075ZM12 8Zm2.325 7.5h2.175-9 6.825Z" />
</vector>

Sensor Occupied icon in SVG

npm install @material-symbols/svg-400

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

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

Sensor Occupied 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

NameSensor Occupied
Ligaturesensor_occupied
Code pointU+EC10
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sensor_occupied.svg, sensor_occupied-fill.svg
FlutterSymbols.sensor_occupied
LicenseApache License 2.0 (© Google LLC)

Keywords

householdnetworkconnectionhumanalertpersonsignalstatussecuritypeoplewirelessbodymovement

Related icons