motion sensor active icon
motion-sensor-active-sharp from Material Symbols Light by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-active-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-active-outline-sharp
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 active icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm7.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 13.5q-.633 0-1.066-.434Q10.5 12.633 10.5 12q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 12q0 .633-.43 1.066q-.431.434-1.07.434m1.192 4.862v-1q1.571-.339 2.701-1.469t1.468-2.7h1q-.363 1.973-1.78 3.386q-1.415 1.413-3.389 1.782m4.17-7.553q-.339-1.572-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM16 21v-1h4v-4h1v5zm4-13V4h-4V3h5v5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionSensorActiveSharp(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="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm7.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 13.5q-.633 0-1.066-.434Q10.5 12.633 10.5 12q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 12q0 .633-.43 1.066q-.431.434-1.07.434m1.192 4.862v-1q1.571-.339 2.701-1.469t1.468-2.7h1q-.363 1.973-1.78 3.386q-1.415 1.413-3.389 1.782m4.17-7.553q-.339-1.572-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM16 21v-1h4v-4h1v5zm4-13V4h-4V3h5v5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-5h1v4h4v1zM3 8V3h5v1H4v4zm7.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 13.5q-.633 0-1.066-.434Q10.5 12.633 10.5 12q0-.639.434-1.07q.433-.43 1.066-.43q.639 0 1.07.43T13.5 12q0 .633-.43 1.066q-.431.434-1.07.434m1.192 4.862v-1q1.571-.339 2.701-1.469t1.468-2.7h1q-.363 1.973-1.78 3.386q-1.415 1.413-3.389 1.782m4.17-7.553q-.339-1.572-1.469-2.701t-2.7-1.469v-1q1.973.37 3.389 1.783t1.78 3.387zM16 21v-1h4v-4h1v5zm4-13V4h-4V3h5v5z"/></svg> </template>
CSS
.icon-motion-sensor-active-sharp {
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%22M3%2021v-5h1v4h4v1zM3%208V3h5v1H4v4zm7.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%2013.5q-.633%200-1.066-.434Q10.5%2012.633%2010.5%2012q0-.639.434-1.07q.433-.43%201.066-.43q.639%200%201.07.43T13.5%2012q0%20.633-.43%201.066q-.431.434-1.07.434m1.192%204.862v-1q1.571-.339%202.701-1.469t1.468-2.7h1q-.363%201.973-1.78%203.386q-1.415%201.413-3.389%201.782m4.17-7.553q-.339-1.572-1.469-2.701t-2.7-1.469v-1q1.973.37%203.389%201.783t1.78%203.387zM16%2021v-1h4v-4h1v5zm4-13V4h-4V3h5v5z%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%22M3%2021v-5h1v4h4v1zM3%208V3h5v1H4v4zm7.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%2013.5q-.633%200-1.066-.434Q10.5%2012.633%2010.5%2012q0-.639.434-1.07q.433-.43%201.066-.43q.639%200%201.07.43T13.5%2012q0%20.633-.43%201.066q-.431.434-1.07.434m1.192%204.862v-1q1.571-.339%202.701-1.469t1.468-2.7h1q-.363%201.973-1.78%203.386q-1.415%201.413-3.389%201.782m4.17-7.553q-.339-1.572-1.469-2.701t-2.7-1.469v-1q1.973.37%203.389%201.783t1.78%203.387zM16%2021v-1h4v-4h1v5zm4-13V4h-4V3h5v5z%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-active-sharp.svg?color=%231a73e8&size=48