Cloud Snowfall Minimalistic 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 { IconCloudSnowfallMinimalistic } from "@devigner-ui/icons";
<IconCloudSnowfallMinimalistic className="size-6" />
<script setup>
import { IconCloudSnowfallMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCloudSnowfallMinimalistic class="size-6" />
</template>
<script>
import { IconCloudSnowfallMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconCloudSnowfallMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="18" r="1" fill="currentColor"></circle><circle cx="12" cy="21" r="1" fill="currentColor"></circle><path d="M16 19.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M16 16.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M10 19.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path d="M10 16.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path><path opacity="1" d="M6.29 19A4.26 4.26 0 0 1 2 14.76a4.26 4.26 0 0 1 5.12-4.15m7.26-2.58A5.8 5.8 0 0 1 18.16 8M7.12 10.6A5.68 5.68 0 0 1 12.48 3a5.7 5.7 0 0 1 5.68 5M7.12 10.6q.85.16 1.55.63M18.16 8A5.65 5.65 0 0 1 22 13.35a5.7 5.7 0 0 1-4.5 5.52" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>