weather rain showers night icon
weather-rain-showers-night-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-rain-showers-night-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.005 6.009c2.464 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-.703-.001l-.013.034l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.853l-.014.035l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.87l-1.491 2.739a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.23-2.26l-.42.002c-1.586 0-2.872-1.237-2.872-2.763c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.204-1.913 1.601-3.474 4.066-3.474m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55c-1.004 0-1.818.779-1.818 1.74c0 .96.814 1.739 1.818 1.739h8.364c1.004 0 1.818-.779 1.818-1.74c0-.96-.814-1.74-1.818-1.74h-.55c-.291 0-.545-.217-.545-.495c0-1.777-1.438-3.025-3.087-3.025m-5.157-5a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363a3.05 3.05 0 0 0-1.644-2.126a6 6 0 0 0-.535-.249c.086 1.227-.037 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.186.45.338q.466.298.92.461a3.7 3.7 0 0 0-.878.81A4.24 4.24 0 0 1 2.116 8.67a.63.63 0 0 1 .306-.947c1.375-.493 2.117-1.047 2.54-1.856c.463-.883.549-1.82.241-3.08a.628.628 0 0 1 .645-.776"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherRainShowersNight20Regular(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.005 6.009c2.464 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-.703-.001l-.013.034l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.853l-.014.035l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.87l-1.491 2.739a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.23-2.26l-.42.002c-1.586 0-2.872-1.237-2.872-2.763c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.204-1.913 1.601-3.474 4.066-3.474m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55c-1.004 0-1.818.779-1.818 1.74c0 .96.814 1.739 1.818 1.739h8.364c1.004 0 1.818-.779 1.818-1.74c0-.96-.814-1.74-1.818-1.74h-.55c-.291 0-.545-.217-.545-.495c0-1.777-1.438-3.025-3.087-3.025m-5.157-5a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363a3.05 3.05 0 0 0-1.644-2.126a6 6 0 0 0-.535-.249c.086 1.227-.037 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.186.45.338q.466.298.92.461a3.7 3.7 0 0 0-.878.81A4.24 4.24 0 0 1 2.116 8.67a.63.63 0 0 1 .306-.947c1.375-.493 2.117-1.047 2.54-1.856c.463-.883.549-1.82.241-3.08a.628.628 0 0 1 .645-.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.005 6.009c2.464 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-.703-.001l-.013.034l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.853l-.014.035l-1.488 2.704a.5.5 0 0 1-.914-.396l.036-.083l1.244-2.26h-1.87l-1.491 2.739a.5.5 0 0 1-.596.235l-.082-.036a.5.5 0 0 1-.236-.595l.036-.083l1.23-2.26l-.42.002c-1.586 0-2.872-1.237-2.872-2.763c0-1.47 1.192-2.671 2.697-2.758l.237-.005c.204-1.913 1.601-3.474 4.066-3.474m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55c-1.004 0-1.818.779-1.818 1.74c0 .96.814 1.739 1.818 1.739h8.364c1.004 0 1.818-.779 1.818-1.74c0-.96-.814-1.74-1.818-1.74h-.55c-.291 0-.545-.217-.545-.495c0-1.777-1.438-3.025-3.087-3.025m-5.157-5a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573a5 5 0 0 0-1.073.363a3.05 3.05 0 0 0-1.644-2.126a6 6 0 0 0-.535-.249c.086 1.227-.037 2.483-.626 3.445c-.58.853-1.328 1.423-2.558 1.898q.21.186.45.338q.466.298.92.461a3.7 3.7 0 0 0-.878.81A4.24 4.24 0 0 1 2.116 8.67a.63.63 0 0 1 .306-.947c1.375-.493 2.117-1.047 2.54-1.856c.463-.883.549-1.82.241-3.08a.628.628 0 0 1 .645-.776"/></svg> </template>
CSS
.icon-weather-rain-showers-night-20-regular {
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.005%206.009c2.464%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-.703-.001l-.013.034l-1.488%202.704a.5.5%200%200%201-.914-.396l.036-.083l1.244-2.26h-1.853l-.014.035l-1.488%202.704a.5.5%200%200%201-.914-.396l.036-.083l1.244-2.26h-1.87l-1.491%202.739a.5.5%200%200%201-.596.235l-.082-.036a.5.5%200%200%201-.236-.595l.036-.083l1.23-2.26l-.42.002c-1.586%200-2.872-1.237-2.872-2.763c0-1.47%201.192-2.671%202.697-2.758l.237-.005c.204-1.913%201.601-3.474%204.066-3.474m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55c-1.004%200-1.818.779-1.818%201.74c0%20.96.814%201.739%201.818%201.739h8.364c1.004%200%201.818-.779%201.818-1.74c0-.96-.814-1.74-1.818-1.74h-.55c-.291%200-.545-.217-.545-.495c0-1.777-1.438-3.025-3.087-3.025m-5.157-5a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363a3.05%203.05%200%200%200-1.644-2.126a6%206%200%200%200-.535-.249c.086%201.227-.037%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.186.45.338q.466.298.92.461a3.7%203.7%200%200%200-.878.81A4.24%204.24%200%200%201%202.116%208.67a.63.63%200%200%201%20.306-.947c1.375-.493%202.117-1.047%202.54-1.856c.463-.883.549-1.82.241-3.08a.628.628%200%200%201%20.645-.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.005%206.009c2.464%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-.703-.001l-.013.034l-1.488%202.704a.5.5%200%200%201-.914-.396l.036-.083l1.244-2.26h-1.853l-.014.035l-1.488%202.704a.5.5%200%200%201-.914-.396l.036-.083l1.244-2.26h-1.87l-1.491%202.739a.5.5%200%200%201-.596.235l-.082-.036a.5.5%200%200%201-.236-.595l.036-.083l1.23-2.26l-.42.002c-1.586%200-2.872-1.237-2.872-2.763c0-1.47%201.192-2.671%202.697-2.758l.237-.005c.204-1.913%201.601-3.474%204.066-3.474m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55c-1.004%200-1.818.779-1.818%201.74c0%20.96.814%201.739%201.818%201.739h8.364c1.004%200%201.818-.779%201.818-1.74c0-.96-.814-1.74-1.818-1.74h-.55c-.291%200-.545-.217-.545-.495c0-1.777-1.438-3.025-3.087-3.025m-5.157-5a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573a5%205%200%200%200-1.073.363a3.05%203.05%200%200%200-1.644-2.126a6%206%200%200%200-.535-.249c.086%201.227-.037%202.483-.626%203.445c-.58.853-1.328%201.423-2.558%201.898q.21.186.45.338q.466.298.92.461a3.7%203.7%200%200%200-.878.81A4.24%204.24%200%200%201%202.116%208.67a.63.63%200%200%201%20.306-.947c1.375-.493%202.117-1.047%202.54-1.856c.463-.883.549-1.82.241-3.08a.628.628%200%200%201%20.645-.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-regular.svg?color=%231a73e8&size=48