Cloud Fog 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 { IconCloudFog } from "@devigner-ui/icons";
<IconCloudFog className="size-6" />
<script setup>
import { IconCloudFog } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudFog class="size-6" />
</template>
<script>
import { IconCloudFog } from "@devigner-ui/icons-svelte";
</script>
<IconCloudFog class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.96 11.62C1.76 2.69 15.29-.87 16.84 8.5a5 5 0 0 1 4.03 3.12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.21 8.93q.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="M4.67 15.03h16" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.67 18.03h12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.67 21.03h6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>