windy icon
windy from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- windy
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cloud-set
The same icon in other sets
More weather icons from Unicons
celsiuscloudcloud-drizzlecloud-hailcloud-meatballcloud-mooncloud-moon-hailcloud-moon-meatballcloud-moon-raincloud-moon-showerscloud-moon-tearcloud-raincloud-rain-suncloud-showerscloud-showers-altcloud-showers-heavycloud-suncloud-sun-hailcloud-sun-meatballcloud-sun-raincloud-sun-rain-altcloud-sun-tearcloud-windclouds
Use the windy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 15a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 17a1 1 0 0 0 0-2m0 4a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 19a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 21a1 1 0 0 0 0-2m1.42-11.79a7 7 0 0 0-13.36 1.9A4 4 0 0 0 2 13a4 4 0 0 0 1.34 3a1 1 0 0 0 .66.25a1 1 0 0 0 .75-.35a1 1 0 0 0-.09-1.41A1.93 1.93 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.66A3 3 0 0 1 20 12a2.93 2.93 0 0 1-.74 2a1 1 0 1 0 1.48 1.33A4.9 4.9 0 0 0 22 12a5 5 0 0 0-3.58-4.79"/></svg>
React
import type { SVGProps } from "react";
export function UilWindy(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="M17 15a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 15a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 17a1 1 0 0 0 0-2m0 4a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 19a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 21a1 1 0 0 0 0-2m1.42-11.79a7 7 0 0 0-13.36 1.9A4 4 0 0 0 2 13a4 4 0 0 0 1.34 3a1 1 0 0 0 .66.25a1 1 0 0 0 .75-.35a1 1 0 0 0-.09-1.41A1.93 1.93 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.66A3 3 0 0 1 20 12a2.93 2.93 0 0 1-.74 2a1 1 0 1 0 1.48 1.33A4.9 4.9 0 0 0 22 12a5 5 0 0 0-3.58-4.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 15a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 15a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 17a1 1 0 0 0 0-2m0 4a1.73 1.73 0 0 1-.86-.23a3.11 3.11 0 0 0-3.27 0a1.73 1.73 0 0 1-1.73 0a3.11 3.11 0 0 0-3.27 0A1.74 1.74 0 0 1 7 19a1 1 0 0 0 0 2a3.7 3.7 0 0 0 1.9-.52a1.13 1.13 0 0 1 1.2 0a3.75 3.75 0 0 0 3.8 0a1.13 1.13 0 0 1 1.2 0A3.7 3.7 0 0 0 17 21a1 1 0 0 0 0-2m1.42-11.79a7 7 0 0 0-13.36 1.9A4 4 0 0 0 2 13a4 4 0 0 0 1.34 3a1 1 0 0 0 .66.25a1 1 0 0 0 .75-.35a1 1 0 0 0-.09-1.41A1.93 1.93 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.66A3 3 0 0 1 20 12a2.93 2.93 0 0 1-.74 2a1 1 0 1 0 1.48 1.33A4.9 4.9 0 0 0 22 12a5 5 0 0 0-3.58-4.79"/></svg> </template>
CSS
.icon-windy {
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%22M17%2015a1.73%201.73%200%200%201-.86-.23a3.11%203.11%200%200%200-3.27%200a1.73%201.73%200%200%201-1.73%200a3.11%203.11%200%200%200-3.27%200A1.74%201.74%200%200%201%207%2015a1%201%200%200%200%200%202a3.7%203.7%200%200%200%201.9-.52a1.13%201.13%200%200%201%201.2%200a3.75%203.75%200%200%200%203.8%200a1.13%201.13%200%200%201%201.2%200A3.7%203.7%200%200%200%2017%2017a1%201%200%200%200%200-2m0%204a1.73%201.73%200%200%201-.86-.23a3.11%203.11%200%200%200-3.27%200a1.73%201.73%200%200%201-1.73%200a3.11%203.11%200%200%200-3.27%200A1.74%201.74%200%200%201%207%2019a1%201%200%200%200%200%202a3.7%203.7%200%200%200%201.9-.52a1.13%201.13%200%200%201%201.2%200a3.75%203.75%200%200%200%203.8%200a1.13%201.13%200%200%201%201.2%200A3.7%203.7%200%200%200%2017%2021a1%201%200%200%200%200-2m1.42-11.79a7%207%200%200%200-13.36%201.9A4%204%200%200%200%202%2013a4%204%200%200%200%201.34%203a1%201%200%200%200%20.66.25a1%201%200%200%200%20.75-.35a1%201%200%200%200-.09-1.41A1.93%201.93%200%200%201%204%2013a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.66A3%203%200%200%201%2020%2012a2.93%202.93%200%200%201-.74%202a1%201%200%201%200%201.48%201.33A4.9%204.9%200%200%200%2022%2012a5%205%200%200%200-3.58-4.79%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%22M17%2015a1.73%201.73%200%200%201-.86-.23a3.11%203.11%200%200%200-3.27%200a1.73%201.73%200%200%201-1.73%200a3.11%203.11%200%200%200-3.27%200A1.74%201.74%200%200%201%207%2015a1%201%200%200%200%200%202a3.7%203.7%200%200%200%201.9-.52a1.13%201.13%200%200%201%201.2%200a3.75%203.75%200%200%200%203.8%200a1.13%201.13%200%200%201%201.2%200A3.7%203.7%200%200%200%2017%2017a1%201%200%200%200%200-2m0%204a1.73%201.73%200%200%201-.86-.23a3.11%203.11%200%200%200-3.27%200a1.73%201.73%200%200%201-1.73%200a3.11%203.11%200%200%200-3.27%200A1.74%201.74%200%200%201%207%2019a1%201%200%200%200%200%202a3.7%203.7%200%200%200%201.9-.52a1.13%201.13%200%200%201%201.2%200a3.75%203.75%200%200%200%203.8%200a1.13%201.13%200%200%201%201.2%200A3.7%203.7%200%200%200%2017%2021a1%201%200%200%200%200-2m1.42-11.79a7%207%200%200%200-13.36%201.9A4%204%200%200%200%202%2013a4%204%200%200%200%201.34%203a1%201%200%200%200%20.66.25a1%201%200%200%200%20.75-.35a1%201%200%200%200-.09-1.41A1.93%201.93%200%200%201%204%2013a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.66A3%203%200%200%201%2020%2012a2.93%202.93%200%200%201-.74%202a1%201%200%201%200%201.48%201.33A4.9%204.9%200%200%200%2022%2012a5%205%200%200%200-3.58-4.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/windy.svg?color=%231a73e8&size=48