motion sensor urgent icon
motion-sensor-urgent from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-urgent
- Set
- Material Symbols
- Style
- Regular
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-urgent-outline
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 urgent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20v-4h2v4h4v2zM2 8V4q0-.825.588-1.412T4 2h4v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 13h2q.3 1.475 1.363 2.537T11 16.9zM5.1 11q.35-2.3 1.975-3.937T11 5.1v2q-1.475.3-2.537 1.363T7.1 11zm6.9 3q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-4V2h4q.825 0 1.413.588T22 4v4zm-6 14q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionSensorUrgent(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 22q-.825 0-1.412-.587T2 20v-4h2v4h4v2zM2 8V4q0-.825.588-1.412T4 2h4v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 13h2q.3 1.475 1.363 2.537T11 16.9zM5.1 11q.35-2.3 1.975-3.937T11 5.1v2q-1.475.3-2.537 1.363T7.1 11zm6.9 3q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-4V2h4q.825 0 1.413.588T22 4v4zm-6 14q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1z"/></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 22q-.825 0-1.412-.587T2 20v-4h2v4h4v2zM2 8V4q0-.825.588-1.412T4 2h4v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 13h2q.3 1.475 1.363 2.537T11 16.9zM5.1 11q.35-2.3 1.975-3.937T11 5.1v2q-1.475.3-2.537 1.363T7.1 11zm6.9 3q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-4V2h4q.825 0 1.413.588T22 4v4zm-6 14q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1z"/></svg> </template>
CSS
.icon-motion-sensor-urgent {
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%2022q-.825%200-1.412-.587T2%2020v-4h2v4h4v2zM2%208V4q0-.825.588-1.412T4%202h4v2H4v4zm9%2010.9q-2.3-.35-3.925-1.975T5.1%2013h2q.3%201.475%201.363%202.537T11%2016.9zM5.1%2011q.35-2.3%201.975-3.937T11%205.1v2q-1.475.3-2.537%201.363T7.1%2011zm6.9%203q-.825%200-1.412-.587T10%2012q0-.85.588-1.425T12%2010q.85%200%201.425.575T14%2012q0%20.825-.575%201.413T12%2014m4.9-3q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM20%208V4h-4V2h4q.825%200%201.413.588T22%204v4zm-6%2014q-.275%200-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4%207q.15.225.138.5t-.138.5q-.15.225-.375.363T22%2022zm4.35-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5%2019h1v-4h-1z%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%2022q-.825%200-1.412-.587T2%2020v-4h2v4h4v2zM2%208V4q0-.825.588-1.412T4%202h4v2H4v4zm9%2010.9q-2.3-.35-3.925-1.975T5.1%2013h2q.3%201.475%201.363%202.537T11%2016.9zM5.1%2011q.35-2.3%201.975-3.937T11%205.1v2q-1.475.3-2.537%201.363T7.1%2011zm6.9%203q-.825%200-1.412-.587T10%2012q0-.85.588-1.425T12%2010q.85%200%201.425.575T14%2012q0%20.825-.575%201.413T12%2014m4.9-3q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM20%208V4h-4V2h4q.825%200%201.413.588T22%204v4zm-6%2014q-.275%200-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4%207q.15.225.138.5t-.138.5q-.15.225-.375.363T22%2022zm4.35-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5%2019h1v-4h-1z%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-urgent.svg?color=%231a73e8&size=48