weather blowing snow icon

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

Name
weather-blowing-snow-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.502 3a3.5 3.5 0 0 0-3.43 2.812l-.057.29a.75.75 0 0 0 1.47.295l.059-.291a1.998 1.998 0 0 1 3.956.393a2 2 0 0 1-2 2.001H2.75a.75.75 0 1 0 0 1.5H9.5a3.501 3.501 0 0 0 .002-7m6.048 5a2.45 2.45 0 0 0-2.19 1.354l-.03.06a.75.75 0 1 0 1.34.671l.031-.06a.95.95 0 0 1 1.799.424v.051a1 1 0 0 1-1 1H2.75a.75.75 0 0 0 0 1.5h9.625a.875.875 0 1 1-.003 1.75a.88.88 0 0 1-.733-.39l-.016-.024a.75.75 0 0 0-1.246.835l.016.023a2.38 2.38 0 0 0 1.979 1.056A2.378 2.378 0 0 0 14.584 13h.916a2.5 2.5 0 0 0 2.5-2.5v-.05A2.45 2.45 0 0 0 15.55 8M4 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8-10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherBlowingSnow20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.502 3a3.5 3.5 0 0 0-3.43 2.812l-.057.29a.75.75 0 0 0 1.47.295l.059-.291a1.998 1.998 0 0 1 3.956.393a2 2 0 0 1-2 2.001H2.75a.75.75 0 1 0 0 1.5H9.5a3.501 3.501 0 0 0 .002-7m6.048 5a2.45 2.45 0 0 0-2.19 1.354l-.03.06a.75.75 0 1 0 1.34.671l.031-.06a.95.95 0 0 1 1.799.424v.051a1 1 0 0 1-1 1H2.75a.75.75 0 0 0 0 1.5h9.625a.875.875 0 1 1-.003 1.75a.88.88 0 0 1-.733-.39l-.016-.024a.75.75 0 0 0-1.246.835l.016.023a2.38 2.38 0 0 0 1.979 1.056A2.378 2.378 0 0 0 14.584 13h.916a2.5 2.5 0 0 0 2.5-2.5v-.05A2.45 2.45 0 0 0 15.55 8M4 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8-10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.502 3a3.5 3.5 0 0 0-3.43 2.812l-.057.29a.75.75 0 0 0 1.47.295l.059-.291a1.998 1.998 0 0 1 3.956.393a2 2 0 0 1-2 2.001H2.75a.75.75 0 1 0 0 1.5H9.5a3.501 3.501 0 0 0 .002-7m6.048 5a2.45 2.45 0 0 0-2.19 1.354l-.03.06a.75.75 0 1 0 1.34.671l.031-.06a.95.95 0 0 1 1.799.424v.051a1 1 0 0 1-1 1H2.75a.75.75 0 0 0 0 1.5h9.625a.875.875 0 1 1-.003 1.75a.88.88 0 0 1-.733-.39l-.016-.024a.75.75 0 0 0-1.246.835l.016.023a2.38 2.38 0 0 0 1.979 1.056A2.378 2.378 0 0 0 14.584 13h.916a2.5 2.5 0 0 0 2.5-2.5v-.05A2.45 2.45 0 0 0 15.55 8M4 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8-10a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-weather-blowing-snow-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.502%203a3.5%203.5%200%200%200-3.43%202.812l-.057.29a.75.75%200%200%200%201.47.295l.059-.291a1.998%201.998%200%200%201%203.956.393a2%202%200%200%201-2%202.001H2.75a.75.75%200%201%200%200%201.5H9.5a3.501%203.501%200%200%200%20.002-7m6.048%205a2.45%202.45%200%200%200-2.19%201.354l-.03.06a.75.75%200%201%200%201.34.671l.031-.06a.95.95%200%200%201%201.799.424v.051a1%201%200%200%201-1%201H2.75a.75.75%200%200%200%200%201.5h9.625a.875.875%200%201%201-.003%201.75a.88.88%200%200%201-.733-.39l-.016-.024a.75.75%200%200%200-1.246.835l.016.023a2.38%202.38%200%200%200%201.979%201.056A2.378%202.378%200%200%200%2014.584%2013h.916a2.5%202.5%200%200%200%202.5-2.5v-.05A2.45%202.45%200%200%200%2015.55%208M4%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8-10a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.502%203a3.5%203.5%200%200%200-3.43%202.812l-.057.29a.75.75%200%200%200%201.47.295l.059-.291a1.998%201.998%200%200%201%203.956.393a2%202%200%200%201-2%202.001H2.75a.75.75%200%201%200%200%201.5H9.5a3.501%203.501%200%200%200%20.002-7m6.048%205a2.45%202.45%200%200%200-2.19%201.354l-.03.06a.75.75%200%201%200%201.34.671l.031-.06a.95.95%200%200%201%201.799.424v.051a1%201%200%200%201-1%201H2.75a.75.75%200%200%200%200%201.5h9.625a.875.875%200%201%201-.003%201.75a.88.88%200%200%201-.733-.39l-.016-.024a.75.75%200%200%200-1.246.835l.016.023a2.38%202.38%200%200%200%201.979%201.056A2.378%202.378%200%200%200%2014.584%2013h.916a2.5%202.5%200%200%200%202.5-2.5v-.05A2.45%202.45%200%200%200%2015.55%208M4%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8-10a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-20-filled.svg?color=%231a73e8&size=48