motion sensor active icon
motion-sensor-active-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.
- Name
- motion-sensor-active-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-sensor-active-outline-sharp
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 active icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm9 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 14m1 4.9v-2q1.475-.3 2.538-1.362T16.9 13h2q-.325 2.3-1.962 3.925T13 18.9m3.9-7.9q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM16 22v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionSensorActiveSharp(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="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm9 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 14m1 4.9v-2q1.475-.3 2.538-1.362T16.9 13h2q-.325 2.3-1.962 3.925T13 18.9m3.9-7.9q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM16 22v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-6h2v4h4v2zM2 8V2h6v2H4v4zm9 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 14m1 4.9v-2q1.475-.3 2.538-1.362T16.9 13h2q-.325 2.3-1.962 3.925T13 18.9m3.9-7.9q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM16 22v-2h4v-4h2v6zm4-14V4h-4V2h6v6z"/></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%22M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm9%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%2014m1%204.9v-2q1.475-.3%202.538-1.362T16.9%2013h2q-.325%202.3-1.962%203.925T13%2018.9m3.9-7.9q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM16%2022v-2h4v-4h2v6zm4-14V4h-4V2h6v6z%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%22M2%2022v-6h2v4h4v2zM2%208V2h6v2H4v4zm9%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%2014m1%204.9v-2q1.475-.3%202.538-1.362T16.9%2013h2q-.325%202.3-1.962%203.925T13%2018.9m3.9-7.9q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM16%2022v-2h4v-4h2v6zm4-14V4h-4V2h6v6z%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-active-sharp.svg?color=%231a73e8&size=48