motion sensor urgent icon

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

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

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="M14 22q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-2q.15-.15.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19t.35-.15M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m10 7q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m8-7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6.175 13q-.45 0-.7.388t-.125.837Q5.825 15.8 7 16.95t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 13.85q-.125-.375-.437-.612T6.175 13m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 8.2 7.038 7.05T9.8 5.375q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 10.15q-.125.375-.437.613T6.2 11m11.65 0q.45 0 .7-.387t.125-.838Q18.2 8.2 17.013 7.05T14.25 5.375q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 10.15q.125.375.438.613t.712.237"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotionSensorUrgentRounded(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="M14 22q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-2q.15-.15.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19t.35-.15M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m10 7q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m8-7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6.175 13q-.45 0-.7.388t-.125.837Q5.825 15.8 7 16.95t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 13.85q-.125-.375-.437-.612T6.175 13m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 8.2 7.038 7.05T9.8 5.375q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 10.15q-.125.375-.437.613T6.2 11m11.65 0q.45 0 .7-.387t.125-.838Q18.2 8.2 17.013 7.05T14.25 5.375q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 10.15q.125.375.438.613t.712.237"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 22q-.275 0-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4 7q.15.225.138.5t-.138.5q-.15.225-.375.363T22 22zm4.35-1.15q.15-.15.15-.35t-.15-.35T18 20t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-2q.15-.15.15-.35v-3q0-.2-.15-.35T18 15t-.35.15t-.15.35v3q0 .2.15.35T18 19t.35-.15M4 22q-.825 0-1.412-.587T2 20v-3q0-.425.288-.712T3 16t.713.288T4 17v3h3q.425 0 .713.288T8 21t-.288.713T7 22zM2 7V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v3q0 .425-.288.713T3 8t-.712-.288T2 7m10 7q-.825 0-1.412-.587T10 12q0-.85.588-1.425T12 10q.85 0 1.425.575T14 12q0 .825-.575 1.413T12 14m8-7V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v3q0 .425-.288.713T21 8t-.712-.288T20 7M6.175 13q-.45 0-.7.388t-.125.837Q5.825 15.8 7 16.95t2.75 1.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325 13.85q-.125-.375-.437-.612T6.175 13m.025-2q-.45 0-.7-.387t-.125-.838Q5.85 8.2 7.038 7.05T9.8 5.375q.45-.15.825.138t.375.762q0 .35-.225.638t-.575.412q-.975.375-1.737 1.1T7.35 10.15q-.125.375-.437.613T6.2 11m11.65 0q.45 0 .7-.387t.125-.838Q18.2 8.2 17.013 7.05T14.25 5.375q-.45-.15-.825.138t-.375.762q0 .35.225.638t.575.412q.975.375 1.738 1.1T16.7 10.15q.125.375.438.613t.712.237"/></svg>
</template>

CSS

.icon-motion-sensor-urgent-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%22M14%2022q-.275%200-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4%207q.15.225.138.5t-.138.5q-.15.225-.375.363T22%2022zm4.35-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-2q.15-.15.15-.35v-3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v3q0%20.2.15.35T18%2019t.35-.15M4%2022q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zM2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208t-.712-.288T2%207m10%207q-.825%200-1.412-.587T10%2012q0-.85.588-1.425T12%2010q.85%200%201.425.575T14%2012q0%20.825-.575%201.413T12%2014m8-7V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M6.175%2013q-.45%200-.7.388t-.125.837Q5.825%2015.8%207%2016.95t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325%2013.85q-.125-.375-.437-.612T6.175%2013m.025-2q-.45%200-.7-.387t-.125-.838Q5.85%208.2%207.038%207.05T9.8%205.375q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412q-.975.375-1.737%201.1T7.35%2010.15q-.125.375-.437.613T6.2%2011m11.65%200q.45%200%20.7-.387t.125-.838Q18.2%208.2%2017.013%207.05T14.25%205.375q-.45-.15-.825.138t-.375.762q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%2010.15q.125.375.438.613t.712.237%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%22M14%2022q-.275%200-.488-.137t-.362-.363q-.125-.225-.137-.488t.112-.512l4-7q.15-.225.388-.375t.512-.15t.5.138t.35.387l4%207q.15.225.138.5t-.138.5q-.15.225-.375.363T22%2022zm4.35-1.15q.15-.15.15-.35t-.15-.35T18%2020t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-2q.15-.15.15-.35v-3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v3q0%20.2.15.35T18%2019t.35-.15M4%2022q-.825%200-1.412-.587T2%2020v-3q0-.425.288-.712T3%2016t.713.288T4%2017v3h3q.425%200%20.713.288T8%2021t-.288.713T7%2022zM2%207V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v3q0%20.425-.288.713T3%208t-.712-.288T2%207m10%207q-.825%200-1.412-.587T10%2012q0-.85.588-1.425T12%2010q.85%200%201.425.575T14%2012q0%20.825-.575%201.413T12%2014m8-7V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v3q0%20.425-.288.713T21%208t-.712-.288T20%207M6.175%2013q-.45%200-.7.388t-.125.837Q5.825%2015.8%207%2016.95t2.75%201.675q.45.15.838-.137t.387-.763q0-.35-.225-.638t-.575-.412q-.975-.375-1.737-1.1T7.325%2013.85q-.125-.375-.437-.612T6.175%2013m.025-2q-.45%200-.7-.387t-.125-.838Q5.85%208.2%207.038%207.05T9.8%205.375q.45-.15.825.138t.375.762q0%20.35-.225.638t-.575.412q-.975.375-1.737%201.1T7.35%2010.15q-.125.375-.437.613T6.2%2011m11.65%200q.45%200%20.7-.387t.125-.838Q18.2%208.2%2017.013%207.05T14.25%205.375q-.45-.15-.825.138t-.375.762q0%20.35.225.638t.575.412q.975.375%201.738%201.1T16.7%2010.15q.125.375.438.613t.712.237%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-rounded.svg?color=%231a73e8&size=48