weather windy variant icon

weather-windy-variant from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.

Name
weather-windy-variant
Set
Material Design Icons
Style
Filled
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Material Design Icons

Use the weather windy variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 6l.69.06A5.5 5.5 0 0 1 12 2a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V7.5A3.5 3.5 0 0 0 12 4a3.5 3.5 0 0 0-3.5 3.5V8zm12 10H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1h14a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-.83 0-1.58-.34-2.12-.88c-.38-.39-.38-1.02 0-1.41a.996.996 0 0 1 1.41 0c.18.18.43.29.71.29a1 1 0 0 0 1-1a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherWindyVariant(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="m6 6l.69.06A5.5 5.5 0 0 1 12 2a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V7.5A3.5 3.5 0 0 0 12 4a3.5 3.5 0 0 0-3.5 3.5V8zm12 10H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1h14a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-.83 0-1.58-.34-2.12-.88c-.38-.39-.38-1.02 0-1.41a.996.996 0 0 1 1.41 0c.18.18.43.29.71.29a1 1 0 0 0 1-1a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 6l.69.06A5.5 5.5 0 0 1 12 2a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V7.5A3.5 3.5 0 0 0 12 4a3.5 3.5 0 0 0-3.5 3.5V8zm12 10H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1h14a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-.83 0-1.58-.34-2.12-.88c-.38-.39-.38-1.02 0-1.41a.996.996 0 0 1 1.41 0c.18.18.43.29.71.29a1 1 0 0 0 1-1a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-weather-windy-variant {
  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%22m6%206l.69.06A5.5%205.5%200%200%201%2012%202a5.5%205.5%200%200%201%205.5%205.5l-.08.95c.46-.29%201-.45%201.58-.45a3%203%200%200%201%203%203a3%203%200%200%201-3%203H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202h13a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3.5V7.5A3.5%203.5%200%200%200%2012%204a3.5%203.5%200%200%200-3.5%203.5V8zm12%2010H4a1%201%200%200%201-1-1a1%201%200%200%201%201-1h14a3%203%200%200%201%203%203a3%203%200%200%201-3%203c-.83%200-1.58-.34-2.12-.88c-.38-.39-.38-1.02%200-1.41a.996.996%200%200%201%201.41%200c.18.18.43.29.71.29a1%201%200%200%200%201-1a1%201%200%200%200-1-1%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%22m6%206l.69.06A5.5%205.5%200%200%201%2012%202a5.5%205.5%200%200%201%205.5%205.5l-.08.95c.46-.29%201-.45%201.58-.45a3%203%200%200%201%203%203a3%203%200%200%201-3%203H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202h13a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3.5V7.5A3.5%203.5%200%200%200%2012%204a3.5%203.5%200%200%200-3.5%203.5V8zm12%2010H4a1%201%200%200%201-1-1a1%201%200%200%201%201-1h14a3%203%200%200%201%203%203a3%203%200%200%201-3%203c-.83%200-1.58-.34-2.12-.88c-.38-.39-.38-1.02%200-1.41a.996.996%200%200%201%201.41%200c.18.18.43.29.71.29a1%201%200%200%200%201-1a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-windy-variant.svg?color=%231a73e8&size=48