Weather Blowing Snow icon

Used to represent current weather. The Weather Blowing Snow icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Weather Blowing Snow icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { WeatherBlowingSnow24Regular, WeatherBlowingSnow24Filled } from "@fluentui/react-icons";

export function Example() {
  return <WeatherBlowingSnow24Regular aria-label="Weather Blowing Snow" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_weather_blowing_snow_24_regular.svg" width="24" height="24" alt="Weather Blowing Snow">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9732 4C10.1915 4 8.59184 5.16712 8.07675 6.88407L8.03163 7.03449C7.91261 7.43123 8.13774 7.84935 8.53449 7.96837C8.93123 8.08739 9.34935 7.86226 9.46837 7.46551L9.51349 7.3151C9.83514 6.24293 10.8431 5.5 11.9732 5.5C13.362 5.5 14.5 6.62727 14.5 8.00001C14.5 9.38072 13.3807 10.5 12 10.5H2.75C2.33579 10.5 2 10.8358 2 11.25C2 11.6642 2.33579 12 2.75 12H12C14.2091 12 16 10.2092 16 8.00001C16 5.78289 14.1744 4 11.9732 4ZM19.0706 10C17.8056 10 16.6858 10.8208 16.2885 12.0128C16.1575 12.4058 16.3699 12.8305 16.7628 12.9615C17.1558 13.0925 17.5805 12.8801 17.7115 12.4872C17.9074 11.8996 18.4597 11.5 19.0706 11.5C19.8599 11.5 20.4997 12.1398 20.4997 12.9291V13C20.4997 13.8284 19.8281 14.5 18.9997 14.5H2.75C2.33579 14.5 2 14.8358 2 15.25C2 15.6642 2.33579 16 2.75 16H12.2462L12.25 16H15.25C15.9404 16 16.5 16.5596 16.5 17.25C16.5 17.9404 15.9404 18.5 15.25 18.5H15.1152C14.7153 18.5 14.3497 18.2744 14.1704 17.9169C13.9847 17.5467 13.534 17.3971 13.1637 17.5828C12.7935 17.7686 12.6439 18.2193 12.8296 18.5895C13.2633 19.4541 14.1478 20 15.1152 20H15.25C16.7688 20 18 18.7688 18 17.25C18 16.7999 17.8919 16.375 17.7001 16H18.9997C20.6565 16 21.9997 14.6568 21.9997 13V12.9291C21.9997 11.3114 20.6883 10 19.0706 10ZM5 5C5 5.55228 4.55228 6 4 6C3.44772 6 3 5.55228 3 5C3 4.44772 3.44772 4 4 4C4.55228 4 5 4.44772 5 5ZM9 21C9.55228 21 10 20.5523 10 20C10 19.4477 9.55228 19 9 19C8.44772 19 8 19.4477 8 20C8 20.5523 8.44772 21 9 21ZM20 6C20 6.55228 19.5523 7 19 7C18.4477 7 18 6.55228 18 6C18 5.44772 18.4477 5 19 5C19.5523 5 20 5.44772 20 6Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/weather_blowing_snow_24_regular.svg";

Details

NameWeather Blowing Snow
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_weather_blowing_snow_24_regular.svg
Filled fileic_fluent_weather_blowing_snow_24_filled.svg
React componentsWeatherBlowingSnow24Regular, WeatherBlowingSnow24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

dailyskysnowwindcloudsunrainmoonlightninghaze

Related icons