motion sensor active icon

motion-sensor-active-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
motion-sensor-active-rounded
Set
Material Symbols Light
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
motion-sensor-active-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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="M4.616 21q-.691 0-1.153-.462T3 19.385V16.5q0-.213.143-.357T3.5 16t.357.143T4 16.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 20.5t-.143.357T7.5 21zM3 7.5V4.616q0-.691.463-1.153T4.615 3H7.5q.214 0 .357.143T8 3.5t-.143.357T7.5 4H4.616q-.231 0-.424.192T4 4.615V7.5q0 .214-.143.357T3.5 8t-.357-.143T3 7.5m9 6q-.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.434m7.385 7.5H16.5q-.213 0-.357-.143T16 20.5t.143-.357T16.5 20h2.885q.23 0 .423-.192t.192-.424V16.5q0-.213.143-.357T20.5 16t.357.143t.143.357v2.885q0 .69-.462 1.152T19.385 21M20 7.5V4.616q0-.231-.192-.424T19.385 4H16.5q-.213 0-.357-.143T16 3.5t.143-.357T16.5 3h2.885q.69 0 1.152.463T21 4.615V7.5q0 .214-.143.357T20.5 8t-.357-.143T20 7.5M6.194 13.192q-.238 0-.363.196t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315t-.338-.132m.006-2.384q-.238 0-.363-.196t-.058-.433q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.387q0 .177-.138.32t-.315.211Q9.07 7.2 8.107 8.127q-.965.927-1.353 2.234q-.067.183-.216.315t-.338.132m11.612 2.384q.238 0 .363.196t.058.433q-.437 1.575-1.596 2.735q-1.158 1.16-2.733 1.646q-.258.073-.479-.051t-.221-.387q0-.177.145-.32t.322-.211q1.283-.433 2.24-1.36t1.347-2.234q.067-.183.216-.315t.337-.132m0-2.384q.239 0 .364-.196t.058-.433q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.387q0 .177.148.32t.325.211q1.282.433 2.237 1.36t1.344 2.234q.067.183.216.315t.337.132"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMotionSensorActiveRounded(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 21q-.691 0-1.153-.462T3 19.385V16.5q0-.213.143-.357T3.5 16t.357.143T4 16.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 20.5t-.143.357T7.5 21zM3 7.5V4.616q0-.691.463-1.153T4.615 3H7.5q.214 0 .357.143T8 3.5t-.143.357T7.5 4H4.616q-.231 0-.424.192T4 4.615V7.5q0 .214-.143.357T3.5 8t-.357-.143T3 7.5m9 6q-.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.434m7.385 7.5H16.5q-.213 0-.357-.143T16 20.5t.143-.357T16.5 20h2.885q.23 0 .423-.192t.192-.424V16.5q0-.213.143-.357T20.5 16t.357.143t.143.357v2.885q0 .69-.462 1.152T19.385 21M20 7.5V4.616q0-.231-.192-.424T19.385 4H16.5q-.213 0-.357-.143T16 3.5t.143-.357T16.5 3h2.885q.69 0 1.152.463T21 4.615V7.5q0 .214-.143.357T20.5 8t-.357-.143T20 7.5M6.194 13.192q-.238 0-.363.196t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315t-.338-.132m.006-2.384q-.238 0-.363-.196t-.058-.433q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.387q0 .177-.138.32t-.315.211Q9.07 7.2 8.107 8.127q-.965.927-1.353 2.234q-.067.183-.216.315t-.338.132m11.612 2.384q.238 0 .363.196t.058.433q-.437 1.575-1.596 2.735q-1.158 1.16-2.733 1.646q-.258.073-.479-.051t-.221-.387q0-.177.145-.32t.322-.211q1.283-.433 2.24-1.36t1.347-2.234q.067-.183.216-.315t.337-.132m0-2.384q.239 0 .364-.196t.058-.433q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.387q0 .177.148.32t.325.211q1.282.433 2.237 1.36t1.344 2.234q.067.183.216.315t.337.132"/></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 21q-.691 0-1.153-.462T3 19.385V16.5q0-.213.143-.357T3.5 16t.357.143T4 16.5v2.885q0 .23.192.423t.423.192H7.5q.214 0 .357.143T8 20.5t-.143.357T7.5 21zM3 7.5V4.616q0-.691.463-1.153T4.615 3H7.5q.214 0 .357.143T8 3.5t-.143.357T7.5 4H4.616q-.231 0-.424.192T4 4.615V7.5q0 .214-.143.357T3.5 8t-.357-.143T3 7.5m9 6q-.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.434m7.385 7.5H16.5q-.213 0-.357-.143T16 20.5t.143-.357T16.5 20h2.885q.23 0 .423-.192t.192-.424V16.5q0-.213.143-.357T20.5 16t.357.143t.143.357v2.885q0 .69-.462 1.152T19.385 21M20 7.5V4.616q0-.231-.192-.424T19.385 4H16.5q-.213 0-.357-.143T16 3.5t.143-.357T16.5 3h2.885q.69 0 1.152.463T21 4.615V7.5q0 .214-.143.357T20.5 8t-.357-.143T20 7.5M6.194 13.192q-.238 0-.363.196t-.058.433q.437 1.575 1.593 2.735t2.73 1.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315t-.338-.132m.006-2.384q-.238 0-.363-.196t-.058-.433q.437-1.575 1.595-2.735q1.159-1.16 2.734-1.646q.258-.073.479.051t.22.387q0 .177-.138.32t-.315.211Q9.07 7.2 8.107 8.127q-.965.927-1.353 2.234q-.067.183-.216.315t-.338.132m11.612 2.384q.238 0 .363.196t.058.433q-.437 1.575-1.596 2.735q-1.158 1.16-2.733 1.646q-.258.073-.479-.051t-.221-.387q0-.177.145-.32t.322-.211q1.283-.433 2.24-1.36t1.347-2.234q.067-.183.216-.315t.337-.132m0-2.384q.239 0 .364-.196t.058-.433q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.387q0 .177.148.32t.325.211q1.282.433 2.237 1.36t1.344 2.234q.067.183.216.315t.337.132"/></svg>
</template>

CSS

.icon-motion-sensor-active-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.616%2021q-.691%200-1.153-.462T3%2019.385V16.5q0-.213.143-.357T3.5%2016t.357.143T4%2016.5v2.885q0%20.23.192.423t.423.192H7.5q.214%200%20.357.143T8%2020.5t-.143.357T7.5%2021zM3%207.5V4.616q0-.691.463-1.153T4.615%203H7.5q.214%200%20.357.143T8%203.5t-.143.357T7.5%204H4.616q-.231%200-.424.192T4%204.615V7.5q0%20.214-.143.357T3.5%208t-.357-.143T3%207.5m9%206q-.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.434m7.385%207.5H16.5q-.213%200-.357-.143T16%2020.5t.143-.357T16.5%2020h2.885q.23%200%20.423-.192t.192-.424V16.5q0-.213.143-.357T20.5%2016t.357.143t.143.357v2.885q0%20.69-.462%201.152T19.385%2021M20%207.5V4.616q0-.231-.192-.424T19.385%204H16.5q-.213%200-.357-.143T16%203.5t.143-.357T16.5%203h2.885q.69%200%201.152.463T21%204.615V7.5q0%20.214-.143.357T20.5%208t-.357-.143T20%207.5M6.194%2013.192q-.238%200-.363.196t-.058.433q.437%201.575%201.593%202.735t2.73%201.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315t-.338-.132m.006-2.384q-.238%200-.363-.196t-.058-.433q.437-1.575%201.595-2.735q1.159-1.16%202.734-1.646q.258-.073.479.051t.22.387q0%20.177-.138.32t-.315.211Q9.07%207.2%208.107%208.127q-.965.927-1.353%202.234q-.067.183-.216.315t-.338.132m11.612%202.384q.238%200%20.363.196t.058.433q-.437%201.575-1.596%202.735q-1.158%201.16-2.733%201.646q-.258.073-.479-.051t-.221-.387q0-.177.145-.32t.322-.211q1.283-.433%202.24-1.36t1.347-2.234q.067-.183.216-.315t.337-.132m0-2.384q.239%200%20.364-.196t.058-.433q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.387q0%20.177.148.32t.325.211q1.282.433%202.237%201.36t1.344%202.234q.067.183.216.315t.337.132%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%2021q-.691%200-1.153-.462T3%2019.385V16.5q0-.213.143-.357T3.5%2016t.357.143T4%2016.5v2.885q0%20.23.192.423t.423.192H7.5q.214%200%20.357.143T8%2020.5t-.143.357T7.5%2021zM3%207.5V4.616q0-.691.463-1.153T4.615%203H7.5q.214%200%20.357.143T8%203.5t-.143.357T7.5%204H4.616q-.231%200-.424.192T4%204.615V7.5q0%20.214-.143.357T3.5%208t-.357-.143T3%207.5m9%206q-.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.434m7.385%207.5H16.5q-.213%200-.357-.143T16%2020.5t.143-.357T16.5%2020h2.885q.23%200%20.423-.192t.192-.424V16.5q0-.213.143-.357T20.5%2016t.357.143t.143.357v2.885q0%20.69-.462%201.152T19.385%2021M20%207.5V4.616q0-.231-.192-.424T19.385%204H16.5q-.213%200-.357-.143T16%203.5t.143-.357T16.5%203h2.885q.69%200%201.152.463T21%204.615V7.5q0%20.214-.143.357T20.5%208t-.357-.143T20%207.5M6.194%2013.192q-.238%200-.363.196t-.058.433q.437%201.575%201.593%202.735t2.73%201.646q.258.073.482-.051t.224-.387q0-.177-.148-.32t-.325-.211q-1.283-.433-2.238-1.36q-.954-.927-1.343-2.234q-.067-.183-.216-.315t-.338-.132m.006-2.384q-.238%200-.363-.196t-.058-.433q.437-1.575%201.595-2.735q1.159-1.16%202.734-1.646q.258-.073.479.051t.22.387q0%20.177-.138.32t-.315.211Q9.07%207.2%208.107%208.127q-.965.927-1.353%202.234q-.067.183-.216.315t-.338.132m11.612%202.384q.238%200%20.363.196t.058.433q-.437%201.575-1.596%202.735q-1.158%201.16-2.733%201.646q-.258.073-.479-.051t-.221-.387q0-.177.145-.32t.322-.211q1.283-.433%202.24-1.36t1.347-2.234q.067-.183.216-.315t.337-.132m0-2.384q.239%200%20.364-.196t.058-.433q-.437-1.575-1.596-2.735q-1.158-1.16-2.733-1.646q-.258-.073-.479.051t-.221.387q0%20.177.148.32t.325.211q1.282.433%202.237%201.36t1.344%202.234q.067.183.216.315t.337.132%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-rounded.svg?color=%231a73e8&size=48