Wind2 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 { IconWind2 } from "@devigner-ui/icons";
<IconWind2 className="size-6" />
<script setup>
import { IconWind2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWind2 class="size-6" />
</template>
<script>
import { IconWind2 } from "@devigner-ui/icons-svelte";
</script>
<IconWind2 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="m2.67 13.1 2.5-1.5a4.9 4.9 0 0 1 5 0c1.54.92 3.46.92 5 0a4.9 4.9 0 0 1 5 0l2.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m2.67 3.9 2.5 1.5c1.54.92 3.46.92 5 0a4.9 4.9 0 0 1 5 0c1.54.92 3.46.92 5 0l2.5-1.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m2.67 20.1 2.5-1.5a4.9 4.9 0 0 1 5 0c1.54.92 3.46.92 5 0a4.9 4.9 0 0 1 5 0l2.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>