weather snowy heavy icon

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

Name
weather-snowy-heavy
Set
Material Design Icons
Style
Filled
Category
Weather
Viewbox
24×24
License
Apache 2.0
Aliases
flurries

More weather icons from Material Design Icons

Use the weather snowy heavy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16.36c-.14-.54.18-1.11.73-1.25L7 14.5l-1.67-1.64c-.4-.4-.4-1.05 0-1.46c.4-.4 1.07-.4 1.46 0l1.66 1.65l.59-2.25c.14-.56.71-.88 1.25-.73c.56.14.88.71.71 1.26l-.58 2.25l2.25-.58a.99.99 0 0 1 1.26.71c.15.54-.17 1.11-.73 1.25l-2.25.59l1.65 1.66c.4.39.4 1.06 0 1.46s-1.06.4-1.45 0L9.5 17l-.61 2.27c-.14.56-.71.87-1.25.73c-.56-.14-.87-.71-.73-1.26l.59-2.24l-2.24.59c-.55.14-1.12-.17-1.26-.73M1 10a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 7a4 4 0 0 1 4 4a4 4 0 0 1-4 4a1 1 0 0 1-1-1a1 1 0 0 1 1-1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5C9.5 3 7.45 4.82 7.06 7.19C6.73 7.07 6.37 7 6 7a3 3 0 0 0-3 3c0 .85.35 1.61.91 2.16c.36.39.35 1-.03 1.38a.996.996 0 0 1-1.41 0A5 5 0 0 1 1 10m13.03 10.43c.1.39.47.61.88.51l1.59-.44l-.44 1.59c-.1.41.12.78.51.88c.38.11.78-.12.88-.51l.41-1.57l1.17 1.16c.27.28.74.28 1.02 0s.28-.75 0-1.02l-1.16-1.17l1.57-.41c.39-.1.62-.5.51-.88c-.1-.39-.47-.61-.88-.51l-1.59.44l.44-1.59c.1-.41-.12-.78-.51-.88a.71.71 0 0 0-.88.51l-.41 1.57l-1.17-1.16a.724.724 0 0 0-1.02 0c-.28.29-.28.75 0 1.02l1.16 1.17l-1.57.41c-.39.1-.62.5-.51.88"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherSnowyHeavy(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="M4 16.36c-.14-.54.18-1.11.73-1.25L7 14.5l-1.67-1.64c-.4-.4-.4-1.05 0-1.46c.4-.4 1.07-.4 1.46 0l1.66 1.65l.59-2.25c.14-.56.71-.88 1.25-.73c.56.14.88.71.71 1.26l-.58 2.25l2.25-.58a.99.99 0 0 1 1.26.71c.15.54-.17 1.11-.73 1.25l-2.25.59l1.65 1.66c.4.39.4 1.06 0 1.46s-1.06.4-1.45 0L9.5 17l-.61 2.27c-.14.56-.71.87-1.25.73c-.56-.14-.87-.71-.73-1.26l.59-2.24l-2.24.59c-.55.14-1.12-.17-1.26-.73M1 10a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 7a4 4 0 0 1 4 4a4 4 0 0 1-4 4a1 1 0 0 1-1-1a1 1 0 0 1 1-1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5C9.5 3 7.45 4.82 7.06 7.19C6.73 7.07 6.37 7 6 7a3 3 0 0 0-3 3c0 .85.35 1.61.91 2.16c.36.39.35 1-.03 1.38a.996.996 0 0 1-1.41 0A5 5 0 0 1 1 10m13.03 10.43c.1.39.47.61.88.51l1.59-.44l-.44 1.59c-.1.41.12.78.51.88c.38.11.78-.12.88-.51l.41-1.57l1.17 1.16c.27.28.74.28 1.02 0s.28-.75 0-1.02l-1.16-1.17l1.57-.41c.39-.1.62-.5.51-.88c-.1-.39-.47-.61-.88-.51l-1.59.44l.44-1.59c.1-.41-.12-.78-.51-.88a.71.71 0 0 0-.88.51l-.41 1.57l-1.17-1.16a.724.724 0 0 0-1.02 0c-.28.29-.28.75 0 1.02l1.16 1.17l-1.57.41c-.39.1-.62.5-.51.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16.36c-.14-.54.18-1.11.73-1.25L7 14.5l-1.67-1.64c-.4-.4-.4-1.05 0-1.46c.4-.4 1.07-.4 1.46 0l1.66 1.65l.59-2.25c.14-.56.71-.88 1.25-.73c.56.14.88.71.71 1.26l-.58 2.25l2.25-.58a.99.99 0 0 1 1.26.71c.15.54-.17 1.11-.73 1.25l-2.25.59l1.65 1.66c.4.39.4 1.06 0 1.46s-1.06.4-1.45 0L9.5 17l-.61 2.27c-.14.56-.71.87-1.25.73c-.56-.14-.87-.71-.73-1.26l.59-2.24l-2.24.59c-.55.14-1.12-.17-1.26-.73M1 10a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 7a4 4 0 0 1 4 4a4 4 0 0 1-4 4a1 1 0 0 1-1-1a1 1 0 0 1 1-1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5C9.5 3 7.45 4.82 7.06 7.19C6.73 7.07 6.37 7 6 7a3 3 0 0 0-3 3c0 .85.35 1.61.91 2.16c.36.39.35 1-.03 1.38a.996.996 0 0 1-1.41 0A5 5 0 0 1 1 10m13.03 10.43c.1.39.47.61.88.51l1.59-.44l-.44 1.59c-.1.41.12.78.51.88c.38.11.78-.12.88-.51l.41-1.57l1.17 1.16c.27.28.74.28 1.02 0s.28-.75 0-1.02l-1.16-1.17l1.57-.41c.39-.1.62-.5.51-.88c-.1-.39-.47-.61-.88-.51l-1.59.44l.44-1.59c.1-.41-.12-.78-.51-.88a.71.71 0 0 0-.88.51l-.41 1.57l-1.17-1.16a.724.724 0 0 0-1.02 0c-.28.29-.28.75 0 1.02l1.16 1.17l-1.57.41c-.39.1-.62.5-.51.88"/></svg>
</template>

