wind from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
wind
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More weather icons from Unicons

Use the wind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4 0h7a3 3 0 0 0 0-6a3.06 3.06 0 0 0-1.5.4a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.36a1.1 1.1 0 0 1 .5-.13a1 1 0 0 1 0 2h-7a1 1 0 0 0 0 2m-4 4h7a1 1 0 0 0 0-2h-7a1 1 0 0 0 0 2m17-4a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-2 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-6 4h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1.1 1.1 0 0 1-.5-.13a1 1 0 1 0-1 1.73a3.06 3.06 0 0 0 1.5.4a3 3 0 0 0 0-6m-8 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function UilWind(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4 0h7a3 3 0 0 0 0-6a3.06 3.06 0 0 0-1.5.4a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.36a1.1 1.1 0 0 1 .5-.13a1 1 0 0 1 0 2h-7a1 1 0 0 0 0 2m-4 4h7a1 1 0 0 0 0-2h-7a1 1 0 0 0 0 2m17-4a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-2 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-6 4h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1.1 1.1 0 0 1-.5-.13a1 1 0 1 0-1 1.73a3.06 3.06 0 0 0 1.5.4a3 3 0 0 0 0-6m-8 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 9a1 1 0 1 0-1-1a1 1 0 0 0 1 1m4 0h7a3 3 0 0 0 0-6a3.06 3.06 0 0 0-1.5.4a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.36a1.1 1.1 0 0 1 .5-.13a1 1 0 0 1 0 2h-7a1 1 0 0 0 0 2m-4 4h7a1 1 0 0 0 0-2h-7a1 1 0 0 0 0 2m17-4a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-2 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1 1 0 0 0 0 2a3 3 0 0 0 0-6m-6 4h-4a1 1 0 0 0 0 2h4a1 1 0 0 1 0 2a1.1 1.1 0 0 1-.5-.13a1 1 0 1 0-1 1.73a3.06 3.06 0 0 0 1.5.4a3 3 0 0 0 0-6m-8 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2"/></svg>
</template>

CSS

.icon-wind {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%209a1%201%200%201%200-1-1a1%201%200%200%200%201%201m4%200h7a3%203%200%200%200%200-6a3.06%203.06%200%200%200-1.5.4a1%201%200%200%200-.37%201.37a1%201%200%200%200%201.37.36a1.1%201.1%200%200%201%20.5-.13a1%201%200%200%201%200%202h-7a1%201%200%200%200%200%202m-4%204h7a1%201%200%200%200%200-2h-7a1%201%200%200%200%200%202m17-4a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-2%202h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%200%202a1%201%200%200%200%200%202a3%203%200%200%200%200-6m-6%204h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%200%202a1.1%201.1%200%200%201-.5-.13a1%201%200%201%200-1%201.73a3.06%203.06%200%200%200%201.5.4a3%203%200%200%200%200-6m-8%200h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%209a1%201%200%201%200-1-1a1%201%200%200%200%201%201m4%200h7a3%203%200%200%200%200-6a3.06%203.06%200%200%200-1.5.4a1%201%200%200%200-.37%201.37a1%201%200%200%200%201.37.36a1.1%201.1%200%200%201%20.5-.13a1%201%200%200%201%200%202h-7a1%201%200%200%200%200%202m-4%204h7a1%201%200%200%200%200-2h-7a1%201%200%200%200%200%202m17-4a1%201%200%201%200-1-1a1%201%200%200%200%201%201m-2%202h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%200%202a1%201%200%200%200%200%202a3%203%200%200%200%200-6m-6%204h-4a1%201%200%200%200%200%202h4a1%201%200%200%201%200%202a1.1%201.1%200%200%201-.5-.13a1%201%200%201%200-1%201.73a3.06%203.06%200%200%200%201.5.4a3%203%200%200%200%200-6m-8%200h-1a1%201%200%200%200%200%202h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/wind.svg?color=%231a73e8&size=48