Sun 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 { IconSunFog } from "@devigner-ui/icons";
<IconSunFog className="size-6" />
<script setup>
import { IconSunFog } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSunFog class="size-6" />
</template>
<script>
import { IconSunFog } from "@devigner-ui/icons-svelte";
</script>
<IconSunFog class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 22h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5 19h14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 16h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12 6a6 6 0 0 0-4.5 9.97h9A6 6 0 0 0 12 6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 2v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 12h-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M3 12H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m19.07 4.93-.4.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m5.32 5.32-.4-.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>