alarm-light-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
alarm-light-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the alarm light off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 14.8l-9-9c.9-.5 1.9-.8 3-.8c3.3 0 6 2.7 6 6zm2.1-10l-1.4-1.4l-2.1 2.1L18 6.9zm-.6 5.7v2h3v-2zm-15 0h-3v2h3zM1.1 3l5.5 5.5c-.4.7-.6 1.6-.6 2.5v8h11.1l1 1H6c-1.1 0-2 .9-2 2h16.1l.7.7l1.3-1.3L2.4 1.7zM13 1h-2v3h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlarmLightOff(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="m18 14.8l-9-9c.9-.5 1.9-.8 3-.8c3.3 0 6 2.7 6 6zm2.1-10l-1.4-1.4l-2.1 2.1L18 6.9zm-.6 5.7v2h3v-2zm-15 0h-3v2h3zM1.1 3l5.5 5.5c-.4.7-.6 1.6-.6 2.5v8h11.1l1 1H6c-1.1 0-2 .9-2 2h16.1l.7.7l1.3-1.3L2.4 1.7zM13 1h-2v3h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 14.8l-9-9c.9-.5 1.9-.8 3-.8c3.3 0 6 2.7 6 6zm2.1-10l-1.4-1.4l-2.1 2.1L18 6.9zm-.6 5.7v2h3v-2zm-15 0h-3v2h3zM1.1 3l5.5 5.5c-.4.7-.6 1.6-.6 2.5v8h11.1l1 1H6c-1.1 0-2 .9-2 2h16.1l.7.7l1.3-1.3L2.4 1.7zM13 1h-2v3h2z"/></svg>
</template>

CSS

.icon-alarm-light-off {
  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%22m18%2014.8l-9-9c.9-.5%201.9-.8%203-.8c3.3%200%206%202.7%206%206zm2.1-10l-1.4-1.4l-2.1%202.1L18%206.9zm-.6%205.7v2h3v-2zm-15%200h-3v2h3zM1.1%203l5.5%205.5c-.4.7-.6%201.6-.6%202.5v8h11.1l1%201H6c-1.1%200-2%20.9-2%202h16.1l.7.7l1.3-1.3L2.4%201.7zM13%201h-2v3h2z%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%22m18%2014.8l-9-9c.9-.5%201.9-.8%203-.8c3.3%200%206%202.7%206%206zm2.1-10l-1.4-1.4l-2.1%202.1L18%206.9zm-.6%205.7v2h3v-2zm-15%200h-3v2h3zM1.1%203l5.5%205.5c-.4.7-.6%201.6-.6%202.5v8h11.1l1%201H6c-1.1%200-2%20.9-2%202h16.1l.7.7l1.3-1.3L2.4%201.7zM13%201h-2v3h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/alarm-light-off.svg?color=%231a73e8&size=48