CSS

.icon-weather-snowy-heavy {
  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%22M4%2016.36c-.14-.54.18-1.11.73-1.25L7%2014.5l-1.67-1.64c-.4-.4-.4-1.05%200-1.46c.4-.4%201.07-.4%201.46%200l1.66%201.65l.59-2.25c.14-.56.71-.88%201.25-.73c.56.14.88.71.71%201.26l-.58%202.25l2.25-.58a.99.99%200%200%201%201.26.71c.15.54-.17%201.11-.73%201.25l-2.25.59l1.65%201.66c.4.39.4%201.06%200%201.46s-1.06.4-1.45%200L9.5%2017l-.61%202.27c-.14.56-.71.87-1.25.73c-.56-.14-.87-.71-.73-1.26l.59-2.24l-2.24.59c-.55.14-1.12-.17-1.26-.73M1%2010a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%207a4%204%200%200%201%204%204a4%204%200%200%201-4%204a1%201%200%200%201-1-1a1%201%200%200%201%201-1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2V8a5%205%200%200%200-5-5C9.5%203%207.45%204.82%207.06%207.19C6.73%207.07%206.37%207%206%207a3%203%200%200%200-3%203c0%20.85.35%201.61.91%202.16c.36.39.35%201-.03%201.38a.996.996%200%200%201-1.41%200A5%205%200%200%201%201%2010m13.03%2010.43c.1.39.47.61.88.51l1.59-.44l-.44%201.59c-.1.41.12.78.51.88c.38.11.78-.12.88-.51l.41-1.57l1.17%201.16c.27.28.74.28%201.02%200s.28-.75%200-1.02l-1.16-1.17l1.57-.41c.39-.1.62-.5.51-.88c-.1-.39-.47-.61-.88-.51l-1.59.44l.44-1.59c.1-.41-.12-.78-.51-.88a.71.71%200%200%200-.88.51l-.41%201.57l-1.17-1.16a.724.724%200%200%200-1.02%200c-.28.29-.28.75%200%201.02l1.16%201.17l-1.57.41c-.39.1-.62.5-.51.88%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%22M4%2016.36c-.14-.54.18-1.11.73-1.25L7%2014.5l-1.67-1.64c-.4-.4-.4-1.05%200-1.46c.4-.4%201.07-.4%201.46%200l1.66%201.65l.59-2.25c.14-.56.71-.88%201.25-.73c.56.14.88.71.71%201.26l-.58%202.25l2.25-.58a.99.99%200%200%201%201.26.71c.15.54-.17%201.11-.73%201.25l-2.25.59l1.65%201.66c.4.39.4%201.06%200%201.46s-1.06.4-1.45%200L9.5%2017l-.61%202.27c-.14.56-.71.87-1.25.73c-.56-.14-.87-.71-.73-1.26l.59-2.24l-2.24.59c-.55.14-1.12-.17-1.26-.73M1%2010a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%207a4%204%200%200%201%204%204a4%204%200%200%201-4%204a1%201%200%200%201-1-1a1%201%200%200%201%201-1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2V8a5%205%200%200%200-5-5C9.5%203%207.45%204.82%207.06%207.19C6.73%207.07%206.37%207%206%207a3%203%200%200%200-3%203c0%20.85.35%201.61.91%202.16c.36.39.35%201-.03%201.38a.996.996%200%200%201-1.41%200A5%205%200%200%201%201%2010m13.03%2010.43c.1.39.47.61.88.51l1.59-.44l-.44%201.59c-.1.41.12.78.51.88c.38.11.78-.12.88-.51l.41-1.57l1.17%201.16c.27.28.74.28%201.02%200s.28-.75%200-1.02l-1.16-1.17l1.57-.41c.39-.1.62-.5.51-.88c-.1-.39-.47-.61-.88-.51l-1.59.44l.44-1.59c.1-.41-.12-.78-.51-.88a.71.71%200%200%200-.88.51l-.41%201.57l-1.17-1.16a.724.724%200%200%200-1.02%200c-.28.29-.28.75%200%201.02l1.16%201.17l-1.57.41c-.39.1-.62.5-.51.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Weather Snowy Heavy filled icon — Material Design Icons · IconsDB