weather snowy rainy icon

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

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

More weather icons from Material Design Icons

Use the weather snowy rainy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 18.67c0 1.29-1 2.33-2.25 2.33S14 19.96 14 18.67c0-1.55 2.25-4.17 2.25-4.17s2.25 2.62 2.25 4.17M4 17.36c-.14-.54.18-1.11.73-1.25L7 15.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 18l-.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 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 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-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 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 11"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherSnowyRainy(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="M18.5 18.67c0 1.29-1 2.33-2.25 2.33S14 19.96 14 18.67c0-1.55 2.25-4.17 2.25-4.17s2.25 2.62 2.25 4.17M4 17.36c-.14-.54.18-1.11.73-1.25L7 15.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 18l-.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 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 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-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 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 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 18.67c0 1.29-1 2.33-2.25 2.33S14 19.96 14 18.67c0-1.55 2.25-4.17 2.25-4.17s2.25 2.62 2.25 4.17M4 17.36c-.14-.54.18-1.11.73-1.25L7 15.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 18l-.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 11a5 5 0 0 1 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03L19 8a4 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-2V9a5 5 0 0 0-5-5C9.5 4 7.45 5.82 7.06 8.19C6.73 8.07 6.37 8 6 8a3 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 11"/></svg>
</template>

CSS

.icon-weather-snowy-rainy {
  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%22M18.5%2018.67c0%201.29-1%202.33-2.25%202.33S14%2019.96%2014%2018.67c0-1.55%202.25-4.17%202.25-4.17s2.25%202.62%202.25%204.17M4%2017.36c-.14-.54.18-1.11.73-1.25L7%2015.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%2018l-.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%2011a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%208a4%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-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19C6.73%208.07%206.37%208%206%208a3%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%2011%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%22M18.5%2018.67c0%201.29-1%202.33-2.25%202.33S14%2019.96%2014%2018.67c0-1.55%202.25-4.17%202.25-4.17s2.25%202.62%202.25%204.17M4%2017.36c-.14-.54.18-1.11.73-1.25L7%2015.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%2018l-.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%2011a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03L19%208a4%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-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19C6.73%208.07%206.37%208%206%208a3%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%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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