File: clock-alert.md | Updated: 11/15/2025
Return to top
time • watch • alarm • warning • wrong
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="clock-alert"></i>');
tsx
import { ClockAlert } from 'lucide-react';
const App = () => {
return (
<ClockAlert />
);
};
export default App;
vue
<script setup>
import { ClockAlert } from 'lucide-vue-next';
</script>
<template>
<ClockAlert />
</template>
svelte
<script>
import { ClockAlert } from 'lucide-svelte';
</script>
<ClockAlert />
tsx
import { ClockAlert } from 'lucide-preact';
const App = () => {
return (
<ClockAlert />
);
};
export default App;
tsx
import { ClockAlert } from 'lucide-solid';
const App = () => {
return (
<ClockAlert />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, ClockAlert } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ ClockAlert })\
],
})
// app.component.html
<lucide-icon name="clock-alert"></lucide-icon>
html
<div class="icon-clock-alert"></div>
ClockCancel
Bug
Feature
Clock
Documents Readme Clock 12
112
8
11
2
alarm-clock-check
alarm-clock-minus
alarm-clock-off
alarm-clock-plus
alarm-clock
badge-alert
book-alert
calendar-clock
circle-alert
clipboard-clock
clock-1
clock-10
clock-11
clock-12
clock-2
clock-3
clock-4
clock-5
clock-6
clock-7
clock-8
clock-9
clock-arrow-down
clock-arrow-up
clock-check
clock-fading
clock-plus
clock
cloud-alert
file-clock
folder-clock
octagon-alert
shield-alert
triangle-alert