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

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

Related icons in Material Design Icons

Use the alarm note icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.4 1.86l-1.29 1.53l4.6 3.86L22 5.72zm-10.8 0L2 5.71l1.29 1.53l4.59-3.85zM12 4a9 9 0 0 0-9 9a9 9 0 0 0 9 9c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7a7 7 0 0 1 7-7c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4m11 11h-3v5.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5c.54 0 1.07.18 1.5.5V13h4zM11.5 8v5.25l-4 2.37l.75 1.23L13 14V8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlarmNote(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="m17.4 1.86l-1.29 1.53l4.6 3.86L22 5.72zm-10.8 0L2 5.71l1.29 1.53l4.59-3.85zM12 4a9 9 0 0 0-9 9a9 9 0 0 0 9 9c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7a7 7 0 0 1 7-7c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4m11 11h-3v5.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5c.54 0 1.07.18 1.5.5V13h4zM11.5 8v5.25l-4 2.37l.75 1.23L13 14V8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.4 1.86l-1.29 1.53l4.6 3.86L22 5.72zm-10.8 0L2 5.71l1.29 1.53l4.59-3.85zM12 4a9 9 0 0 0-9 9a9 9 0 0 0 9 9c.33 0 .67 0 1-.06v-2c-.33.06-.67.06-1 .06a7 7 0 0 1-7-7a7 7 0 0 1 7-7c3.1 0 5.83 2.03 6.71 5h2.07C19.85 6.9 16.2 4 12 4m11 11h-3v5.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5a2.5 2.5 0 0 1 2.5-2.5c.54 0 1.07.18 1.5.5V13h4zM11.5 8v5.25l-4 2.37l.75 1.23L13 14V8z"/></svg>
</template>

CSS

.icon-alarm-note {
  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%22m17.4%201.86l-1.29%201.53l4.6%203.86L22%205.72zm-10.8%200L2%205.71l1.29%201.53l4.59-3.85zM12%204a9%209%200%200%200-9%209a9%209%200%200%200%209%209c.33%200%20.67%200%201-.06v-2c-.33.06-.67.06-1%20.06a7%207%200%200%201-7-7a7%207%200%200%201%207-7c3.1%200%205.83%202.03%206.71%205h2.07C19.85%206.9%2016.2%204%2012%204m11%2011h-3v5.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201%202.5-2.5c.54%200%201.07.18%201.5.5V13h4zM11.5%208v5.25l-4%202.37l.75%201.23L13%2014V8z%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%22m17.4%201.86l-1.29%201.53l4.6%203.86L22%205.72zm-10.8%200L2%205.71l1.29%201.53l4.59-3.85zM12%204a9%209%200%200%200-9%209a9%209%200%200%200%209%209c.33%200%20.67%200%201-.06v-2c-.33.06-.67.06-1%20.06a7%207%200%200%201-7-7a7%207%200%200%201%207-7c3.1%200%205.83%202.03%206.71%205h2.07C19.85%206.9%2016.2%204%2012%204m11%2011h-3v5.5a2.5%202.5%200%200%201-2.5%202.5a2.5%202.5%200%200%201-2.5-2.5a2.5%202.5%200%200%201%202.5-2.5c.54%200%201.07.18%201.5.5V13h4zM11.5%208v5.25l-4%202.37l.75%201.23L13%2014V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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