📄 lucide/icons/cloud-check

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

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

Skip to content

Return to top

cloud-check

sync • network • success • done • completed • saved • persisted

development

Created:

v0.512.0

Last changed:

v0.512.0

Contributors:

colebemis csandman ericfennis karsa-mistmere jguddas lscheibel

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { CloudCheck } from 'lucide-react';

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

export default App;

vue

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

<template>
  <CloudCheck />
</template>

svelte

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

<CloudCheck />

tsx

import { CloudCheck } from 'lucide-preact';

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

export default App;

tsx

import { CloudCheck } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CloudCancel

Bug

Feature

Cloud

Documents Readme Cloud 12

112

8

11

2

More icons like this

check-check

alarm-clock-check

badge-check

book-check

book-open-check

bookmark-check

calendar-check-2

calendar-check

check-line

check

circle-check-big

circle-check

clipboard-check

clock-check

cloud-alert

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

copy-check

file-check-corner

file-check

folder-check

grid-2x2-check

laptop-minimal-check

list-check

mail-check

map-pin-check-inside

map-pin-check

monitor-check

monitor-cloud

package-check

printer-check

search-check

shield-check

spell-check-2

spell-check

square-check-big

square-check

ticket-check

user-check

user-round-check