alarm off icon
alarm-off from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- alarm-clock-off
The same icon in other sets
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-multiplealarm-plusalarm-snoozearchive-clockav-timerbed-clockbook-clockbriefcase-clockbus-clockcalendarcalendar-arrow-leftcalendar-arrow-rightcalendar-badgecalendar-blankcalendar-blank-multiplecalendar-checkcalendar-clockcalendar-collapse-horizontalcalendar-cursorcalendar-editcalendar-end
Use the alarm off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 3.28L6.6 1.86l-.86.71L7.16 4m9.31 14.39C15.26 19.39 13.7 20 12 20a7 7 0 0 1-7-7c0-1.7.61-3.26 1.61-4.47M2.92 2.29L1.65 3.57L3 4.9l-1.13.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zM22 5.72l-4.6-3.86l-1.29 1.53l4.6 3.86zM12 6a7 7 0 0 1 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6"/></svg>
React
import type { SVGProps } from "react";
export function MdiAlarmOff(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="M8 3.28L6.6 1.86l-.86.71L7.16 4m9.31 14.39C15.26 19.39 13.7 20 12 20a7 7 0 0 1-7-7c0-1.7.61-3.26 1.61-4.47M2.92 2.29L1.65 3.57L3 4.9l-1.13.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zM22 5.72l-4.6-3.86l-1.29 1.53l4.6 3.86zM12 6a7 7 0 0 1 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 3.28L6.6 1.86l-.86.71L7.16 4m9.31 14.39C15.26 19.39 13.7 20 12 20a7 7 0 0 1-7-7c0-1.7.61-3.26 1.61-4.47M2.92 2.29L1.65 3.57L3 4.9l-1.13.93l1.42 1.42l1.11-.94l.8.8A8.96 8.96 0 0 0 3 13a9 9 0 0 0 9 9c2.25 0 4.31-.83 5.89-2.2l2.2 2.2l1.27-1.27L3.89 3.27zM22 5.72l-4.6-3.86l-1.29 1.53l4.6 3.86zM12 6a7 7 0 0 1 7 7c0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6"/></svg> </template>
CSS
.icon-alarm-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%22M8%203.28L6.6%201.86l-.86.71L7.16%204m9.31%2014.39C15.26%2019.39%2013.7%2020%2012%2020a7%207%200%200%201-7-7c0-1.7.61-3.26%201.61-4.47M2.92%202.29L1.65%203.57L3%204.9l-1.13.93l1.42%201.42l1.11-.94l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l2.2%202.2l1.27-1.27L3.89%203.27zM22%205.72l-4.6-3.86l-1.29%201.53l4.6%203.86zM12%206a7%207%200%200%201%207%207c0%20.84-.16%201.65-.43%202.4l1.52%201.52c.58-1.19.91-2.51.91-3.92a9%209%200%200%200-9-9c-1.41%200-2.73.33-3.92.91L9.6%206.43C10.35%206.16%2011.16%206%2012%206%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%22M8%203.28L6.6%201.86l-.86.71L7.16%204m9.31%2014.39C15.26%2019.39%2013.7%2020%2012%2020a7%207%200%200%201-7-7c0-1.7.61-3.26%201.61-4.47M2.92%202.29L1.65%203.57L3%204.9l-1.13.93l1.42%201.42l1.11-.94l.8.8A8.96%208.96%200%200%200%203%2013a9%209%200%200%200%209%209c2.25%200%204.31-.83%205.89-2.2l2.2%202.2l1.27-1.27L3.89%203.27zM22%205.72l-4.6-3.86l-1.29%201.53l4.6%203.86zM12%206a7%207%200%200%201%207%207c0%20.84-.16%201.65-.43%202.4l1.52%201.52c.58-1.19.91-2.51.91-3.92a9%209%200%200%200-9-9c-1.41%200-2.73.33-3.92.91L9.6%206.43C10.35%206.16%2011.16%206%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/alarm-off.svg?color=%231a73e8&size=48