motion sensor idle icon

motion-sensor-idle-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.

Name
motion-sensor-idle-sharp
Set
Material Symbols
Style
Sharp
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
motion-sensor-idle-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the motion sensor idle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.825v2q-.2.05-.4.113t-.4.137l-1.5-1.5q.525-.275 1.1-.462t1.2-.288m7.9 7.9q-.1.625-.288 1.2t-.462 1.1l-1.5-1.5q.075-.2.138-.4t.112-.4zM2 20.7v-6h2v4h4v2zm18-14v-4h-4v-2h6v6zm-13.175-4l-2-2H8v2zM22 17.875l-2-2V14.7h2zm-16.9-6.15h2q.3 1.475 1.363 2.538T11 15.625v2q-2.3-.35-3.925-1.975T5.1 11.725m1.975-5.95l1.4 1.4q-.5.525-.862 1.175T7.1 9.725h-2q.175-1.15.688-2.15t1.287-1.8m8.475 8.475l1.4 1.4q-.8.775-1.8 1.288t-2.15.687v-2q.725-.15 1.375-.513t1.175-.862M13 3.825q2.3.35 3.938 1.975T18.9 9.725h-2q-.3-1.475-1.362-2.537T13 5.825zM19.15 20.7H16v-2h1.15L4 5.55V6.7H2V3.55L.675 2.225L2.1.8l19.8 19.8l-1.425 1.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotionSensorIdleSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.825v2q-.2.05-.4.113t-.4.137l-1.5-1.5q.525-.275 1.1-.462t1.2-.288m7.9 7.9q-.1.625-.288 1.2t-.462 1.1l-1.5-1.5q.075-.2.138-.4t.112-.4zM2 20.7v-6h2v4h4v2zm18-14v-4h-4v-2h6v6zm-13.175-4l-2-2H8v2zM22 17.875l-2-2V14.7h2zm-16.9-6.15h2q.3 1.475 1.363 2.538T11 15.625v2q-2.3-.35-3.925-1.975T5.1 11.725m1.975-5.95l1.4 1.4q-.5.525-.862 1.175T7.1 9.725h-2q.175-1.15.688-2.15t1.287-1.8m8.475 8.475l1.4 1.4q-.8.775-1.8 1.288t-2.15.687v-2q.725-.15 1.375-.513t1.175-.862M13 3.825q2.3.35 3.938 1.975T18.9 9.725h-2q-.3-1.475-1.362-2.537T13 5.825zM19.15 20.7H16v-2h1.15L4 5.55V6.7H2V3.55L.675 2.225L2.1.8l19.8 19.8l-1.425 1.425z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3.825v2q-.2.05-.4.113t-.4.137l-1.5-1.5q.525-.275 1.1-.462t1.2-.288m7.9 7.9q-.1.625-.288 1.2t-.462 1.1l-1.5-1.5q.075-.2.138-.4t.112-.4zM2 20.7v-6h2v4h4v2zm18-14v-4h-4v-2h6v6zm-13.175-4l-2-2H8v2zM22 17.875l-2-2V14.7h2zm-16.9-6.15h2q.3 1.475 1.363 2.538T11 15.625v2q-2.3-.35-3.925-1.975T5.1 11.725m1.975-5.95l1.4 1.4q-.5.525-.862 1.175T7.1 9.725h-2q.175-1.15.688-2.15t1.287-1.8m8.475 8.475l1.4 1.4q-.8.775-1.8 1.288t-2.15.687v-2q.725-.15 1.375-.513t1.175-.862M13 3.825q2.3.35 3.938 1.975T18.9 9.725h-2q-.3-1.475-1.362-2.537T13 5.825zM19.15 20.7H16v-2h1.15L4 5.55V6.7H2V3.55L.675 2.225L2.1.8l19.8 19.8l-1.425 1.425z"/></svg>
</template>

CSS

.icon-motion-sensor-idle-sharp {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%203.825v2q-.2.05-.4.113t-.4.137l-1.5-1.5q.525-.275%201.1-.462t1.2-.288m7.9%207.9q-.1.625-.288%201.2t-.462%201.1l-1.5-1.5q.075-.2.138-.4t.112-.4zM2%2020.7v-6h2v4h4v2zm18-14v-4h-4v-2h6v6zm-13.175-4l-2-2H8v2zM22%2017.875l-2-2V14.7h2zm-16.9-6.15h2q.3%201.475%201.363%202.538T11%2015.625v2q-2.3-.35-3.925-1.975T5.1%2011.725m1.975-5.95l1.4%201.4q-.5.525-.862%201.175T7.1%209.725h-2q.175-1.15.688-2.15t1.287-1.8m8.475%208.475l1.4%201.4q-.8.775-1.8%201.288t-2.15.687v-2q.725-.15%201.375-.513t1.175-.862M13%203.825q2.3.35%203.938%201.975T18.9%209.725h-2q-.3-1.475-1.362-2.537T13%205.825zM19.15%2020.7H16v-2h1.15L4%205.55V6.7H2V3.55L.675%202.225L2.1.8l19.8%2019.8l-1.425%201.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%203.825v2q-.2.05-.4.113t-.4.137l-1.5-1.5q.525-.275%201.1-.462t1.2-.288m7.9%207.9q-.1.625-.288%201.2t-.462%201.1l-1.5-1.5q.075-.2.138-.4t.112-.4zM2%2020.7v-6h2v4h4v2zm18-14v-4h-4v-2h6v6zm-13.175-4l-2-2H8v2zM22%2017.875l-2-2V14.7h2zm-16.9-6.15h2q.3%201.475%201.363%202.538T11%2015.625v2q-2.3-.35-3.925-1.975T5.1%2011.725m1.975-5.95l1.4%201.4q-.5.525-.862%201.175T7.1%209.725h-2q.175-1.15.688-2.15t1.287-1.8m8.475%208.475l1.4%201.4q-.8.775-1.8%201.288t-2.15.687v-2q.725-.15%201.375-.513t1.175-.862M13%203.825q2.3.35%203.938%201.975T18.9%209.725h-2q-.3-1.475-1.362-2.537T13%205.825zM19.15%2020.7H16v-2h1.15L4%205.55V6.7H2V3.55L.675%202.225L2.1.8l19.8%2019.8l-1.425%201.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/motion-sensor-idle-sharp.svg?color=%231a73e8&size=48