motion sensor alert icon
motion-sensor-alert-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-alert-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-alert-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 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 20q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zM2 5V2q0-.825.588-1.412T4 0h3q.425 0 .713.288T8 1t-.288.713T7 2H4v3q0 .425-.288.713T3 6t-.712-.288T2 5m10 7q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m8-7V2h-3q-.425 0-.712-.288T16 1t.288-.712T17 0h3q.825 0 1.413.588T22 2v3q0 .425-.288.713T21 6t-.712-.288T20 5M6.175 11.15q-.45 0-.7.388t-.125.837Q5.825 13.95 7 15.1t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 12q-.125-.375-.437-.612t-.713-.238m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 6.35 7.038 5.2T9.8 3.525q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 8.3q-.125.375-.437.613T6.2 9.15m11.65 0q.45 0 .7-.387t.125-.838Q18.2 6.35 17.013 5.2T14.25 3.525q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.3q.125.375.438.612t.712.238M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionSensorAlertRounded(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 20q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zM2 5V2q0-.825.588-1.412T4 0h3q.425 0 .713.288T8 1t-.288.713T7 2H4v3q0 .425-.288.713T3 6t-.712-.288T2 5m10 7q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m8-7V2h-3q-.425 0-.712-.288T16 1t.288-.712T17 0h3q.825 0 1.413.588T22 2v3q0 .425-.288.713T21 6t-.712-.288T20 5M6.175 11.15q-.45 0-.7.388t-.125.837Q5.825 13.95 7 15.1t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 12q-.125-.375-.437-.612t-.713-.238m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 6.35 7.038 5.2T9.8 3.525q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 8.3q-.125.375-.437.613T6.2 9.15m11.65 0q.45 0 .7-.387t.125-.838Q18.2 6.35 17.013 5.2T14.25 3.525q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.3q.125.375.438.612t.712.238M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18"/></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 20q-.825 0-1.412-.587T2 18v-3q0-.425.288-.712T3 14t.713.288T4 15v3h3q.425 0 .713.288T8 19t-.288.713T7 20zM2 5V2q0-.825.588-1.412T4 0h3q.425 0 .713.288T8 1t-.288.713T7 2H4v3q0 .425-.288.713T3 6t-.712-.288T2 5m10 7q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m8-7V2h-3q-.425 0-.712-.288T16 1t.288-.712T17 0h3q.825 0 1.413.588T22 2v3q0 .425-.288.713T21 6t-.712-.288T20 5M6.175 11.15q-.45 0-.7.388t-.125.837Q5.825 13.95 7 15.1t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 12q-.125-.375-.437-.612t-.713-.238m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 6.35 7.038 5.2T9.8 3.525q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 8.3q-.125.375-.437.613T6.2 9.15m11.65 0q.45 0 .7-.387t.125-.838Q18.2 6.35 17.013 5.2T14.25 3.525q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 8.3q.125.375.438.612t.712.238M19 22q-2.075 0-3.537-1.463T14 17t1.463-3.537T19 12t3.538 1.463T24 17t-1.463 3.538T19 22m0-2q.2 0 .35-.15t.15-.35t-.15-.35T19 19t-.35.15t-.15.35t.15.35t.35.15m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T19 14t-.35.15t-.15.35v3q0 .2.15.35T19 18"/></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%2020q-.825%200-1.412-.587T2%2018v-3q0-.425.288-.712T3%2014t.713.288T4%2015v3h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zM2%205V2q0-.825.588-1.412T4%200h3q.425%200%20.713.288T8%201t-.288.713T7%202H4v3q0%20.425-.288.713T3%206t-.712-.288T2%205m10%207q-.825%200-1.412-.587T10%2010q0-.85.588-1.425T12%208q.85%200%201.425.575T14%2010q0%20.825-.575%201.413T12%2012m8-7V2h-3q-.425%200-.712-.288T16%201t.288-.712T17%200h3q.825%200%201.413.588T22%202v3q0%20.425-.288.713T21%206t-.712-.288T20%205M6.175%2011.15q-.45%200-.7.388t-.125.837Q5.825%2013.95%207%2015.1t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325%2012q-.125-.375-.437-.612t-.713-.238m.025-2q-.45%200-.7-.387t-.125-.838Q5.85%206.35%207.038%205.2T9.8%203.525q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412q-.975.375-1.737%201.1T7.35%208.3q-.125.375-.437.613T6.2%209.15m11.65%200q.45%200%20.7-.387t.125-.838Q18.2%206.35%2017.013%205.2T14.25%203.525q-.45-.15-.825.138t-.375.762q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%208.3q.125.375.438.612t.712.238M19%2022q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m0-2q.2%200%20.35-.15t.15-.35t-.15-.35T19%2019t-.35.15t-.15.35t.15.35t.35.15m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T19%2014t-.35.15t-.15.35v3q0%20.2.15.35T19%2018%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%2020q-.825%200-1.412-.587T2%2018v-3q0-.425.288-.712T3%2014t.713.288T4%2015v3h3q.425%200%20.713.288T8%2019t-.288.713T7%2020zM2%205V2q0-.825.588-1.412T4%200h3q.425%200%20.713.288T8%201t-.288.713T7%202H4v3q0%20.425-.288.713T3%206t-.712-.288T2%205m10%207q-.825%200-1.412-.587T10%2010q0-.85.588-1.425T12%208q.85%200%201.425.575T14%2010q0%20.825-.575%201.413T12%2012m8-7V2h-3q-.425%200-.712-.288T16%201t.288-.712T17%200h3q.825%200%201.413.588T22%202v3q0%20.425-.288.713T21%206t-.712-.288T20%205M6.175%2011.15q-.45%200-.7.388t-.125.837Q5.825%2013.95%207%2015.1t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325%2012q-.125-.375-.437-.612t-.713-.238m.025-2q-.45%200-.7-.387t-.125-.838Q5.85%206.35%207.038%205.2T9.8%203.525q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412q-.975.375-1.737%201.1T7.35%208.3q-.125.375-.437.613T6.2%209.15m11.65%200q.45%200%20.7-.387t.125-.838Q18.2%206.35%2017.013%205.2T14.25%203.525q-.45-.15-.825.138t-.375.762q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%208.3q.125.375.438.612t.712.238M19%2022q-2.075%200-3.537-1.463T14%2017t1.463-3.537T19%2012t3.538%201.463T24%2017t-1.463%203.538T19%2022m0-2q.2%200%20.35-.15t.15-.35t-.15-.35T19%2019t-.35.15t-.15.35t.15.35t.35.15m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T19%2014t-.35.15t-.15.35v3q0%20.2.15.35T19%2018%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-alert-rounded.svg?color=%231a73e8&size=48