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

Name
alarm-note-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the alarm note off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13v2.8l1 1V15h3v-2zM2.38 1.73L1.11 3L3 4.88l-1 .83l1.29 1.53l1.12-.94l.8.8c-3.26 3.75-2.86 9.44.9 12.7A8.96 8.96 0 0 0 12 22c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7c0-1.64.57-3.23 1.63-4.5l4.78 4.8l-3.91 2.32l.75 1.23l4.19-2.52l3.94 3.94a2.5 2.5 0 0 0-1.13 3.35a2.5 2.5 0 0 0 3.35 1.13c.49-.25.9-.64 1.13-1.13l1.11 1.11l1.27-1.27zM12 6c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4c-1.35 0-2.69.3-3.9.9l1.52 1.52C10.38 6.14 11.19 6 12 6m-.5 2.3L13 9.8V8h-1.5zM7.88 3.39L6.6 1.86l-.84.7L7.18 4zm9.52-1.53l-1.29 1.53l4.6 3.86L22 5.72z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlarmNoteOff(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="M19 13v2.8l1 1V15h3v-2zM2.38 1.73L1.11 3L3 4.88l-1 .83l1.29 1.53l1.12-.94l.8.8c-3.26 3.75-2.86 9.44.9 12.7A8.96 8.96 0 0 0 12 22c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7c0-1.64.57-3.23 1.63-4.5l4.78 4.8l-3.91 2.32l.75 1.23l4.19-2.52l3.94 3.94a2.5 2.5 0 0 0-1.13 3.35a2.5 2.5 0 0 0 3.35 1.13c.49-.25.9-.64 1.13-1.13l1.11 1.11l1.27-1.27zM12 6c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4c-1.35 0-2.69.3-3.9.9l1.52 1.52C10.38 6.14 11.19 6 12 6m-.5 2.3L13 9.8V8h-1.5zM7.88 3.39L6.6 1.86l-.84.7L7.18 4zm9.52-1.53l-1.29 1.53l4.6 3.86L22 5.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13v2.8l1 1V15h3v-2zM2.38 1.73L1.11 3L3 4.88l-1 .83l1.29 1.53l1.12-.94l.8.8c-3.26 3.75-2.86 9.44.9 12.7A8.96 8.96 0 0 0 12 22c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7c0-1.64.57-3.23 1.63-4.5l4.78 4.8l-3.91 2.32l.75 1.23l4.19-2.52l3.94 3.94a2.5 2.5 0 0 0-1.13 3.35a2.5 2.5 0 0 0 3.35 1.13c.49-.25.9-.64 1.13-1.13l1.11 1.11l1.27-1.27zM12 6c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4c-1.35 0-2.69.3-3.9.9l1.52 1.52C10.38 6.14 11.19 6 12 6m-.5 2.3L13 9.8V8h-1.5zM7.88 3.39L6.6 1.86l-.84.7L7.18 4zm9.52-1.53l-1.29 1.53l4.6 3.86L22 5.72z"/></svg>
</template>

CSS

.icon-alarm-note-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%22M19%2013v2.8l1%201V15h3v-2zM2.38%201.73L1.11%203L3%204.88l-1%20.83l1.29%201.53l1.12-.94l.8.8c-3.26%203.75-2.86%209.44.9%2012.7A8.96%208.96%200%200%200%2012%2022c.33%200%20.67%200%201-.06v-2c-.33.06-.67.06-1%20.06a7%207%200%200%201-7-7c0-1.64.57-3.23%201.63-4.5l4.78%204.8l-3.91%202.32l.75%201.23l4.19-2.52l3.94%203.94a2.5%202.5%200%200%200-1.13%203.35a2.5%202.5%200%200%200%203.35%201.13c.49-.25.9-.64%201.13-1.13l1.11%201.11l1.27-1.27zM12%206c3.1%200%205.83%202.03%206.71%205h2.07C19.85%206.9%2016.2%204%2012%204c-1.35%200-2.69.3-3.9.9l1.52%201.52C10.38%206.14%2011.19%206%2012%206m-.5%202.3L13%209.8V8h-1.5zM7.88%203.39L6.6%201.86l-.84.7L7.18%204zm9.52-1.53l-1.29%201.53l4.6%203.86L22%205.72z%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%22M19%2013v2.8l1%201V15h3v-2zM2.38%201.73L1.11%203L3%204.88l-1%20.83l1.29%201.53l1.12-.94l.8.8c-3.26%203.75-2.86%209.44.9%2012.7A8.96%208.96%200%200%200%2012%2022c.33%200%20.67%200%201-.06v-2c-.33.06-.67.06-1%20.06a7%207%200%200%201-7-7c0-1.64.57-3.23%201.63-4.5l4.78%204.8l-3.91%202.32l.75%201.23l4.19-2.52l3.94%203.94a2.5%202.5%200%200%200-1.13%203.35a2.5%202.5%200%200%200%203.35%201.13c.49-.25.9-.64%201.13-1.13l1.11%201.11l1.27-1.27zM12%206c3.1%200%205.83%202.03%206.71%205h2.07C19.85%206.9%2016.2%204%2012%204c-1.35%200-2.69.3-3.9.9l1.52%201.52C10.38%206.14%2011.19%206%2012%206m-.5%202.3L13%209.8V8h-1.5zM7.88%203.39L6.6%201.86l-.84.7L7.18%204zm9.52-1.53l-1.29%201.53l4.6%203.86L22%205.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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