Cloud Sunny 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 { IconCloudSunny } from "@devigner-ui/icons";
<IconCloudSunny className="size-6" />
<script setup>
import { IconCloudSunny } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudSunny class="size-6" />
</template>
<script>
import { IconCloudSunny } from "@devigner-ui/icons-svelte";
</script>
<IconCloudSunny class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 18.68a5.3 5.3 0 0 1-3.64 1.4H6.21c-4.67-.34-4.68-7.14 0-7.48h.05c-2.7-7.54 6.53-11.26 10.41-6.57v.01c.7.86 1.23 2 1.47 3.45a5 5 0 0 1 3.18 1.74c1.75 2.07 1.9 5.45-.38 7.45" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.93 13.01a4 4 0 0 0-1.67-.41" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.52 9.92q.79-.4 1.67-.41" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.64 8.5c0 1.1-.51 2.09-1.32 2.73a5 5 0 0 0-3.18-1.74 7 7 0 0 0-1.47-3.45v-.01a3.5 3.5 0 0 1 5.97 2.47" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>