weather rainy icon
weather-rainy from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- weather-rainy
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- weather-drizzle, weather-spitting
More agriculture icons from Material Design Icons
Use the weather rainy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.03a1 1 0 0 1 1 1c0 .55-.45 1-1 1c-2.76 0-5-2.24-5-5s2.24-5 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03l.5-.03a4 4 0 0 1 4 4c0 2.2-1.79 4-4 4h-1c-.55 0-1-.45-1-1c0-.56.45-1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2v-1c0-2.76-2.24-5-5-5c-2.5 0-4.55 1.81-4.94 4.18c-.33-.12-.69-.18-1.06-.18a3 3 0 0 0-3 3a3 3 0 0 0 3 3m6 .12c.18.24.37.51.56.79C13 15.56 14 17.03 14 18a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-.97 1-2.44 1.44-3.06c.19-.28.38-.54.56-.79m0-3.12l-.5.56s-.85.96-1.71 2.22C8.93 15.06 8 16.56 8 18a4 4 0 0 0 4 4a4 4 0 0 0 4-4c0-1.44-.93-2.94-1.79-4.19c-.86-1.26-1.71-2.22-1.71-2.22"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherRainy(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="M6 14.03a1 1 0 0 1 1 1c0 .55-.45 1-1 1c-2.76 0-5-2.24-5-5s2.24-5 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03l.5-.03a4 4 0 0 1 4 4c0 2.2-1.79 4-4 4h-1c-.55 0-1-.45-1-1c0-.56.45-1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2v-1c0-2.76-2.24-5-5-5c-2.5 0-4.55 1.81-4.94 4.18c-.33-.12-.69-.18-1.06-.18a3 3 0 0 0-3 3a3 3 0 0 0 3 3m6 .12c.18.24.37.51.56.79C13 15.56 14 17.03 14 18a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-.97 1-2.44 1.44-3.06c.19-.28.38-.54.56-.79m0-3.12l-.5.56s-.85.96-1.71 2.22C8.93 15.06 8 16.56 8 18a4 4 0 0 0 4 4a4 4 0 0 0 4-4c0-1.44-.93-2.94-1.79-4.19c-.86-1.26-1.71-2.22-1.71-2.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.03a1 1 0 0 1 1 1c0 .55-.45 1-1 1c-2.76 0-5-2.24-5-5s2.24-5 5-5c1-2.35 3.3-4 6-4c3.43 0 6.24 2.66 6.5 6.03l.5-.03a4 4 0 0 1 4 4c0 2.2-1.79 4-4 4h-1c-.55 0-1-.45-1-1c0-.56.45-1 1-1h1a2 2 0 0 0 2-2a2 2 0 0 0-2-2h-2v-1c0-2.76-2.24-5-5-5c-2.5 0-4.55 1.81-4.94 4.18c-.33-.12-.69-.18-1.06-.18a3 3 0 0 0-3 3a3 3 0 0 0 3 3m6 .12c.18.24.37.51.56.79C13 15.56 14 17.03 14 18a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-.97 1-2.44 1.44-3.06c.19-.28.38-.54.56-.79m0-3.12l-.5.56s-.85.96-1.71 2.22C8.93 15.06 8 16.56 8 18a4 4 0 0 0 4 4a4 4 0 0 0 4-4c0-1.44-.93-2.94-1.79-4.19c-.86-1.26-1.71-2.22-1.71-2.22"/></svg> </template>
CSS
.icon-weather-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%22M6%2014.03a1%201%200%200%201%201%201c0%20.55-.45%201-1%201c-2.76%200-5-2.24-5-5s2.24-5%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03l.5-.03a4%204%200%200%201%204%204c0%202.2-1.79%204-4%204h-1c-.55%200-1-.45-1-1c0-.56.45-1%201-1h1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2v-1c0-2.76-2.24-5-5-5c-2.5%200-4.55%201.81-4.94%204.18c-.33-.12-.69-.18-1.06-.18a3%203%200%200%200-3%203a3%203%200%200%200%203%203m6%20.12c.18.24.37.51.56.79C13%2015.56%2014%2017.03%2014%2018a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-.97%201-2.44%201.44-3.06c.19-.28.38-.54.56-.79m0-3.12l-.5.56s-.85.96-1.71%202.22C8.93%2015.06%208%2016.56%208%2018a4%204%200%200%200%204%204a4%204%200%200%200%204-4c0-1.44-.93-2.94-1.79-4.19c-.86-1.26-1.71-2.22-1.71-2.22%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%22M6%2014.03a1%201%200%200%201%201%201c0%20.55-.45%201-1%201c-2.76%200-5-2.24-5-5s2.24-5%205-5c1-2.35%203.3-4%206-4c3.43%200%206.24%202.66%206.5%206.03l.5-.03a4%204%200%200%201%204%204c0%202.2-1.79%204-4%204h-1c-.55%200-1-.45-1-1c0-.56.45-1%201-1h1a2%202%200%200%200%202-2a2%202%200%200%200-2-2h-2v-1c0-2.76-2.24-5-5-5c-2.5%200-4.55%201.81-4.94%204.18c-.33-.12-.69-.18-1.06-.18a3%203%200%200%200-3%203a3%203%200%200%200%203%203m6%20.12c.18.24.37.51.56.79C13%2015.56%2014%2017.03%2014%2018a2%202%200%200%201-2%202a2%202%200%200%201-2-2c0-.97%201-2.44%201.44-3.06c.19-.28.38-.54.56-.79m0-3.12l-.5.56s-.85.96-1.71%202.22C8.93%2015.06%208%2016.56%208%2018a4%204%200%200%200%204%204a4%204%200%200%200%204-4c0-1.44-.93-2.94-1.79-4.19c-.86-1.26-1.71-2.22-1.71-2.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-rainy.svg?color=%231a73e8&size=48