motion sensor alert icon

motion-sensor-alert-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.

Name
motion-sensor-alert-sharp
Set
Material Symbols
Style
Sharp
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
motion-sensor-alert-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="M2 20v-6h2v4h4v2zM2 6V0h6v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 11h2q.3 1.475 1.363 2.537T11 14.9zM5.1 9q.35-2.3 1.975-3.937T11 3.1v2q-1.475.3-2.537 1.363T7.1 9zm6.9 3q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m4.9-3q-.3-1.475-1.362-2.537T13 5.1v-2q2.3.35 3.938 1.975T18.9 9zM20 6V2h-4V0h6v6zm-1 16q-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.15m-.5-2h1v-4h-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotionSensorAlertSharp(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 20v-6h2v4h4v2zM2 6V0h6v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 11h2q.3 1.475 1.363 2.537T11 14.9zM5.1 9q.35-2.3 1.975-3.937T11 3.1v2q-1.475.3-2.537 1.363T7.1 9zm6.9 3q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m4.9-3q-.3-1.475-1.362-2.537T13 5.1v-2q2.3.35 3.938 1.975T18.9 9zM20 6V2h-4V0h6v6zm-1 16q-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.15m-.5-2h1v-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="M2 20v-6h2v4h4v2zM2 6V0h6v2H4v4zm9 10.9q-2.3-.35-3.925-1.975T5.1 11h2q.3 1.475 1.363 2.537T11 14.9zM5.1 9q.35-2.3 1.975-3.937T11 3.1v2q-1.475.3-2.537 1.363T7.1 9zm6.9 3q-.825 0-1.412-.587T10 10q0-.85.588-1.425T12 8q.85 0 1.425.575T14 10q0 .825-.575 1.413T12 12m4.9-3q-.3-1.475-1.362-2.537T13 5.1v-2q2.3.35 3.938 1.975T18.9 9zM20 6V2h-4V0h6v6zm-1 16q-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.15m-.5-2h1v-4h-1z"/></svg>
</template>

CSS

.icon-motion-sensor-alert-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%2020v-6h2v4h4v2zM2%206V0h6v2H4v4zm9%2010.9q-2.3-.35-3.925-1.975T5.1%2011h2q.3%201.475%201.363%202.537T11%2014.9zM5.1%209q.35-2.3%201.975-3.937T11%203.1v2q-1.475.3-2.537%201.363T7.1%209zm6.9%203q-.825%200-1.412-.587T10%2010q0-.85.588-1.425T12%208q.85%200%201.425.575T14%2010q0%20.825-.575%201.413T12%2012m4.9-3q-.3-1.475-1.362-2.537T13%205.1v-2q2.3.35%203.938%201.975T18.9%209zM20%206V2h-4V0h6v6zm-1%2016q-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.15m-.5-2h1v-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%22M2%2020v-6h2v4h4v2zM2%206V0h6v2H4v4zm9%2010.9q-2.3-.35-3.925-1.975T5.1%2011h2q.3%201.475%201.363%202.537T11%2014.9zM5.1%209q.35-2.3%201.975-3.937T11%203.1v2q-1.475.3-2.537%201.363T7.1%209zm6.9%203q-.825%200-1.412-.587T10%2010q0-.85.588-1.425T12%208q.85%200%201.425.575T14%2010q0%20.825-.575%201.413T12%2012m4.9-3q-.3-1.475-1.362-2.537T13%205.1v-2q2.3.35%203.938%201.975T18.9%209zM20%206V2h-4V0h6v6zm-1%2016q-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.15m-.5-2h1v-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-alert-sharp.svg?color=%231a73e8&size=48