Snowflake 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 { IconSnowflake } from "@devigner-ui/icons";
<IconSnowflake className="size-6" />
<script setup>
import { IconSnowflake } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSnowflake class="size-6" />
</template>
<script>
import { IconSnowflake } from "@devigner-ui/icons-svelte";
</script>
<IconSnowflake class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2v16m0 4v-4m0 0 3 3m-3-3-3 3m6-18-3 3-3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M3.34 7 6.8 9m0 0 5.2 3M6.8 9 5.7 4.9M6.8 9l-4.1 1.1M12 12l5.2 3M12 12l5.2-3M12 12l-5.2 3m10.4 0 3.46 2m-3.46-2 4.1-1.1M17.2 15l1.1 4.1M20.65 7 17.2 9m0 0 1.1-4.1M17.2 9l4.1 1.1M6.8 15l-3.46 2m3.46-2-4.1-1.1M6.8 15l-1.1 4.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>