Wind3 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 { IconWind3 } from "@devigner-ui/icons";
<IconWind3 className="size-6" />
<script setup>
import { IconWind3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWind3 class="size-6" />
</template>
<script>
import { IconWind3 } from "@devigner-ui/icons-svelte";
</script>
<IconWind3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 15h16.5a3.5 3.5 0 1 1-3.5 3.5V18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 12h16.5c1.92 0 3.5-1.57 3.5-3.5 0-1.92-1.58-3.5-3.5-3.5a3.5 3.5 0 0 0-3.5 3.5V9" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 9h7.31a2.7 2.7 0 1 0-2.69-2.69v.38" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>