motion sensor idle icon
motion-sensor-idle-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-idle-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-idle-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
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="M19.975 21.5L1.15 2.675q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L21.4 20.075q.3.3.3.713t-.3.712t-.712.3t-.713-.3M4 2.725V5.7q0 .425-.288.713T3 6.7t-.712-.288T2 5.7v-3q0-.425.163-.788t.437-.637l1.45 1.45zM20 20.7h-3q-.425 0-.712-.287T16 19.7t.288-.712T17 18.7h3.025l1.375 1.4q-.275.275-.625.437T20 20.7M6.825 2.7l-2-2h2.2q.425 0 .7.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2v-.2q0-.425.288-.7T21 14.7t.713.288t.287.712zm-18 2.85q-.825 0-1.412-.587T2 18.725v-3q0-.425.288-.712T3 14.725t.713.288t.287.712v3h3q.425 0 .713.288t.287.712t-.288.713t-.712.287zm13-18q-.425 0-.712-.287T16 1.725t.288-.712T17 .725h3q.825 0 1.413.588T22 2.725v3q0 .425-.288.713T21 6.725t-.712-.287T20 5.725v-3zm-10.825 9q-.45 0-.7.388t-.125.837q.475 1.575 1.65 2.725t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1t-1.113-1.725q-.125-.375-.437-.612t-.713-.238m11.675-2q.45 0 .7-.387t.125-.838q-.475-1.575-1.662-2.725T14.25 4.1q-.45-.15-.825.138T13.05 5q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.875q.125.375.438.613t.712.237m-11.65 0q-.45 0-.7-.387T5.375 8.5q.25-.8.675-1.487T7.075 5.75l1.4 1.4q-.375.35-.662.788t-.463.937q-.125.375-.437.613t-.713.237m9.4 4.55l1.4 1.4q-.575.575-1.263.988t-1.487.687q-.45.15-.825-.137t-.375-.763q0-.35.213-.638t.562-.412q.5-.2.95-.475t.825-.65m-5.4-8.2l-1.475-1.5q.275-.125.538-.237t.537-.213q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412m7.65 5.675q.45 0 .713.388t.112.837q-.075.275-.187.55t-.263.55l-1.5-1.525q.125-.35.438-.575t.687-.225"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionSensorIdleRounded(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="M19.975 21.5L1.15 2.675q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L21.4 20.075q.3.3.3.713t-.3.712t-.712.3t-.713-.3M4 2.725V5.7q0 .425-.288.713T3 6.7t-.712-.288T2 5.7v-3q0-.425.163-.788t.437-.637l1.45 1.45zM20 20.7h-3q-.425 0-.712-.287T16 19.7t.288-.712T17 18.7h3.025l1.375 1.4q-.275.275-.625.437T20 20.7M6.825 2.7l-2-2h2.2q.425 0 .7.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2v-.2q0-.425.288-.7T21 14.7t.713.288t.287.712zm-18 2.85q-.825 0-1.412-.587T2 18.725v-3q0-.425.288-.712T3 14.725t.713.288t.287.712v3h3q.425 0 .713.288t.287.712t-.288.713t-.712.287zm13-18q-.425 0-.712-.287T16 1.725t.288-.712T17 .725h3q.825 0 1.413.588T22 2.725v3q0 .425-.288.713T21 6.725t-.712-.287T20 5.725v-3zm-10.825 9q-.45 0-.7.388t-.125.837q.475 1.575 1.65 2.725t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1t-1.113-1.725q-.125-.375-.437-.612t-.713-.238m11.675-2q.45 0 .7-.387t.125-.838q-.475-1.575-1.662-2.725T14.25 4.1q-.45-.15-.825.138T13.05 5q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.875q.125.375.438.613t.712.237m-11.65 0q-.45 0-.7-.387T5.375 8.5q.25-.8.675-1.487T7.075 5.75l1.4 1.4q-.375.35-.662.788t-.463.937q-.125.375-.437.613t-.713.237m9.4 4.55l1.4 1.4q-.575.575-1.263.988t-1.487.687q-.45.15-.825-.137t-.375-.763q0-.35.213-.638t.562-.412q.5-.2.95-.475t.825-.65m-5.4-8.2l-1.475-1.5q.275-.125.538-.237t.537-.213q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412m7.65 5.675q.45 0 .713.388t.112.837q-.075.275-.187.55t-.263.55l-1.5-1.525q.125-.35.438-.575t.687-.225"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.975 21.5L1.15 2.675q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L21.4 20.075q.3.3.3.713t-.3.712t-.712.3t-.713-.3M4 2.725V5.7q0 .425-.288.713T3 6.7t-.712-.288T2 5.7v-3q0-.425.163-.788t.437-.637l1.45 1.45zM20 20.7h-3q-.425 0-.712-.287T16 19.7t.288-.712T17 18.7h3.025l1.375 1.4q-.275.275-.625.437T20 20.7M6.825 2.7l-2-2h2.2q.425 0 .7.287T8 1.7t-.288.713T7 2.7zM22 17.875l-2-2v-.2q0-.425.288-.7T21 14.7t.713.288t.287.712zm-18 2.85q-.825 0-1.412-.587T2 18.725v-3q0-.425.288-.712T3 14.725t.713.288t.287.712v3h3q.425 0 .713.288t.287.712t-.288.713t-.712.287zm13-18q-.425 0-.712-.287T16 1.725t.288-.712T17 .725h3q.825 0 1.413.588T22 2.725v3q0 .425-.288.713T21 6.725t-.712-.287T20 5.725v-3zm-10.825 9q-.45 0-.7.388t-.125.837q.475 1.575 1.65 2.725t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1t-1.113-1.725q-.125-.375-.437-.612t-.713-.238m11.675-2q.45 0 .7-.387t.125-.838q-.475-1.575-1.662-2.725T14.25 4.1q-.45-.15-.825.138T13.05 5q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.875q.125.375.438.613t.712.237m-11.65 0q-.45 0-.7-.387T5.375 8.5q.25-.8.675-1.487T7.075 5.75l1.4 1.4q-.375.35-.662.788t-.463.937q-.125.375-.437.613t-.713.237m9.4 4.55l1.4 1.4q-.575.575-1.263.988t-1.487.687q-.45.15-.825-.137t-.375-.763q0-.35.213-.638t.562-.412q.5-.2.95-.475t.825-.65m-5.4-8.2l-1.475-1.5q.275-.125.538-.237t.537-.213q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412m7.65 5.675q.45 0 .713.388t.112.837q-.075.275-.187.55t-.263.55l-1.5-1.525q.125-.35.438-.575t.687-.225"/></svg> </template>
CSS
.icon-motion-sensor-idle-rounded {
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%22M19.975%2021.5L1.15%202.675q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L21.4%2020.075q.3.3.3.713t-.3.712t-.712.3t-.713-.3M4%202.725V5.7q0%20.425-.288.713T3%206.7t-.712-.288T2%205.7v-3q0-.425.163-.788t.437-.637l1.45%201.45zM20%2020.7h-3q-.425%200-.712-.287T16%2019.7t.288-.712T17%2018.7h3.025l1.375%201.4q-.275.275-.625.437T20%2020.7M6.825%202.7l-2-2h2.2q.425%200%20.7.287T8%201.7t-.288.713T7%202.7zM22%2017.875l-2-2v-.2q0-.425.288-.7T21%2014.7t.713.288t.287.712zm-18%202.85q-.825%200-1.412-.587T2%2018.725v-3q0-.425.288-.712T3%2014.725t.713.288t.287.712v3h3q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm13-18q-.425%200-.712-.287T16%201.725t.288-.712T17%20.725h3q.825%200%201.413.588T22%202.725v3q0%20.425-.288.713T21%206.725t-.712-.287T20%205.725v-3zm-10.825%209q-.45%200-.7.388t-.125.837q.475%201.575%201.65%202.725t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1t-1.113-1.725q-.125-.375-.437-.612t-.713-.238m11.675-2q.45%200%20.7-.387t.125-.838q-.475-1.575-1.662-2.725T14.25%204.1q-.45-.15-.825.138T13.05%205q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%208.875q.125.375.438.613t.712.237m-11.65%200q-.45%200-.7-.387T5.375%208.5q.25-.8.675-1.487T7.075%205.75l1.4%201.4q-.375.35-.662.788t-.463.937q-.125.375-.437.613t-.713.237m9.4%204.55l1.4%201.4q-.575.575-1.263.988t-1.487.687q-.45.15-.825-.137t-.375-.763q0-.35.213-.638t.562-.412q.5-.2.95-.475t.825-.65m-5.4-8.2l-1.475-1.5q.275-.125.538-.237t.537-.213q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412m7.65%205.675q.45%200%20.713.388t.112.837q-.075.275-.187.55t-.263.55l-1.5-1.525q.125-.35.438-.575t.687-.225%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%22M19.975%2021.5L1.15%202.675q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L21.4%2020.075q.3.3.3.713t-.3.712t-.712.3t-.713-.3M4%202.725V5.7q0%20.425-.288.713T3%206.7t-.712-.288T2%205.7v-3q0-.425.163-.788t.437-.637l1.45%201.45zM20%2020.7h-3q-.425%200-.712-.287T16%2019.7t.288-.712T17%2018.7h3.025l1.375%201.4q-.275.275-.625.437T20%2020.7M6.825%202.7l-2-2h2.2q.425%200%20.7.287T8%201.7t-.288.713T7%202.7zM22%2017.875l-2-2v-.2q0-.425.288-.7T21%2014.7t.713.288t.287.712zm-18%202.85q-.825%200-1.412-.587T2%2018.725v-3q0-.425.288-.712T3%2014.725t.713.288t.287.712v3h3q.425%200%20.713.288t.287.712t-.288.713t-.712.287zm13-18q-.425%200-.712-.287T16%201.725t.288-.712T17%20.725h3q.825%200%201.413.588T22%202.725v3q0%20.425-.288.713T21%206.725t-.712-.287T20%205.725v-3zm-10.825%209q-.45%200-.7.388t-.125.837q.475%201.575%201.65%202.725t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1t-1.113-1.725q-.125-.375-.437-.612t-.713-.238m11.675-2q.45%200%20.7-.387t.125-.838q-.475-1.575-1.662-2.725T14.25%204.1q-.45-.15-.825.138T13.05%205q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%208.875q.125.375.438.613t.712.237m-11.65%200q-.45%200-.7-.387T5.375%208.5q.25-.8.675-1.487T7.075%205.75l1.4%201.4q-.375.35-.662.788t-.463.937q-.125.375-.437.613t-.713.237m9.4%204.55l1.4%201.4q-.575.575-1.263.988t-1.487.687q-.45.15-.825-.137t-.375-.763q0-.35.213-.638t.562-.412q.5-.2.95-.475t.825-.65m-5.4-8.2l-1.475-1.5q.275-.125.538-.237t.537-.213q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412m7.65%205.675q.45%200%20.713.388t.112.837q-.075.275-.187.55t-.263.55l-1.5-1.525q.125-.35.438-.575t.687-.225%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-rounded.svg?color=%231a73e8&size=48