motion sensor alert icon
motion-sensor-alert-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-alert-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-alert-outline-rounded
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 alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V14.5q0-.213.143-.357T3.5 14t.357.143T4 14.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 18.5t-.143.357T7.5 19zM3 5.5V2.616q0-.691.463-1.153T4.615 1H7.5q.214 0 .357.143T8 1.5t-.143.357T7.5 2H4.616q-.231 0-.424.192T4 2.616V5.5q0 .214-.143.357T3.5 6t-.357-.143T3 5.5m9 6q-.633 0-1.066-.434Q10.5 10.633 10.5 10q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 10q0 .633-.43 1.066q-.431.434-1.07.434m8-6V2.616q0-.231-.192-.424T19.385 2H16.5q-.213 0-.357-.143T16 1.5t.143-.357T16.5 1h2.885q.69 0 1.152.463T21 2.616V5.5q0 .214-.143.357T20.5 6t-.357-.143T20 5.5M6.194 11.266q-.238 0-.363.195t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315q-.15-.131-.338-.131M6.2 8.88q-.238 0-.363-.195t-.058-.434q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.388q0 .177-.138.32t-.315.21Q9.07 5.274 8.107 6.2T6.754 8.435q-.067.182-.216.314t-.338.132m11.612 0q.238 0 .363-.195t.058-.434q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.388q0 .177.148.32t.325.21q1.282.433 2.237 1.36t1.344 2.235q.067.182.216.314t.337.132m.227 11.158q-1.67 0-2.835-1.165q-1.165-1.164-1.165-2.835t1.165-2.836t2.835-1.164t2.836 1.164t1.164 2.836t-1.164 2.835t-2.836 1.165m0-1.539q.2 0 .331-.13t.131-.331t-.13-.331t-.332-.131t-.33.13t-.131.332t.13.33t.331.131m0-1.846q.162 0 .273-.112t.112-.273v-2.23q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.273q.112.112.273.112"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionSensorAlertRounded(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="M4.616 19q-.691 0-1.153-.462T3 17.384V14.5q0-.213.143-.357T3.5 14t.357.143T4 14.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 18.5t-.143.357T7.5 19zM3 5.5V2.616q0-.691.463-1.153T4.615 1H7.5q.214 0 .357.143T8 1.5t-.143.357T7.5 2H4.616q-.231 0-.424.192T4 2.616V5.5q0 .214-.143.357T3.5 6t-.357-.143T3 5.5m9 6q-.633 0-1.066-.434Q10.5 10.633 10.5 10q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 10q0 .633-.43 1.066q-.431.434-1.07.434m8-6V2.616q0-.231-.192-.424T19.385 2H16.5q-.213 0-.357-.143T16 1.5t.143-.357T16.5 1h2.885q.69 0 1.152.463T21 2.616V5.5q0 .214-.143.357T20.5 6t-.357-.143T20 5.5M6.194 11.266q-.238 0-.363.195t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315q-.15-.131-.338-.131M6.2 8.88q-.238 0-.363-.195t-.058-.434q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.388q0 .177-.138.32t-.315.21Q9.07 5.274 8.107 6.2T6.754 8.435q-.067.182-.216.314t-.338.132m11.612 0q.238 0 .363-.195t.058-.434q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.388q0 .177.148.32t.325.21q1.282.433 2.237 1.36t1.344 2.235q.067.182.216.314t.337.132m.227 11.158q-1.67 0-2.835-1.165q-1.165-1.164-1.165-2.835t1.165-2.836t2.835-1.164t2.836 1.164t1.164 2.836t-1.164 2.835t-2.836 1.165m0-1.539q.2 0 .331-.13t.131-.331t-.13-.331t-.332-.131t-.33.13t-.131.332t.13.33t.331.131m0-1.846q.162 0 .273-.112t.112-.273v-2.23q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.273q.112.112.273.112"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19q-.691 0-1.153-.462T3 17.384V14.5q0-.213.143-.357T3.5 14t.357.143T4 14.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 18.5t-.143.357T7.5 19zM3 5.5V2.616q0-.691.463-1.153T4.615 1H7.5q.214 0 .357.143T8 1.5t-.143.357T7.5 2H4.616q-.231 0-.424.192T4 2.616V5.5q0 .214-.143.357T3.5 6t-.357-.143T3 5.5m9 6q-.633 0-1.066-.434Q10.5 10.633 10.5 10q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 10q0 .633-.43 1.066q-.431.434-1.07.434m8-6V2.616q0-.231-.192-.424T19.385 2H16.5q-.213 0-.357-.143T16 1.5t.143-.357T16.5 1h2.885q.69 0 1.152.463T21 2.616V5.5q0 .214-.143.357T20.5 6t-.357-.143T20 5.5M6.194 11.266q-.238 0-.363.195t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315q-.15-.131-.338-.131M6.2 8.88q-.238 0-.363-.195t-.058-.434q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.388q0 .177-.138.32t-.315.21Q9.07 5.274 8.107 6.2T6.754 8.435q-.067.182-.216.314t-.338.132m11.612 0q.238 0 .363-.195t.058-.434q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.388q0 .177.148.32t.325.21q1.282.433 2.237 1.36t1.344 2.235q.067.182.216.314t.337.132m.227 11.158q-1.67 0-2.835-1.165q-1.165-1.164-1.165-2.835t1.165-2.836t2.835-1.164t2.836 1.164t1.164 2.836t-1.164 2.835t-2.836 1.165m0-1.539q.2 0 .331-.13t.131-.331t-.13-.331t-.332-.131t-.33.13t-.131.332t.13.33t.331.131m0-1.846q.162 0 .273-.112t.112-.273v-2.23q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0 .162.111.273q.112.112.273.112"/></svg> </template>
CSS
.icon-motion-sensor-alert-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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V14.5q0-.213.143-.357T3.5%2014t.357.143T4%2014.5v2.885q0%20.23.192.423t.423.192H7.5q.214%200%20.357.143T8%2018.5t-.143.357T7.5%2019zM3%205.5V2.616q0-.691.463-1.153T4.615%201H7.5q.214%200%20.357.143T8%201.5t-.143.357T7.5%202H4.616q-.231%200-.424.192T4%202.616V5.5q0%20.214-.143.357T3.5%206t-.357-.143T3%205.5m9%206q-.633%200-1.066-.434Q10.5%2010.633%2010.5%2010q0-.639.434-1.07q.433-.43%201.066-.43q.639%200%201.07.43T13.5%2010q0%20.633-.43%201.066q-.431.434-1.07.434m8-6V2.616q0-.231-.192-.424T19.385%202H16.5q-.213%200-.357-.143T16%201.5t.143-.357T16.5%201h2.885q.69%200%201.152.463T21%202.616V5.5q0%20.214-.143.357T20.5%206t-.357-.143T20%205.5M6.194%2011.266q-.238%200-.363.195t-.058.433q.437%201.575%201.593%202.735t2.73%201.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315q-.15-.131-.338-.131M6.2%208.88q-.238%200-.363-.195t-.058-.434q.437-1.575%201.595-2.735q1.159-1.16%202.734-1.646q.258-.073.479.051t.22.388q0%20.177-.138.32t-.315.21Q9.07%205.274%208.107%206.2T6.754%208.435q-.067.182-.216.314t-.338.132m11.612%200q.238%200%20.363-.195t.058-.434q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.388q0%20.177.148.32t.325.21q1.282.433%202.237%201.36t1.344%202.235q.067.182.216.314t.337.132m.227%2011.158q-1.67%200-2.835-1.165q-1.165-1.164-1.165-2.835t1.165-2.836t2.835-1.164t2.836%201.164t1.164%202.836t-1.164%202.835t-2.836%201.165m0-1.539q.2%200%20.331-.13t.131-.331t-.13-.331t-.332-.131t-.33.13t-.131.332t.13.33t.331.131m0-1.846q.162%200%20.273-.112t.112-.273v-2.23q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0%20.162.111.273q.112.112.273.112%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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384V14.5q0-.213.143-.357T3.5%2014t.357.143T4%2014.5v2.885q0%20.23.192.423t.423.192H7.5q.214%200%20.357.143T8%2018.5t-.143.357T7.5%2019zM3%205.5V2.616q0-.691.463-1.153T4.615%201H7.5q.214%200%20.357.143T8%201.5t-.143.357T7.5%202H4.616q-.231%200-.424.192T4%202.616V5.5q0%20.214-.143.357T3.5%206t-.357-.143T3%205.5m9%206q-.633%200-1.066-.434Q10.5%2010.633%2010.5%2010q0-.639.434-1.07q.433-.43%201.066-.43q.639%200%201.07.43T13.5%2010q0%20.633-.43%201.066q-.431.434-1.07.434m8-6V2.616q0-.231-.192-.424T19.385%202H16.5q-.213%200-.357-.143T16%201.5t.143-.357T16.5%201h2.885q.69%200%201.152.463T21%202.616V5.5q0%20.214-.143.357T20.5%206t-.357-.143T20%205.5M6.194%2011.266q-.238%200-.363.195t-.058.433q.437%201.575%201.593%202.735t2.73%201.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315q-.15-.131-.338-.131M6.2%208.88q-.238%200-.363-.195t-.058-.434q.437-1.575%201.595-2.735q1.159-1.16%202.734-1.646q.258-.073.479.051t.22.388q0%20.177-.138.32t-.315.21Q9.07%205.274%208.107%206.2T6.754%208.435q-.067.182-.216.314t-.338.132m11.612%200q.238%200%20.363-.195t.058-.434q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.388q0%20.177.148.32t.325.21q1.282.433%202.237%201.36t1.344%202.235q.067.182.216.314t.337.132m.227%2011.158q-1.67%200-2.835-1.165q-1.165-1.164-1.165-2.835t1.165-2.836t2.835-1.164t2.836%201.164t1.164%202.836t-1.164%202.835t-2.836%201.165m0-1.539q.2%200%20.331-.13t.131-.331t-.13-.331t-.332-.131t-.33.13t-.131.332t.13.33t.331.131m0-1.846q.162%200%20.273-.112t.112-.273v-2.23q0-.162-.112-.273q-.111-.112-.273-.112t-.273.112t-.111.273v2.23q0%20.162.111.273q.112.112.273.112%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-alert-rounded.svg?color=%231a73e8&size=48