Wind 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 { IconWind } from "@devigner-ui/icons";
<IconWind className="size-6" />
<script setup>
import { IconWind } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWind class="size-6" />
</template>
<script>
import { IconWind } from "@devigner-ui/icons-svelte";
</script>
<IconWind class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 8h6.5A2.5 2.5 0 1 0 7 5.5v.36" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M4 14h14.5a3.5 3.5 0 1 1-3.5 3.5V17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 11h16.5A3.5 3.5 0 1 0 15 7.5V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>