alarm 1 icon
alarm-1-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-1-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the alarm 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 3A3.5 3.5 0 0 1 21 6.5c0 .942-.374 1.793-.977 2.422A8.96 8.96 0 0 1 21 13a8.98 8.98 0 0 1-2.936 6.65l.643.643a1 1 0 1 1-1.414 1.414l-.87-.87A8.96 8.96 0 0 1 12 22a8.96 8.96 0 0 1-4.424-1.163l-.869.87a1 1 0 1 1-1.414-1.414l.643-.644A8.98 8.98 0 0 1 3 13a8.96 8.96 0 0 1 .976-4.076a3.5 3.5 0 1 1 5.33-4.514A9 9 0 0 1 12 4c.939 0 1.844.144 2.694.41A3.5 3.5 0 0 1 17.5 3M12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 .043.292l.015.04a1 1 0 0 0 .235.375l2.105 2.105a1 1 0 1 0 1.415-1.414L13 12.586V9a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAlarm1Fill(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.5 3A3.5 3.5 0 0 1 21 6.5c0 .942-.374 1.793-.977 2.422A8.96 8.96 0 0 1 21 13a8.98 8.98 0 0 1-2.936 6.65l.643.643a1 1 0 1 1-1.414 1.414l-.87-.87A8.96 8.96 0 0 1 12 22a8.96 8.96 0 0 1-4.424-1.163l-.869.87a1 1 0 1 1-1.414-1.414l.643-.644A8.98 8.98 0 0 1 3 13a8.96 8.96 0 0 1 .976-4.076a3.5 3.5 0 1 1 5.33-4.514A9 9 0 0 1 12 4c.939 0 1.844.144 2.694.41A3.5 3.5 0 0 1 17.5 3M12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 .043.292l.015.04a1 1 0 0 0 .235.375l2.105 2.105a1 1 0 1 0 1.415-1.414L13 12.586V9a1 1 0 0 0-1-1"/></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.5 3A3.5 3.5 0 0 1 21 6.5c0 .942-.374 1.793-.977 2.422A8.96 8.96 0 0 1 21 13a8.98 8.98 0 0 1-2.936 6.65l.643.643a1 1 0 1 1-1.414 1.414l-.87-.87A8.96 8.96 0 0 1 12 22a8.96 8.96 0 0 1-4.424-1.163l-.869.87a1 1 0 1 1-1.414-1.414l.643-.644A8.98 8.98 0 0 1 3 13a8.96 8.96 0 0 1 .976-4.076a3.5 3.5 0 1 1 5.33-4.514A9 9 0 0 1 12 4c.939 0 1.844.144 2.694.41A3.5 3.5 0 0 1 17.5 3M12 8a1 1 0 0 0-1 1v4a1 1 0 0 0 .043.292l.015.04a1 1 0 0 0 .235.375l2.105 2.105a1 1 0 1 0 1.415-1.414L13 12.586V9a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-alarm-1-fill {
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.5%203A3.5%203.5%200%200%201%2021%206.5c0%20.942-.374%201.793-.977%202.422A8.96%208.96%200%200%201%2021%2013a8.98%208.98%200%200%201-2.936%206.65l.643.643a1%201%200%201%201-1.414%201.414l-.87-.87A8.96%208.96%200%200%201%2012%2022a8.96%208.96%200%200%201-4.424-1.163l-.869.87a1%201%200%201%201-1.414-1.414l.643-.644A8.98%208.98%200%200%201%203%2013a8.96%208.96%200%200%201%20.976-4.076a3.5%203.5%200%201%201%205.33-4.514A9%209%200%200%201%2012%204c.939%200%201.844.144%202.694.41A3.5%203.5%200%200%201%2017.5%203M12%208a1%201%200%200%200-1%201v4a1%201%200%200%200%20.043.292l.015.04a1%201%200%200%200%20.235.375l2.105%202.105a1%201%200%201%200%201.415-1.414L13%2012.586V9a1%201%200%200%200-1-1%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.5%203A3.5%203.5%200%200%201%2021%206.5c0%20.942-.374%201.793-.977%202.422A8.96%208.96%200%200%201%2021%2013a8.98%208.98%200%200%201-2.936%206.65l.643.643a1%201%200%201%201-1.414%201.414l-.87-.87A8.96%208.96%200%200%201%2012%2022a8.96%208.96%200%200%201-4.424-1.163l-.869.87a1%201%200%201%201-1.414-1.414l.643-.644A8.98%208.98%200%200%201%203%2013a8.96%208.96%200%200%201%20.976-4.076a3.5%203.5%200%201%201%205.33-4.514A9%209%200%200%201%2012%204c.939%200%201.844.144%202.694.41A3.5%203.5%200%200%201%2017.5%203M12%208a1%201%200%200%200-1%201v4a1%201%200%200%200%20.043.292l.015.04a1%201%200%200%200%20.235.375l2.105%202.105a1%201%200%201%200%201.415-1.414L13%2012.586V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/alarm-1-fill.svg?color=%231a73e8&size=48