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 { IconFog } from "@devigner-ui/icons";
<IconFog className="size-6" />
<script setup>
import { IconFog } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFog class="size-6" />
</template>
<script>
import { IconFog } from "@devigner-ui/icons-svelte";
</script>
<IconFog class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M14.38 7.03A5.8 5.8 0 0 1 18.16 7M7.12 9.61A4.26 4.26 0 0 0 2 13.77c0 .82.24 1.58.64 2.23m4.48-6.4A5.68 5.68 0 0 1 12.48 2a5.7 5.7 0 0 1 5.68 5.01M7.12 9.61q.85.16 1.55.63m9.49-3.23A5.65 5.65 0 0 1 22 12.35c0 1.4-.5 2.67-1.35 3.65" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><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></svg>