cloud windy icon
cloud-windy-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-windy-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the cloud windy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1 1.25 11.077a4.51 4.51 0 0 0-3.306-3.17a5 5 0 0 0-8.86-4.62A3 3 0 0 0 6.267 11H3q-.315 0-.61.062A5.02 5.02 0 0 1 5 8.416"/><path fill="currentColor" d="M10.133 11.5A1 1 0 1 1 11 13H3a1 1 0 1 0 0 2h8a3 3 0 1 0-2.598-4.5a1 1 0 1 0 1.731 1M7 16a1 1 0 1 0 0 2h7.5a.5.5 0 1 1-.333.873a1 1 0 1 0-1.334 1.49A2.5 2.5 0 1 0 14.5 16z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCloudWindyFill(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="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1 1.25 11.077a4.51 4.51 0 0 0-3.306-3.17a5 5 0 0 0-8.86-4.62A3 3 0 0 0 6.267 11H3q-.315 0-.61.062A5.02 5.02 0 0 1 5 8.416"/><path fill="currentColor" d="M10.133 11.5A1 1 0 1 1 11 13H3a1 1 0 1 0 0 2h8a3 3 0 1 0-2.598-4.5a1 1 0 1 0 1.731 1M7 16a1 1 0 1 0 0 2h7.5a.5.5 0 1 1-.333.873a1 1 0 1 0-1.334 1.49A2.5 2.5 0 1 0 14.5 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 8.416a6.5 6.5 0 0 1 12.586-2.204a6.002 6.002 0 0 1 1.25 11.077a4.51 4.51 0 0 0-3.306-3.17a5 5 0 0 0-8.86-4.62A3 3 0 0 0 6.267 11H3q-.315 0-.61.062A5.02 5.02 0 0 1 5 8.416"/><path fill="currentColor" d="M10.133 11.5A1 1 0 1 1 11 13H3a1 1 0 1 0 0 2h8a3 3 0 1 0-2.598-4.5a1 1 0 1 0 1.731 1M7 16a1 1 0 1 0 0 2h7.5a.5.5 0 1 1-.333.873a1 1 0 1 0-1.334 1.49A2.5 2.5 0 1 0 14.5 16z"/></svg> </template>
CSS
.icon-cloud-windy-fill {
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%22M5%208.416a6.5%206.5%200%200%201%2012.586-2.204a6.002%206.002%200%200%201%201.25%2011.077a4.51%204.51%200%200%200-3.306-3.17a5%205%200%200%200-8.86-4.62A3%203%200%200%200%206.267%2011H3q-.315%200-.61.062A5.02%205.02%200%200%201%205%208.416%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.133%2011.5A1%201%200%201%201%2011%2013H3a1%201%200%201%200%200%202h8a3%203%200%201%200-2.598-4.5a1%201%200%201%200%201.731%201M7%2016a1%201%200%201%200%200%202h7.5a.5.5%200%201%201-.333.873a1%201%200%201%200-1.334%201.49A2.5%202.5%200%201%200%2014.5%2016z%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%22M5%208.416a6.5%206.5%200%200%201%2012.586-2.204a6.002%206.002%200%200%201%201.25%2011.077a4.51%204.51%200%200%200-3.306-3.17a5%205%200%200%200-8.86-4.62A3%203%200%200%200%206.267%2011H3q-.315%200-.61.062A5.02%205.02%200%200%201%205%208.416%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.133%2011.5A1%201%200%201%201%2011%2013H3a1%201%200%201%200%200%202h8a3%203%200%201%200-2.598-4.5a1%201%200%201%200%201.731%201M7%2016a1%201%200%201%200%200%202h7.5a.5.5%200%201%201-.333.873a1%201%200%201%200-1.334%201.49A2.5%202.5%200%201%200%2014.5%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cloud-windy-fill.svg?color=%231a73e8&size=48