weather partly snowy rainy icon

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

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

More weather icons from Material Design Icons

Use the weather partly 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="M13.55 2.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8q-.735.525-1.29 1.2l.11-2.82l2.96.69c-.62.2-1.22.52-1.78.93M18 8.73c-.09-.58-.22-1.16-.41-1.7l2.38 1.5l-2.05 2.23c.11-.66.13-1.34.08-2.03M3.04 10.32c.07.6.21 1.18.39 1.71l-2.37-1.5L3.1 8.3c-.1.65-.13 1.34-.06 2.02m13.64 11.89c0 .99-.77 1.79-1.73 1.79c-.95 0-1.72-.8-1.72-1.79c0-1.18 1.72-3.18 1.72-3.18s1.73 2 1.73 3.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96 19a.7.7 0 0 1 0-1c.27-.3.74-.3 1.04 0l1.14 1.14l.41-1.58c.1-.39.5-.62.88-.51c.39.1.62.5.5.88l-.43 1.57l1.6-.4c.4-.1.78.11.9.5a.74.74 0 0 1-.53.87l-1.58.42l1.16 1.16c.28.27.28.74 0 1.02s-.74.28-1.02 0L9.87 21.9l-.42 1.6c-.1.38-.5.6-.88.5c-.39-.1-.6-.5-.51-.88l.44-1.57l-1.59.41c-.41.1-.78-.12-.88-.51M19 15.03c-.35 0-.69.05-1 .16v-.16c0-1.82-.81-3.45-2.08-4.53c.43-2.45-.82-4.97-3.17-6c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.19.77 5.75H6c-2.21 0-4 1.78-4 4c0 1.14.5 2.17 1.27 2.9c0 0 .7.71 1.41 0s0-1.43 0-1.43c-.41-.35-.68-.88-.68-1.47a2 2 0 0 1 2-2h2c0-2.22 1.79-4 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1c0 .54-.45 1-1 1h-1s-1 0-1 1s1 1 1 1h1a3 3 0 0 0 3-3c0-1.66-1.34-3-3-3m-7-6c-1.84 0-3.5.82-4.59 2.13a3.51 3.51 0 0 1-.1-3.07a3.496 3.496 0 0 1 4.62-1.77A3.52 3.52 0 0 1 14 9.37c-.62-.22-1.3-.34-2-.34"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherPartlySnowyRainy(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="M13.55 2.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8q-.735.525-1.29 1.2l.11-2.82l2.96.69c-.62.2-1.22.52-1.78.93M18 8.73c-.09-.58-.22-1.16-.41-1.7l2.38 1.5l-2.05 2.23c.11-.66.13-1.34.08-2.03M3.04 10.32c.07.6.21 1.18.39 1.71l-2.37-1.5L3.1 8.3c-.1.65-.13 1.34-.06 2.02m13.64 11.89c0 .99-.77 1.79-1.73 1.79c-.95 0-1.72-.8-1.72-1.79c0-1.18 1.72-3.18 1.72-3.18s1.73 2 1.73 3.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96 19a.7.7 0 0 1 0-1c.27-.3.74-.3 1.04 0l1.14 1.14l.41-1.58c.1-.39.5-.62.88-.51c.39.1.62.5.5.88l-.43 1.57l1.6-.4c.4-.1.78.11.9.5a.74.74 0 0 1-.53.87l-1.58.42l1.16 1.16c.28.27.28.74 0 1.02s-.74.28-1.02 0L9.87 21.9l-.42 1.6c-.1.38-.5.6-.88.5c-.39-.1-.6-.5-.51-.88l.44-1.57l-1.59.41c-.41.1-.78-.12-.88-.51M19 15.03c-.35 0-.69.05-1 .16v-.16c0-1.82-.81-3.45-2.08-4.53c.43-2.45-.82-4.97-3.17-6c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.19.77 5.75H6c-2.21 0-4 1.78-4 4c0 1.14.5 2.17 1.27 2.9c0 0 .7.71 1.41 0s0-1.43 0-1.43c-.41-.35-.68-.88-.68-1.47a2 2 0 0 1 2-2h2c0-2.22 1.79-4 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1c0 .54-.45 1-1 1h-1s-1 0-1 1s1 1 1 1h1a3 3 0 0 0 3-3c0-1.66-1.34-3-3-3m-7-6c-1.84 0-3.5.82-4.59 2.13a3.51 3.51 0 0 1-.1-3.07a3.496 3.496 0 0 1 4.62-1.77A3.52 3.52 0 0 1 14 9.37c-.62-.22-1.3-.34-2-.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.55 2.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9 2.89a7.7 7.7 0 0 0-1.72-1.07m-7.46.8q-.735.525-1.29 1.2l.11-2.82l2.96.69c-.62.2-1.22.52-1.78.93M18 8.73c-.09-.58-.22-1.16-.41-1.7l2.38 1.5l-2.05 2.23c.11-.66.13-1.34.08-2.03M3.04 10.32c.07.6.21 1.18.39 1.71l-2.37-1.5L3.1 8.3c-.1.65-.13 1.34-.06 2.02m13.64 11.89c0 .99-.77 1.79-1.73 1.79c-.95 0-1.72-.8-1.72-1.79c0-1.18 1.72-3.18 1.72-3.18s1.73 2 1.73 3.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96 19a.7.7 0 0 1 0-1c.27-.3.74-.3 1.04 0l1.14 1.14l.41-1.58c.1-.39.5-.62.88-.51c.39.1.62.5.5.88l-.43 1.57l1.6-.4c.4-.1.78.11.9.5a.74.74 0 0 1-.53.87l-1.58.42l1.16 1.16c.28.27.28.74 0 1.02s-.74.28-1.02 0L9.87 21.9l-.42 1.6c-.1.38-.5.6-.88.5c-.39-.1-.6-.5-.51-.88l.44-1.57l-1.59.41c-.41.1-.78-.12-.88-.51M19 15.03c-.35 0-.69.05-1 .16v-.16c0-1.82-.81-3.45-2.08-4.53c.43-2.45-.82-4.97-3.17-6c-2.78-1.23-6.03.03-7.25 2.78c-.9 1.99-.5 4.19.77 5.75H6c-2.21 0-4 1.78-4 4c0 1.14.5 2.17 1.27 2.9c0 0 .7.71 1.41 0s0-1.43 0-1.43c-.41-.35-.68-.88-.68-1.47a2 2 0 0 1 2-2h2c0-2.22 1.79-4 4-4a4 4 0 0 1 4 4v2h3a1 1 0 0 1 1 1c0 .54-.45 1-1 1h-1s-1 0-1 1s1 1 1 1h1a3 3 0 0 0 3-3c0-1.66-1.34-3-3-3m-7-6c-1.84 0-3.5.82-4.59 2.13a3.51 3.51 0 0 1-.1-3.07a3.496 3.496 0 0 1 4.62-1.77A3.52 3.52 0 0 1 14 9.37c-.62-.22-1.3-.34-2-.34"/></svg>
</template>

CSS

.icon-weather-partly-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%22M13.55%202.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9%202.89a7.7%207.7%200%200%200-1.72-1.07m-7.46.8q-.735.525-1.29%201.2l.11-2.82l2.96.69c-.62.2-1.22.52-1.78.93M18%208.73c-.09-.58-.22-1.16-.41-1.7l2.38%201.5l-2.05%202.23c.11-.66.13-1.34.08-2.03M3.04%2010.32c.07.6.21%201.18.39%201.71l-2.37-1.5L3.1%208.3c-.1.65-.13%201.34-.06%202.02m13.64%2011.89c0%20.99-.77%201.79-1.73%201.79c-.95%200-1.72-.8-1.72-1.79c0-1.18%201.72-3.18%201.72-3.18s1.73%202%201.73%203.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96%2019a.7.7%200%200%201%200-1c.27-.3.74-.3%201.04%200l1.14%201.14l.41-1.58c.1-.39.5-.62.88-.51c.39.1.62.5.5.88l-.43%201.57l1.6-.4c.4-.1.78.11.9.5a.74.74%200%200%201-.53.87l-1.58.42l1.16%201.16c.28.27.28.74%200%201.02s-.74.28-1.02%200L9.87%2021.9l-.42%201.6c-.1.38-.5.6-.88.5c-.39-.1-.6-.5-.51-.88l.44-1.57l-1.59.41c-.41.1-.78-.12-.88-.51M19%2015.03c-.35%200-.69.05-1%20.16v-.16c0-1.82-.81-3.45-2.08-4.53c.43-2.45-.82-4.97-3.17-6c-2.78-1.23-6.03.03-7.25%202.78c-.9%201.99-.5%204.19.77%205.75H6c-2.21%200-4%201.78-4%204c0%201.14.5%202.17%201.27%202.9c0%200%20.7.71%201.41%200s0-1.43%200-1.43c-.41-.35-.68-.88-.68-1.47a2%202%200%200%201%202-2h2c0-2.22%201.79-4%204-4a4%204%200%200%201%204%204v2h3a1%201%200%200%201%201%201c0%20.54-.45%201-1%201h-1s-1%200-1%201s1%201%201%201h1a3%203%200%200%200%203-3c0-1.66-1.34-3-3-3m-7-6c-1.84%200-3.5.82-4.59%202.13a3.51%203.51%200%200%201-.1-3.07a3.496%203.496%200%200%201%204.62-1.77A3.52%203.52%200%200%201%2014%209.37c-.62-.22-1.3-.34-2-.34%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%22M13.55%202.66c-.55-.24-1.1-.4-1.67-.51L14.37.84l.9%202.89a7.7%207.7%200%200%200-1.72-1.07m-7.46.8q-.735.525-1.29%201.2l.11-2.82l2.96.69c-.62.2-1.22.52-1.78.93M18%208.73c-.09-.58-.22-1.16-.41-1.7l2.38%201.5l-2.05%202.23c.11-.66.13-1.34.08-2.03M3.04%2010.32c.07.6.21%201.18.39%201.71l-2.37-1.5L3.1%208.3c-.1.65-.13%201.34-.06%202.02m13.64%2011.89c0%20.99-.77%201.79-1.73%201.79c-.95%200-1.72-.8-1.72-1.79c0-1.18%201.72-3.18%201.72-3.18s1.73%202%201.73%203.18m-10.65-.76c-.1-.38.12-.77.51-.87l1.59-.43L6.96%2019a.7.7%200%200%201%200-1c.27-.3.74-.3%201.04%200l1.14%201.14l.41-1.58c.1-.39.5-.62.88-.51c.39.1.62.5.5.88l-.43%201.57l1.6-.4c.4-.1.78.11.9.5a.74.74%200%200%201-.53.87l-1.58.42l1.16%201.16c.28.27.28.74%200%201.02s-.74.28-1.02%200L9.87%2021.9l-.42%201.6c-.1.38-.5.6-.88.5c-.39-.1-.6-.5-.51-.88l.44-1.57l-1.59.41c-.41.1-.78-.12-.88-.51M19%2015.03c-.35%200-.69.05-1%20.16v-.16c0-1.82-.81-3.45-2.08-4.53c.43-2.45-.82-4.97-3.17-6c-2.78-1.23-6.03.03-7.25%202.78c-.9%201.99-.5%204.19.77%205.75H6c-2.21%200-4%201.78-4%204c0%201.14.5%202.17%201.27%202.9c0%200%20.7.71%201.41%200s0-1.43%200-1.43c-.41-.35-.68-.88-.68-1.47a2%202%200%200%201%202-2h2c0-2.22%201.79-4%204-4a4%204%200%200%201%204%204v2h3a1%201%200%200%201%201%201c0%20.54-.45%201-1%201h-1s-1%200-1%201s1%201%201%201h1a3%203%200%200%200%203-3c0-1.66-1.34-3-3-3m-7-6c-1.84%200-3.5.82-4.59%202.13a3.51%203.51%200%200%201-.1-3.07a3.496%203.496%200%200%201%204.62-1.77A3.52%203.52%200%200%201%2014%209.37c-.62-.22-1.3-.34-2-.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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