alarm multiple icon
alarm-multiple from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-multiple
- Set
- Material Design Icons
- Style
- Filled
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- alarm-clock-multiple, alarm-clocks, alarms
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-offalarm-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 multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.29 3.25L5.16 6.72L4 5.34l4.14-3.47zM22 5.35l-1.16 1.38l-4.14-3.48l1.16-1.38zM13 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-1 1.5h1.5v4.53l3.22 1.47l-.62 1.36L12 13zM1 14c0-2.5 1.13-4.7 2.91-6.17A10 10 0 0 0 3 12l.06 1.13L3 14c0 2.28 1.27 4.26 3.14 5.28c1.3 1.22 2.93 2.11 4.75 2.5c-.61.14-1.24.22-1.89.22a8 8 0 0 1-8-8"/></svg>
React
import type { SVGProps } from "react";
export function MdiAlarmMultiple(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="M9.29 3.25L5.16 6.72L4 5.34l4.14-3.47zM22 5.35l-1.16 1.38l-4.14-3.48l1.16-1.38zM13 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-1 1.5h1.5v4.53l3.22 1.47l-.62 1.36L12 13zM1 14c0-2.5 1.13-4.7 2.91-6.17A10 10 0 0 0 3 12l.06 1.13L3 14c0 2.28 1.27 4.26 3.14 5.28c1.3 1.22 2.93 2.11 4.75 2.5c-.61.14-1.24.22-1.89.22a8 8 0 0 1-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.29 3.25L5.16 6.72L4 5.34l4.14-3.47zM22 5.35l-1.16 1.38l-4.14-3.48l1.16-1.38zM13 4a8 8 0 0 1 8 8a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8m0 2a6 6 0 0 0-6 6a6 6 0 0 0 6 6a6 6 0 0 0 6-6a6 6 0 0 0-6-6m-1 1.5h1.5v4.53l3.22 1.47l-.62 1.36L12 13zM1 14c0-2.5 1.13-4.7 2.91-6.17A10 10 0 0 0 3 12l.06 1.13L3 14c0 2.28 1.27 4.26 3.14 5.28c1.3 1.22 2.93 2.11 4.75 2.5c-.61.14-1.24.22-1.89.22a8 8 0 0 1-8-8"/></svg> </template>
CSS
.icon-alarm-multiple {
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%22M9.29%203.25L5.16%206.72L4%205.34l4.14-3.47zM22%205.35l-1.16%201.38l-4.14-3.48l1.16-1.38zM13%204a8%208%200%200%201%208%208a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8m0%202a6%206%200%200%200-6%206a6%206%200%200%200%206%206a6%206%200%200%200%206-6a6%206%200%200%200-6-6m-1%201.5h1.5v4.53l3.22%201.47l-.62%201.36L12%2013zM1%2014c0-2.5%201.13-4.7%202.91-6.17A10%2010%200%200%200%203%2012l.06%201.13L3%2014c0%202.28%201.27%204.26%203.14%205.28c1.3%201.22%202.93%202.11%204.75%202.5c-.61.14-1.24.22-1.89.22a8%208%200%200%201-8-8%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%22M9.29%203.25L5.16%206.72L4%205.34l4.14-3.47zM22%205.35l-1.16%201.38l-4.14-3.48l1.16-1.38zM13%204a8%208%200%200%201%208%208a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8m0%202a6%206%200%200%200-6%206a6%206%200%200%200%206%206a6%206%200%200%200%206-6a6%206%200%200%200-6-6m-1%201.5h1.5v4.53l3.22%201.47l-.62%201.36L12%2013zM1%2014c0-2.5%201.13-4.7%202.91-6.17A10%2010%200%200%200%203%2012l.06%201.13L3%2014c0%202.28%201.27%204.26%203.14%205.28c1.3%201.22%202.93%202.11%204.75%202.5c-.61.14-1.24.22-1.89.22a8%208%200%200%201-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/alarm-multiple.svg?color=%231a73e8&size=48