weather partly rainy icon
weather-partly-rainy from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- weather-partly-rainy
- Set
- Material Design Icons
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
More weather icons from Material Design Icons
broadcastbroadcast-offflashmoon-first-quartermoon-fullmoon-last-quartermoon-newmoon-waning-crescentmoon-waning-gibbousmoon-waxing-crescentmoon-waxing-gibbousshield-sunsnowflake-checksnowflake-meltsnowflake-offsun-angletemperature-celsiustemperature-fahrenheittemperature-kelvintheme-light-darkumbrellaumbrella-beachumbrella-closedumbrella-closed-variant
Use the weather partly rainy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 4.47c2.35 1.03 3.6 3.56 3.17 5.99A6 6 0 0 1 18 15v.17a3 3 0 0 1 1-.17a3 3 0 0 1 3 3a3 3 0 0 1-3 3h-2s-1 0-1-1s1-1 1-1h2a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3v-2a4 4 0 0 0-4-4a4 4 0 0 0-4 4H6a2 2 0 0 0-2 2a2 2 0 0 0 2 2h1s1 0 1 1s-1 1-1 1H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4h.27C5 11.45 4.6 9.24 5.5 7.25c1.22-2.75 4.47-4.01 7.25-2.78m-.82 1.83c-1.77-.8-3.84.01-4.62 1.77c-.46 1.02-.38 2.15.1 3.06A5.99 5.99 0 0 1 12 9c.7 0 1.38.12 2 .34a3.51 3.51 0 0 0-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M12 18.91c.59.91 1 1.72 1 2.09a1 1 0 0 1-1 1a1 1 0 0 1-1-1c0-.37.41-1.18 1-2.09m0-3.29S9 19 9 21a3 3 0 0 0 3 3a3 3 0 0 0 3-3c0-2-3-5.38-3-5.38"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherPartlyRainy(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="M12.75 4.47c2.35 1.03 3.6 3.56 3.17 5.99A6 6 0 0 1 18 15v.17a3 3 0 0 1 1-.17a3 3 0 0 1 3 3a3 3 0 0 1-3 3h-2s-1 0-1-1s1-1 1-1h2a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3v-2a4 4 0 0 0-4-4a4 4 0 0 0-4 4H6a2 2 0 0 0-2 2a2 2 0 0 0 2 2h1s1 0 1 1s-1 1-1 1H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4h.27C5 11.45 4.6 9.24 5.5 7.25c1.22-2.75 4.47-4.01 7.25-2.78m-.82 1.83c-1.77-.8-3.84.01-4.62 1.77c-.46 1.02-.38 2.15.1 3.06A5.99 5.99 0 0 1 12 9c.7 0 1.38.12 2 .34a3.51 3.51 0 0 0-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M12 18.91c.59.91 1 1.72 1 2.09a1 1 0 0 1-1 1a1 1 0 0 1-1-1c0-.37.41-1.18 1-2.09m0-3.29S9 19 9 21a3 3 0 0 0 3 3a3 3 0 0 0 3-3c0-2-3-5.38-3-5.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 4.47c2.35 1.03 3.6 3.56 3.17 5.99A6 6 0 0 1 18 15v.17a3 3 0 0 1 1-.17a3 3 0 0 1 3 3a3 3 0 0 1-3 3h-2s-1 0-1-1s1-1 1-1h2a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3v-2a4 4 0 0 0-4-4a4 4 0 0 0-4 4H6a2 2 0 0 0-2 2a2 2 0 0 0 2 2h1s1 0 1 1s-1 1-1 1H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4h.27C5 11.45 4.6 9.24 5.5 7.25c1.22-2.75 4.47-4.01 7.25-2.78m-.82 1.83c-1.77-.8-3.84.01-4.62 1.77c-.46 1.02-.38 2.15.1 3.06A5.99 5.99 0 0 1 12 9c.7 0 1.38.12 2 .34a3.51 3.51 0 0 0-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9 2.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29 1.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18 8.71c-.09-.59-.22-1.16-.41-1.71l2.38 1.5l-2.05 2.23c.11-.65.13-1.33.08-2.02M3.04 10.3c.07.6.21 1.17.39 1.7l-2.37-1.5L3.1 8.28c-.1.65-.13 1.33-.06 2.02M12 18.91c.59.91 1 1.72 1 2.09a1 1 0 0 1-1 1a1 1 0 0 1-1-1c0-.37.41-1.18 1-2.09m0-3.29S9 19 9 21a3 3 0 0 0 3 3a3 3 0 0 0 3-3c0-2-3-5.38-3-5.38"/></svg> </template>
CSS
.icon-weather-partly-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%22M12.75%204.47c2.35%201.03%203.6%203.56%203.17%205.99A6%206%200%200%201%2018%2015v.17a3%203%200%200%201%201-.17a3%203%200%200%201%203%203a3%203%200%200%201-3%203h-2s-1%200-1-1s1-1%201-1h2a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3v-2a4%204%200%200%200-4-4a4%204%200%200%200-4%204H6a2%202%200%200%200-2%202a2%202%200%200%200%202%202h1s1%200%201%201s-1%201-1%201H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4h.27C5%2011.45%204.6%209.24%205.5%207.25c1.22-2.75%204.47-4.01%207.25-2.78m-.82%201.83c-1.77-.8-3.84.01-4.62%201.77c-.46%201.02-.38%202.15.1%203.06A5.99%205.99%200%200%201%2012%209c.7%200%201.38.12%202%20.34a3.51%203.51%200%200%200-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9%202.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29%201.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18%208.71c-.09-.59-.22-1.16-.41-1.71l2.38%201.5l-2.05%202.23c.11-.65.13-1.33.08-2.02M3.04%2010.3c.07.6.21%201.17.39%201.7l-2.37-1.5L3.1%208.28c-.1.65-.13%201.33-.06%202.02M12%2018.91c.59.91%201%201.72%201%202.09a1%201%200%200%201-1%201a1%201%200%200%201-1-1c0-.37.41-1.18%201-2.09m0-3.29S9%2019%209%2021a3%203%200%200%200%203%203a3%203%200%200%200%203-3c0-2-3-5.38-3-5.38%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%22M12.75%204.47c2.35%201.03%203.6%203.56%203.17%205.99A6%206%200%200%201%2018%2015v.17a3%203%200%200%201%201-.17a3%203%200%200%201%203%203a3%203%200%200%201-3%203h-2s-1%200-1-1s1-1%201-1h2a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3v-2a4%204%200%200%200-4-4a4%204%200%200%200-4%204H6a2%202%200%200%200-2%202a2%202%200%200%200%202%202h1s1%200%201%201s-1%201-1%201H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4h.27C5%2011.45%204.6%209.24%205.5%207.25c1.22-2.75%204.47-4.01%207.25-2.78m-.82%201.83c-1.77-.8-3.84.01-4.62%201.77c-.46%201.02-.38%202.15.1%203.06A5.99%205.99%200%200%201%2012%209c.7%200%201.38.12%202%20.34a3.51%203.51%200%200%200-2.07-3.04m1.62-3.67c-.55-.23-1.1-.4-1.67-.51l2.49-1.3l.9%202.89c-.51-.42-1.08-.78-1.72-1.08m-7.46.81c-.49.35-.92.75-1.29%201.19l.11-2.81l2.96.68c-.62.21-1.22.53-1.78.94M18%208.71c-.09-.59-.22-1.16-.41-1.71l2.38%201.5l-2.05%202.23c.11-.65.13-1.33.08-2.02M3.04%2010.3c.07.6.21%201.17.39%201.7l-2.37-1.5L3.1%208.28c-.1.65-.13%201.33-.06%202.02M12%2018.91c.59.91%201%201.72%201%202.09a1%201%200%200%201-1%201a1%201%200%200%201-1-1c0-.37.41-1.18%201-2.09m0-3.29S9%2019%209%2021a3%203%200%200%200%203%203a3%203%200%200%200%203-3c0-2-3-5.38-3-5.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-partly-rainy.svg?color=%231a73e8&size=48