Cloud icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCloud } from "@devigner-ui/icons";
<IconCloud className="size-6" />
<script setup>
import { IconCloud } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloud class="size-6" />
</template>
<script>
import { IconCloud } from "@devigner-ui/icons-svelte";
</script>
<IconCloud class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.38 9.03A5.8 5.8 0 0 1 18.16 9 5.65 5.65 0 0 1 22 14.35 5.7 5.7 0 0 1 16.29 20h-10A4.26 4.26 0 0 1 2 15.76a4.26 4.26 0 0 1 5.12-4.15q.85.17 1.55.63" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7.12 11.6A5.68 5.68 0 0 1 12.48 4a5.7 5.7 0 0 1 5.68 5.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>