weather blowing snow icon

weather-blowing-snow-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
weather-blowing-snow-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather blowing snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.55 3.5a4.11 4.11 0 0 0-4.03 3.304a1 1 0 0 0 1.96.392A2.11 2.11 0 0 1 11.55 5.5h.2a2.25 2.25 0 0 1 0 4.5H3a1 1 0 1 0 0 2h8.75a4.25 4.25 0 0 0 0-8.5zm7.27 6a3.19 3.19 0 0 0-3.019 2.184a1 1 0 0 0 1.898.632c.162-.487.62-.816 1.122-.816c.65 0 1.179.528 1.179 1.18v.07c0 .69-.56 1.25-1.25 1.25H3a1 1 0 1 0 0 2h11.75c.69 0 1.25.56 1.25 1.25v.07a1.18 1.18 0 0 1-1.18 1.18c-.501 0-.959-.33-1.121-.816a1 1 0 0 0-1.898.632a3.19 3.19 0 0 0 3.02 2.184A3.18 3.18 0 0 0 18 17.32v-.07a3.2 3.2 0 0 0-.25-1.25h1A3.25 3.25 0 0 0 22 12.75v-.07a3.18 3.18 0 0 0-3.18-3.18M4 6.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M10.25 20a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M19 7.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherBlowingSnow24Filled(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="M11.55 3.5a4.11 4.11 0 0 0-4.03 3.304a1 1 0 0 0 1.96.392A2.11 2.11 0 0 1 11.55 5.5h.2a2.25 2.25 0 0 1 0 4.5H3a1 1 0 1 0 0 2h8.75a4.25 4.25 0 0 0 0-8.5zm7.27 6a3.19 3.19 0 0 0-3.019 2.184a1 1 0 0 0 1.898.632c.162-.487.62-.816 1.122-.816c.65 0 1.179.528 1.179 1.18v.07c0 .69-.56 1.25-1.25 1.25H3a1 1 0 1 0 0 2h11.75c.69 0 1.25.56 1.25 1.25v.07a1.18 1.18 0 0 1-1.18 1.18c-.501 0-.959-.33-1.121-.816a1 1 0 0 0-1.898.632a3.19 3.19 0 0 0 3.02 2.184A3.18 3.18 0 0 0 18 17.32v-.07a3.2 3.2 0 0 0-.25-1.25h1A3.25 3.25 0 0 0 22 12.75v-.07a3.18 3.18 0 0 0-3.18-3.18M4 6.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M10.25 20a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M19 7.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.55 3.5a4.11 4.11 0 0 0-4.03 3.304a1 1 0 0 0 1.96.392A2.11 2.11 0 0 1 11.55 5.5h.2a2.25 2.25 0 0 1 0 4.5H3a1 1 0 1 0 0 2h8.75a4.25 4.25 0 0 0 0-8.5zm7.27 6a3.19 3.19 0 0 0-3.019 2.184a1 1 0 0 0 1.898.632c.162-.487.62-.816 1.122-.816c.65 0 1.179.528 1.179 1.18v.07c0 .69-.56 1.25-1.25 1.25H3a1 1 0 1 0 0 2h11.75c.69 0 1.25.56 1.25 1.25v.07a1.18 1.18 0 0 1-1.18 1.18c-.501 0-.959-.33-1.121-.816a1 1 0 0 0-1.898.632a3.19 3.19 0 0 0 3.02 2.184A3.18 3.18 0 0 0 18 17.32v-.07a3.2 3.2 0 0 0-.25-1.25h1A3.25 3.25 0 0 0 22 12.75v-.07a3.18 3.18 0 0 0-3.18-3.18M4 6.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M10.25 20a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M19 7.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-weather-blowing-snow-24-filled {
  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%22M11.55%203.5a4.11%204.11%200%200%200-4.03%203.304a1%201%200%200%200%201.96.392A2.11%202.11%200%200%201%2011.55%205.5h.2a2.25%202.25%200%200%201%200%204.5H3a1%201%200%201%200%200%202h8.75a4.25%204.25%200%200%200%200-8.5zm7.27%206a3.19%203.19%200%200%200-3.019%202.184a1%201%200%200%200%201.898.632c.162-.487.62-.816%201.122-.816c.65%200%201.179.528%201.179%201.18v.07c0%20.69-.56%201.25-1.25%201.25H3a1%201%200%201%200%200%202h11.75c.69%200%201.25.56%201.25%201.25v.07a1.18%201.18%200%200%201-1.18%201.18c-.501%200-.959-.33-1.121-.816a1%201%200%200%200-1.898.632a3.19%203.19%200%200%200%203.02%202.184A3.18%203.18%200%200%200%2018%2017.32v-.07a3.2%203.2%200%200%200-.25-1.25h1A3.25%203.25%200%200%200%2022%2012.75v-.07a3.18%203.18%200%200%200-3.18-3.18M4%206.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M10.25%2020a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M19%207.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%22M11.55%203.5a4.11%204.11%200%200%200-4.03%203.304a1%201%200%200%200%201.96.392A2.11%202.11%200%200%201%2011.55%205.5h.2a2.25%202.25%200%200%201%200%204.5H3a1%201%200%201%200%200%202h8.75a4.25%204.25%200%200%200%200-8.5zm7.27%206a3.19%203.19%200%200%200-3.019%202.184a1%201%200%200%200%201.898.632c.162-.487.62-.816%201.122-.816c.65%200%201.179.528%201.179%201.18v.07c0%20.69-.56%201.25-1.25%201.25H3a1%201%200%201%200%200%202h11.75c.69%200%201.25.56%201.25%201.25v.07a1.18%201.18%200%200%201-1.18%201.18c-.501%200-.959-.33-1.121-.816a1%201%200%200%200-1.898.632a3.19%203.19%200%200%200%203.02%202.184A3.18%203.18%200%200%200%2018%2017.32v-.07a3.2%203.2%200%200%200-.25-1.25h1A3.25%203.25%200%200%200%2022%2012.75v-.07a3.18%203.18%200%200%200-3.18-3.18M4%206.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M10.25%2020a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M19%207.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-blowing-snow-24-filled.svg?color=%231a73e8&size=48