motion sensor urgent icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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="M12.275 22L18 11.975L23.725 22zm6.075-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1zM2 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 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-4V2h6v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotionSensorUrgentSharp(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="M12.275 22L18 11.975L23.725 22zm6.075-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1zM2 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 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-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="M12.275 22L18 11.975L23.725 22zm6.075-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5 19h1v-4h-1zM2 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 14m4.9-3q-.3-1.475-1.362-2.537T13 7.1v-2q2.3.35 3.938 1.975T18.9 11zM20 8V4h-4V2h6v6z"/></svg>
</template>

CSS

.icon-motion-sensor-urgent-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%22M12.275%2022L18%2011.975L23.725%2022zm6.075-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5%2019h1v-4h-1zM2%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%2014m4.9-3q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM20%208V4h-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%22M12.275%2022L18%2011.975L23.725%2022zm6.075-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15M17.5%2019h1v-4h-1zM2%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%2014m4.9-3q-.3-1.475-1.362-2.537T13%207.1v-2q2.3.35%203.938%201.975T18.9%2011zM20%208V4h-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-urgent-sharp.svg?color=%231a73e8&size=48