alarm x icon
alarm-x-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- alarm-x-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More time icons from Reicon
Use the alarm x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.678 2.947a2.05 2.05 0 0 0-2.731 2.731a.75.75 0 0 1-1.355.644a3.55 3.55 0 0 1 4.73-4.73a.75.75 0 0 1-.644 1.355M19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path fill-rule="evenodd" d="M2.25 12.5c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75c0 2.55-.979 4.87-2.581 6.608l2.361 2.362a.75.75 0 1 1-1.06 1.06l-2.4-2.4A9.7 9.7 0 0 1 12 22.25a9.7 9.7 0 0 1-6.07-2.12l-2.4 2.4a.75.75 0 0 1-1.06-1.06l2.361-2.362A9.72 9.72 0 0 1 2.25 12.5m12.78 3.03a.75.75 0 0 1-1.06 0L12 13.56l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06L12 11.44l1.97-1.97a.75.75 0 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAlarmXFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.678 2.947a2.05 2.05 0 0 0-2.731 2.731a.75.75 0 0 1-1.355.644a3.55 3.55 0 0 1 4.73-4.73a.75.75 0 0 1-.644 1.355M19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path fillRule="evenodd" d="M2.25 12.5c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75c0 2.55-.979 4.87-2.581 6.608l2.361 2.362a.75.75 0 1 1-1.06 1.06l-2.4-2.4A9.7 9.7 0 0 1 12 22.25a9.7 9.7 0 0 1-6.07-2.12l-2.4 2.4a.75.75 0 0 1-1.06-1.06l2.361-2.362A9.72 9.72 0 0 1 2.25 12.5m12.78 3.03a.75.75 0 0 1-1.06 0L12 13.56l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06L12 11.44l1.97-1.97a.75.75 0 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.678 2.947a2.05 2.05 0 0 0-2.731 2.731a.75.75 0 0 1-1.355.644a3.55 3.55 0 0 1 4.73-4.73a.75.75 0 0 1-.644 1.355M19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path fill-rule="evenodd" d="M2.25 12.5c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75c0 2.55-.979 4.87-2.581 6.608l2.361 2.362a.75.75 0 1 1-1.06 1.06l-2.4-2.4A9.7 9.7 0 0 1 12 22.25a9.7 9.7 0 0 1-6.07-2.12l-2.4 2.4a.75.75 0 0 1-1.06-1.06l2.361-2.362A9.72 9.72 0 0 1 2.25 12.5m12.78 3.03a.75.75 0 0 1-1.06 0L12 13.56l-1.97 1.97a.75.75 0 1 1-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75 0 1 1 1.06-1.06L12 11.44l1.97-1.97a.75.75 0 0 1 1.06 1.06l-1.97 1.97l1.97 1.97a.75.75 0 0 1 0 1.06" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-alarm-x-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.678%202.947a2.05%202.05%200%200%200-2.731%202.731a.75.75%200%200%201-1.355.644a3.55%203.55%200%200%201%204.73-4.73a.75.75%200%200%201-.644%201.355M19.2%202.75c-.316%200-.613.07-.878.197a.75.75%200%200%201-.644-1.355a3.55%203.55%200%200%201%204.73%204.73a.75.75%200%200%201-1.355-.644A2.05%202.05%200%200%200%2019.2%202.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%2012.5c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75c0%202.55-.979%204.87-2.581%206.608l2.361%202.362a.75.75%200%201%201-1.06%201.06l-2.4-2.4A9.7%209.7%200%200%201%2012%2022.25a9.7%209.7%200%200%201-6.07-2.12l-2.4%202.4a.75.75%200%200%201-1.06-1.06l2.361-2.362A9.72%209.72%200%200%201%202.25%2012.5m12.78%203.03a.75.75%200%200%201-1.06%200L12%2013.56l-1.97%201.97a.75.75%200%201%201-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75%200%201%201%201.06-1.06L12%2011.44l1.97-1.97a.75.75%200%200%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.678%202.947a2.05%202.05%200%200%200-2.731%202.731a.75.75%200%200%201-1.355.644a3.55%203.55%200%200%201%204.73-4.73a.75.75%200%200%201-.644%201.355M19.2%202.75c-.316%200-.613.07-.878.197a.75.75%200%200%201-.644-1.355a3.55%203.55%200%200%201%204.73%204.73a.75.75%200%200%201-1.355-.644A2.05%202.05%200%200%200%2019.2%202.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.25%2012.5c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75c0%202.55-.979%204.87-2.581%206.608l2.361%202.362a.75.75%200%201%201-1.06%201.06l-2.4-2.4A9.7%209.7%200%200%201%2012%2022.25a9.7%209.7%200%200%201-6.07-2.12l-2.4%202.4a.75.75%200%200%201-1.06-1.06l2.361-2.362A9.72%209.72%200%200%201%202.25%2012.5m12.78%203.03a.75.75%200%200%201-1.06%200L12%2013.56l-1.97%201.97a.75.75%200%201%201-1.06-1.06l1.97-1.97l-1.97-1.97a.75.75%200%201%201%201.06-1.06L12%2011.44l1.97-1.97a.75.75%200%200%201%201.06%201.06l-1.97%201.97l1.97%201.97a.75.75%200%200%201%200%201.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/alarm-x-filled.svg?color=%231a73e8&size=48