motion sensor alert icon
motion-sensor-alert from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-alert
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-alert-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 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.384V14h1v3.385q0 .23.192.423t.423.192H8v1zM3 6V2.616q0-.691.463-1.153T4.615 1H8v1H4.616q-.231 0-.424.192T4 2.616V6zm7.808 10.362q-1.973-.37-3.387-1.783q-1.413-1.414-1.782-3.387h1q.338 1.571 1.468 2.701t2.7 1.468zm-5.17-7.554q.37-1.973 1.783-3.39q1.414-1.416 3.387-1.78v1q-1.571.339-2.701 1.469t-1.468 2.7zM12 11.5q-.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.434m5.362-2.692q-.339-1.571-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM20 6V2.616q0-.231-.192-.424T19.385 2H16V1h3.385q.69 0 1.152.463T21 2.616V6zm-1.961 14.039q-1.672 0-2.836-1.165q-1.164-1.164-1.164-2.835t1.164-2.836q1.164-1.164 2.836-1.164q1.67 0 2.835 1.164t1.165 2.836t-1.165 2.835t-2.835 1.165m0-1.539q.2 0 .33-.13t.131-.332t-.13-.33t-.332-.131t-.33.13t-.131.332t.13.33t.332.131m-.385-1.846h.769v-3h-.77z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionSensorAlert(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.384V14h1v3.385q0 .23.192.423t.423.192H8v1zM3 6V2.616q0-.691.463-1.153T4.615 1H8v1H4.616q-.231 0-.424.192T4 2.616V6zm7.808 10.362q-1.973-.37-3.387-1.783q-1.413-1.414-1.782-3.387h1q.338 1.571 1.468 2.701t2.7 1.468zm-5.17-7.554q.37-1.973 1.783-3.39q1.414-1.416 3.387-1.78v1q-1.571.339-2.701 1.469t-1.468 2.7zM12 11.5q-.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.434m5.362-2.692q-.339-1.571-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM20 6V2.616q0-.231-.192-.424T19.385 2H16V1h3.385q.69 0 1.152.463T21 2.616V6zm-1.961 14.039q-1.672 0-2.836-1.165q-1.164-1.164-1.164-2.835t1.164-2.836q1.164-1.164 2.836-1.164q1.67 0 2.835 1.164t1.165 2.836t-1.165 2.835t-2.835 1.165m0-1.539q.2 0 .33-.13t.131-.332t-.13-.33t-.332-.131t-.33.13t-.131.332t.13.33t.332.131m-.385-1.846h.769v-3h-.77z"/></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.384V14h1v3.385q0 .23.192.423t.423.192H8v1zM3 6V2.616q0-.691.463-1.153T4.615 1H8v1H4.616q-.231 0-.424.192T4 2.616V6zm7.808 10.362q-1.973-.37-3.387-1.783q-1.413-1.414-1.782-3.387h1q.338 1.571 1.468 2.701t2.7 1.468zm-5.17-7.554q.37-1.973 1.783-3.39q1.414-1.416 3.387-1.78v1q-1.571.339-2.701 1.469t-1.468 2.7zM12 11.5q-.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.434m5.362-2.692q-.339-1.571-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM20 6V2.616q0-.231-.192-.424T19.385 2H16V1h3.385q.69 0 1.152.463T21 2.616V6zm-1.961 14.039q-1.672 0-2.836-1.165q-1.164-1.164-1.164-2.835t1.164-2.836q1.164-1.164 2.836-1.164q1.67 0 2.835 1.164t1.165 2.836t-1.165 2.835t-2.835 1.165m0-1.539q.2 0 .33-.13t.131-.332t-.13-.33t-.332-.131t-.33.13t-.131.332t.13.33t.332.131m-.385-1.846h.769v-3h-.77z"/></svg> </template>
CSS
.icon-motion-sensor-alert {
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.384V14h1v3.385q0%20.23.192.423t.423.192H8v1zM3%206V2.616q0-.691.463-1.153T4.615%201H8v1H4.616q-.231%200-.424.192T4%202.616V6zm7.808%2010.362q-1.973-.37-3.387-1.783q-1.413-1.414-1.782-3.387h1q.338%201.571%201.468%202.701t2.7%201.468zm-5.17-7.554q.37-1.973%201.783-3.39q1.414-1.416%203.387-1.78v1q-1.571.339-2.701%201.469t-1.468%202.7zM12%2011.5q-.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.434m5.362-2.692q-.339-1.571-1.469-2.701t-2.7-1.469v-1q1.973.37%203.389%201.783t1.78%203.387zM20%206V2.616q0-.231-.192-.424T19.385%202H16V1h3.385q.69%200%201.152.463T21%202.616V6zm-1.961%2014.039q-1.672%200-2.836-1.165q-1.164-1.164-1.164-2.835t1.164-2.836q1.164-1.164%202.836-1.164q1.67%200%202.835%201.164t1.165%202.836t-1.165%202.835t-2.835%201.165m0-1.539q.2%200%20.33-.13t.131-.332t-.13-.33t-.332-.131t-.33.13t-.131.332t.13.33t.332.131m-.385-1.846h.769v-3h-.77z%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.384V14h1v3.385q0%20.23.192.423t.423.192H8v1zM3%206V2.616q0-.691.463-1.153T4.615%201H8v1H4.616q-.231%200-.424.192T4%202.616V6zm7.808%2010.362q-1.973-.37-3.387-1.783q-1.413-1.414-1.782-3.387h1q.338%201.571%201.468%202.701t2.7%201.468zm-5.17-7.554q.37-1.973%201.783-3.39q1.414-1.416%203.387-1.78v1q-1.571.339-2.701%201.469t-1.468%202.7zM12%2011.5q-.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.434m5.362-2.692q-.339-1.571-1.469-2.701t-2.7-1.469v-1q1.973.37%203.389%201.783t1.78%203.387zM20%206V2.616q0-.231-.192-.424T19.385%202H16V1h3.385q.69%200%201.152.463T21%202.616V6zm-1.961%2014.039q-1.672%200-2.836-1.165q-1.164-1.164-1.164-2.835t1.164-2.836q1.164-1.164%202.836-1.164q1.67%200%202.835%201.164t1.165%202.836t-1.165%202.835t-2.835%201.165m0-1.539q.2%200%20.33-.13t.131-.332t-.13-.33t-.332-.131t-.33.13t-.131.332t.13.33t.332.131m-.385-1.846h.769v-3h-.77z%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.svg?color=%231a73e8&size=48