weather rain showers night icon
weather-rain-showers-night-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- weather-rain-showers-night-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-moon-off-16-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather rain showers night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.015 6.018c2.465 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763s-1.286 2.763-2.872 2.763l-.716-.001l-.01.025l-1.487 2.704a.5.5 0 0 1-.915-.396l.036-.083l1.24-2.25h-1.853l-.01.025l-1.488 2.704a.5.5 0 0 1-.913-.396l.035-.083l1.24-2.25h-1.87l-1.487 2.729a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.225-2.25h-.405c-1.586 0-2.872-1.236-2.872-2.762c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.205-1.913 1.602-3.474 4.066-3.474m-5.157-4a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.572c-1.724.38-2.963 1.54-3.468 3.142l-.065.22l-.046.188l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.949c1.376-.492 2.117-1.046 2.54-1.855c.464-.884.549-1.82.242-3.08c-.1-.41.223-.8.644-.776"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherRainShowersNight20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.015 6.018c2.465 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763s-1.286 2.763-2.872 2.763l-.716-.001l-.01.025l-1.487 2.704a.5.5 0 0 1-.915-.396l.036-.083l1.24-2.25h-1.853l-.01.025l-1.488 2.704a.5.5 0 0 1-.913-.396l.035-.083l1.24-2.25h-1.87l-1.487 2.729a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.225-2.25h-.405c-1.586 0-2.872-1.236-2.872-2.762c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.205-1.913 1.602-3.474 4.066-3.474m-5.157-4a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.572c-1.724.38-2.963 1.54-3.468 3.142l-.065.22l-.046.188l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.949c1.376-.492 2.117-1.046 2.54-1.855c.464-.884.549-1.82.242-3.08c-.1-.41.223-.8.644-.776"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.015 6.018c2.465 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763s-1.286 2.763-2.872 2.763l-.716-.001l-.01.025l-1.487 2.704a.5.5 0 0 1-.915-.396l.036-.083l1.24-2.25h-1.853l-.01.025l-1.488 2.704a.5.5 0 0 1-.913-.396l.035-.083l1.24-2.25h-1.87l-1.487 2.729a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.225-2.25h-.405c-1.586 0-2.872-1.236-2.872-2.762c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.205-1.913 1.602-3.474 4.066-3.474m-5.157-4a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.572c-1.724.38-2.963 1.54-3.468 3.142l-.065.22l-.046.188l-.165.03a3.75 3.75 0 0 0-2.2 1.362a4.24 4.24 0 0 1-1.662-1.418a.63.63 0 0 1 .306-.949c1.376-.492 2.117-1.046 2.54-1.855c.464-.884.549-1.82.242-3.08c-.1-.41.223-.8.644-.776"/></svg> </template>
CSS
.icon-weather-rain-showers-night-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.015%206.018c2.465%200%203.863%201.573%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763s-1.286%202.763-2.872%202.763l-.716-.001l-.01.025l-1.487%202.704a.5.5%200%200%201-.915-.396l.036-.083l1.24-2.25h-1.853l-.01.025l-1.488%202.704a.5.5%200%200%201-.913-.396l.035-.083l1.24-2.25h-1.87l-1.487%202.729a.5.5%200%200%201-.596.235l-.082-.036a.5.5%200%200%201-.236-.595l.036-.083l1.225-2.25h-.405c-1.586%200-2.872-1.236-2.872-2.762c0-1.47%201.192-2.671%202.697-2.758l.237-.005c.205-1.913%201.602-3.474%204.066-3.474m-5.157-4a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.572c-1.724.38-2.963%201.54-3.468%203.142l-.065.22l-.046.188l-.165.03a3.75%203.75%200%200%200-2.2%201.362a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.949c1.376-.492%202.117-1.046%202.54-1.855c.464-.884.549-1.82.242-3.08c-.1-.41.223-.8.644-.776%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.015%206.018c2.465%200%203.863%201.573%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763s-1.286%202.763-2.872%202.763l-.716-.001l-.01.025l-1.487%202.704a.5.5%200%200%201-.915-.396l.036-.083l1.24-2.25h-1.853l-.01.025l-1.488%202.704a.5.5%200%200%201-.913-.396l.035-.083l1.24-2.25h-1.87l-1.487%202.729a.5.5%200%200%201-.596.235l-.082-.036a.5.5%200%200%201-.236-.595l.036-.083l1.225-2.25h-.405c-1.586%200-2.872-1.236-2.872-2.762c0-1.47%201.192-2.671%202.697-2.758l.237-.005c.205-1.913%201.602-3.474%204.066-3.474m-5.157-4a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.572c-1.724.38-2.963%201.54-3.468%203.142l-.065.22l-.046.188l-.165.03a3.75%203.75%200%200%200-2.2%201.362a4.24%204.24%200%200%201-1.662-1.418a.63.63%200%200%201%20.306-.949c1.376-.492%202.117-1.046%202.54-1.855c.464-.884.549-1.82.242-3.08c-.1-.41.223-.8.644-.776%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-rain-showers-night-20-filled.svg?color=%231a73e8&size=48