📄 lucide/icons/cloud-moon

File: cloud-moon.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/cloud-moon

Skip to content

Return to top

cloud-moon

weather • night

weather

Created:

v0.15.11

Last changed:

v0.534.0

Contributors:

ericfennis karsa-mistmere jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="cloud-moon"></i>');  

tsx

import { CloudMoon } from 'lucide-react';

const App = () => {
  return (
    <CloudMoon />
  );
};

export default App;

vue

<script setup>
import { CloudMoon } from 'lucide-vue-next';
</script>

<template>
  <CloudMoon />
</template>

svelte

<script>
import { CloudMoon } from 'lucide-svelte';
</script>

<CloudMoon />

tsx

import { CloudMoon } from 'lucide-preact';

const App = () => {
  return (
    <CloudMoon />
  );
};

export default App;

tsx

import { CloudMoon } from 'lucide-solid';

const App = () => {
  return (
    <CloudMoon />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, CloudMoon } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ CloudMoon })\
  ],
})

// app.component.html
<lucide-icon name="cloud-moon"></lucide-icon>

html

<div class="icon-cloud-moon"></div>

See this icon in action

CloudCancel

Bug

Feature

Cloud

Documents Readme Cloud 12

112

8

11

2

More icons like this

cloud-moon-rain

cloud-alert

cloud-check

cloud-cog

cloud-download

cloud-drizzle

cloud-fog

cloud-hail

cloud-lightning

cloud-off

cloud-rain-wind

cloud-rain

cloud-snow

cloud-sun-rain

cloud-sun

cloud-upload

cloud

monitor-cloud

moon-star

moon

sun-moon