File: cloud-alert.md | Updated: 11/15/2025
Return to top
weather • danger • warning • alert • error • sync • network • exclamation
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="cloud-alert"></i>');
tsx
import { CloudAlert } from 'lucide-react';
const App = () => {
return (
<CloudAlert />
);
};
export default App;
vue
<script setup>
import { CloudAlert } from 'lucide-vue-next';
</script>
<template>
<CloudAlert />
</template>
svelte
<script>
import { CloudAlert } from 'lucide-svelte';
</script>
<CloudAlert />
tsx
import { CloudAlert } from 'lucide-preact';
const App = () => {
return (
<CloudAlert />
);
};
export default App;
tsx
import { CloudAlert } from 'lucide-solid';
const App = () => {
return (
<CloudAlert />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, CloudAlert } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ CloudAlert })\
],
})
// app.component.html
<lucide-icon name="cloud-alert"></lucide-icon>
html
<div class="icon-cloud-alert"></div>
CloudCancel
Bug
Feature
Cloud
Documents Readme Cloud 12
112
8
11
2
badge-alert
book-alert
circle-alert
clock-alert
cloud-check
cloud-cog
cloud-download
cloud-drizzle
cloud-fog
cloud-hail
cloud-lightning
cloud-moon-rain
cloud-moon
cloud-off
cloud-rain-wind
cloud-rain
cloud-snow
cloud-sun-rain
cloud-sun
cloud-upload
cloud
monitor-cloud
octagon-alert
shield-alert
triangle-alert