motion sensor idle icon
motion-sensor-idle from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-idle
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-idle-outline
2 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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="M10.808 4.364v1q-.258.05-.516.14q-.257.092-.515.206l-.75-.75q.41-.218.86-.357q.45-.14.92-.24m7.555 7.554q-.1.471-.24.921t-.356.86l-.75-.75q.113-.257.204-.515q.092-.258.142-.516zm2.748 9.339L1.887 2.033l.713-.714l19.223 19.223zM4.616 19.7q-.691 0-1.153-.462T3 18.085V14.7h1v3.385q0 .23.192.423t.423.192H8v1zM20 6.7V3.316q0-.231-.192-.424t-.423-.192H16v-1h3.385q.69 0 1.152.463T21 3.316V6.7zm-17 0V3.316q0-.349.121-.644t.32-.513l.713.739q-.058.096-.106.202T4 3.321V6.7zm13 13v-1h3.379q.115 0 .221-.048t.164-.144l.732.708q-.198.217-.48.35q-.283.134-.631.134zm-9.233-17l-1-1H8v1zM21 16.933l-1-1V14.7h1zM5.639 11.917h1q.338 1.572 1.468 2.701t2.7 1.469v1q-1.973-.37-3.386-1.783T5.64 11.917m1.78-5.776l.708.688q-.558.544-.93 1.233q-.372.688-.56 1.47h-1q.194-.995.648-1.851t1.134-1.54m8.475 8.455l.688.708q-.684.679-1.54 1.133t-1.852.65v-1q.783-.189 1.471-.561t1.233-.93M13.192 4.364q1.974.369 3.39 1.782t1.78 3.387h-1q-.339-1.571-1.469-2.701t-2.7-1.469z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionSensorIdle(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="M10.808 4.364v1q-.258.05-.516.14q-.257.092-.515.206l-.75-.75q.41-.218.86-.357q.45-.14.92-.24m7.555 7.554q-.1.471-.24.921t-.356.86l-.75-.75q.113-.257.204-.515q.092-.258.142-.516zm2.748 9.339L1.887 2.033l.713-.714l19.223 19.223zM4.616 19.7q-.691 0-1.153-.462T3 18.085V14.7h1v3.385q0 .23.192.423t.423.192H8v1zM20 6.7V3.316q0-.231-.192-.424t-.423-.192H16v-1h3.385q.69 0 1.152.463T21 3.316V6.7zm-17 0V3.316q0-.349.121-.644t.32-.513l.713.739q-.058.096-.106.202T4 3.321V6.7zm13 13v-1h3.379q.115 0 .221-.048t.164-.144l.732.708q-.198.217-.48.35q-.283.134-.631.134zm-9.233-17l-1-1H8v1zM21 16.933l-1-1V14.7h1zM5.639 11.917h1q.338 1.572 1.468 2.701t2.7 1.469v1q-1.973-.37-3.386-1.783T5.64 11.917m1.78-5.776l.708.688q-.558.544-.93 1.233q-.372.688-.56 1.47h-1q.194-.995.648-1.851t1.134-1.54m8.475 8.455l.688.708q-.684.679-1.54 1.133t-1.852.65v-1q.783-.189 1.471-.561t1.233-.93M13.192 4.364q1.974.369 3.39 1.782t1.78 3.387h-1q-.339-1.571-1.469-2.701t-2.7-1.469z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.808 4.364v1q-.258.05-.516.14q-.257.092-.515.206l-.75-.75q.41-.218.86-.357q.45-.14.92-.24m7.555 7.554q-.1.471-.24.921t-.356.86l-.75-.75q.113-.257.204-.515q.092-.258.142-.516zm2.748 9.339L1.887 2.033l.713-.714l19.223 19.223zM4.616 19.7q-.691 0-1.153-.462T3 18.085V14.7h1v3.385q0 .23.192.423t.423.192H8v1zM20 6.7V3.316q0-.231-.192-.424t-.423-.192H16v-1h3.385q.69 0 1.152.463T21 3.316V6.7zm-17 0V3.316q0-.349.121-.644t.32-.513l.713.739q-.058.096-.106.202T4 3.321V6.7zm13 13v-1h3.379q.115 0 .221-.048t.164-.144l.732.708q-.198.217-.48.35q-.283.134-.631.134zm-9.233-17l-1-1H8v1zM21 16.933l-1-1V14.7h1zM5.639 11.917h1q.338 1.572 1.468 2.701t2.7 1.469v1q-1.973-.37-3.386-1.783T5.64 11.917m1.78-5.776l.708.688q-.558.544-.93 1.233q-.372.688-.56 1.47h-1q.194-.995.648-1.851t1.134-1.54m8.475 8.455l.688.708q-.684.679-1.54 1.133t-1.852.65v-1q.783-.189 1.471-.561t1.233-.93M13.192 4.364q1.974.369 3.39 1.782t1.78 3.387h-1q-.339-1.571-1.469-2.701t-2.7-1.469z"/></svg> </template>
CSS
.icon-motion-sensor-idle {
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%22M10.808%204.364v1q-.258.05-.516.14q-.257.092-.515.206l-.75-.75q.41-.218.86-.357q.45-.14.92-.24m7.555%207.554q-.1.471-.24.921t-.356.86l-.75-.75q.113-.257.204-.515q.092-.258.142-.516zm2.748%209.339L1.887%202.033l.713-.714l19.223%2019.223zM4.616%2019.7q-.691%200-1.153-.462T3%2018.085V14.7h1v3.385q0%20.23.192.423t.423.192H8v1zM20%206.7V3.316q0-.231-.192-.424t-.423-.192H16v-1h3.385q.69%200%201.152.463T21%203.316V6.7zm-17%200V3.316q0-.349.121-.644t.32-.513l.713.739q-.058.096-.106.202T4%203.321V6.7zm13%2013v-1h3.379q.115%200%20.221-.048t.164-.144l.732.708q-.198.217-.48.35q-.283.134-.631.134zm-9.233-17l-1-1H8v1zM21%2016.933l-1-1V14.7h1zM5.639%2011.917h1q.338%201.572%201.468%202.701t2.7%201.469v1q-1.973-.37-3.386-1.783T5.64%2011.917m1.78-5.776l.708.688q-.558.544-.93%201.233q-.372.688-.56%201.47h-1q.194-.995.648-1.851t1.134-1.54m8.475%208.455l.688.708q-.684.679-1.54%201.133t-1.852.65v-1q.783-.189%201.471-.561t1.233-.93M13.192%204.364q1.974.369%203.39%201.782t1.78%203.387h-1q-.339-1.571-1.469-2.701t-2.7-1.469z%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%22M10.808%204.364v1q-.258.05-.516.14q-.257.092-.515.206l-.75-.75q.41-.218.86-.357q.45-.14.92-.24m7.555%207.554q-.1.471-.24.921t-.356.86l-.75-.75q.113-.257.204-.515q.092-.258.142-.516zm2.748%209.339L1.887%202.033l.713-.714l19.223%2019.223zM4.616%2019.7q-.691%200-1.153-.462T3%2018.085V14.7h1v3.385q0%20.23.192.423t.423.192H8v1zM20%206.7V3.316q0-.231-.192-.424t-.423-.192H16v-1h3.385q.69%200%201.152.463T21%203.316V6.7zm-17%200V3.316q0-.349.121-.644t.32-.513l.713.739q-.058.096-.106.202T4%203.321V6.7zm13%2013v-1h3.379q.115%200%20.221-.048t.164-.144l.732.708q-.198.217-.48.35q-.283.134-.631.134zm-9.233-17l-1-1H8v1zM21%2016.933l-1-1V14.7h1zM5.639%2011.917h1q.338%201.572%201.468%202.701t2.7%201.469v1q-1.973-.37-3.386-1.783T5.64%2011.917m1.78-5.776l.708.688q-.558.544-.93%201.233q-.372.688-.56%201.47h-1q.194-.995.648-1.851t1.134-1.54m8.475%208.455l.688.708q-.684.679-1.54%201.133t-1.852.65v-1q.783-.189%201.471-.561t1.233-.93M13.192%204.364q1.974.369%203.39%201.782t1.78%203.387h-1q-.339-1.571-1.469-2.701t-2.7-1.469z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/motion-sensor-idle.svg?color=%231a73e8&size=48