weather rain showers day icon
weather-rain-showers-day-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-rain-showers-day-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-night-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 day icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11 6c2.464 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-.694l-.017.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L13.3 15h-1.854l-.018.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L10.312 15H8.44l-1.496 2.745a.5.5 0 0 1-.914-.396l.036-.082L7.302 15h-.43C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.138 7.56 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.52 5 11.3 5 12.26S5.814 14 6.818 14h8.364C16.186 14 17 13.22 17 12.26s-.814-1.74-1.818-1.74h-.55c-.291.001-.545-.217-.545-.495C14.087 8.248 12.649 7 11 7M3.803 8.7a.5.5 0 0 1-.228.6l-.082.036l-.801.276a.5.5 0 0 1-.408-.909l.082-.036l.802-.276a.5.5 0 0 1 .635.31M8.92 4.5c.333.162.625.373.874.62q-.61.126-1.136.375A2.28 2.28 0 0 0 5.646 8.8c-.33.098-.64.241-.925.42A3.28 3.28 0 0 1 8.919 4.5m-6.003.17L3 4.702l.762.371a.5.5 0 0 1-.354.931l-.085-.032l-.761-.371a.5.5 0 0 1 .354-.931m7.073-2.375a.5.5 0 0 1 .262.585l-.032.084l-.371.762a.5.5 0 0 1-.931-.354l.032-.085l.371-.762a.5.5 0 0 1 .67-.23M6.2 2.263l.037.082l.276.802a.5.5 0 0 1-.909.407l-.037-.082l-.275-.801a.5.5 0 0 1 .908-.408"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherRainShowersDay20Regular(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 6c2.464 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-.694l-.017.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L13.3 15h-1.854l-.018.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L10.312 15H8.44l-1.496 2.745a.5.5 0 0 1-.914-.396l.036-.082L7.302 15h-.43C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.138 7.56 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.52 5 11.3 5 12.26S5.814 14 6.818 14h8.364C16.186 14 17 13.22 17 12.26s-.814-1.74-1.818-1.74h-.55c-.291.001-.545-.217-.545-.495C14.087 8.248 12.649 7 11 7M3.803 8.7a.5.5 0 0 1-.228.6l-.082.036l-.801.276a.5.5 0 0 1-.408-.909l.082-.036l.802-.276a.5.5 0 0 1 .635.31M8.92 4.5c.333.162.625.373.874.62q-.61.126-1.136.375A2.28 2.28 0 0 0 5.646 8.8c-.33.098-.64.241-.925.42A3.28 3.28 0 0 1 8.919 4.5m-6.003.17L3 4.702l.762.371a.5.5 0 0 1-.354.931l-.085-.032l-.761-.371a.5.5 0 0 1 .354-.931m7.073-2.375a.5.5 0 0 1 .262.585l-.032.084l-.371.762a.5.5 0 0 1-.931-.354l.032-.085l.371-.762a.5.5 0 0 1 .67-.23M6.2 2.263l.037.082l.276.802a.5.5 0 0 1-.909.407l-.037-.082l-.275-.801a.5.5 0 0 1 .908-.408"/></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 6c2.464 0 3.863 1.573 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15h-.694l-.017.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L13.3 15h-1.854l-.018.041l-1.485 2.704a.5.5 0 0 1-.914-.396l.036-.082L10.312 15H8.44l-1.496 2.745a.5.5 0 0 1-.914-.396l.036-.082L7.302 15h-.43C5.286 15 4 13.763 4 12.237s1.286-2.763 2.872-2.763h.062C7.138 7.56 8.535 6 11 6m0 1c-1.65 0-3.087 1.27-3.087 3.025c0 .278-.254.496-.545.496h-.55C5.814 10.52 5 11.3 5 12.26S5.814 14 6.818 14h8.364C16.186 14 17 13.22 17 12.26s-.814-1.74-1.818-1.74h-.55c-.291.001-.545-.217-.545-.495C14.087 8.248 12.649 7 11 7M3.803 8.7a.5.5 0 0 1-.228.6l-.082.036l-.801.276a.5.5 0 0 1-.408-.909l.082-.036l.802-.276a.5.5 0 0 1 .635.31M8.92 4.5c.333.162.625.373.874.62q-.61.126-1.136.375A2.28 2.28 0 0 0 5.646 8.8c-.33.098-.64.241-.925.42A3.28 3.28 0 0 1 8.919 4.5m-6.003.17L3 4.702l.762.371a.5.5 0 0 1-.354.931l-.085-.032l-.761-.371a.5.5 0 0 1 .354-.931m7.073-2.375a.5.5 0 0 1 .262.585l-.032.084l-.371.762a.5.5 0 0 1-.931-.354l.032-.085l.371-.762a.5.5 0 0 1 .67-.23M6.2 2.263l.037.082l.276.802a.5.5 0 0 1-.909.407l-.037-.082l-.275-.801a.5.5 0 0 1 .908-.408"/></svg> </template>
CSS
.icon-weather-rain-showers-day-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%206c2.464%200%203.863%201.573%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015h-.694l-.017.041l-1.485%202.704a.5.5%200%200%201-.914-.396l.036-.082L13.3%2015h-1.854l-.018.041l-1.485%202.704a.5.5%200%200%201-.914-.396l.036-.082L10.312%2015H8.44l-1.496%202.745a.5.5%200%200%201-.914-.396l.036-.082L7.302%2015h-.43C5.286%2015%204%2013.763%204%2012.237s1.286-2.763%202.872-2.763h.062C7.138%207.56%208.535%206%2011%206m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.52%205%2011.3%205%2012.26S5.814%2014%206.818%2014h8.364C16.186%2014%2017%2013.22%2017%2012.26s-.814-1.74-1.818-1.74h-.55c-.291.001-.545-.217-.545-.495C14.087%208.248%2012.649%207%2011%207M3.803%208.7a.5.5%200%200%201-.228.6l-.082.036l-.801.276a.5.5%200%200%201-.408-.909l.082-.036l.802-.276a.5.5%200%200%201%20.635.31M8.92%204.5c.333.162.625.373.874.62q-.61.126-1.136.375A2.28%202.28%200%200%200%205.646%208.8c-.33.098-.64.241-.925.42A3.28%203.28%200%200%201%208.919%204.5m-6.003.17L3%204.702l.762.371a.5.5%200%200%201-.354.931l-.085-.032l-.761-.371a.5.5%200%200%201%20.354-.931m7.073-2.375a.5.5%200%200%201%20.262.585l-.032.084l-.371.762a.5.5%200%200%201-.931-.354l.032-.085l.371-.762a.5.5%200%200%201%20.67-.23M6.2%202.263l.037.082l.276.802a.5.5%200%200%201-.909.407l-.037-.082l-.275-.801a.5.5%200%200%201%20.908-.408%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%206c2.464%200%203.863%201.573%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015h-.694l-.017.041l-1.485%202.704a.5.5%200%200%201-.914-.396l.036-.082L13.3%2015h-1.854l-.018.041l-1.485%202.704a.5.5%200%200%201-.914-.396l.036-.082L10.312%2015H8.44l-1.496%202.745a.5.5%200%200%201-.914-.396l.036-.082L7.302%2015h-.43C5.286%2015%204%2013.763%204%2012.237s1.286-2.763%202.872-2.763h.062C7.138%207.56%208.535%206%2011%206m0%201c-1.65%200-3.087%201.27-3.087%203.025c0%20.278-.254.496-.545.496h-.55C5.814%2010.52%205%2011.3%205%2012.26S5.814%2014%206.818%2014h8.364C16.186%2014%2017%2013.22%2017%2012.26s-.814-1.74-1.818-1.74h-.55c-.291.001-.545-.217-.545-.495C14.087%208.248%2012.649%207%2011%207M3.803%208.7a.5.5%200%200%201-.228.6l-.082.036l-.801.276a.5.5%200%200%201-.408-.909l.082-.036l.802-.276a.5.5%200%200%201%20.635.31M8.92%204.5c.333.162.625.373.874.62q-.61.126-1.136.375A2.28%202.28%200%200%200%205.646%208.8c-.33.098-.64.241-.925.42A3.28%203.28%200%200%201%208.919%204.5m-6.003.17L3%204.702l.762.371a.5.5%200%200%201-.354.931l-.085-.032l-.761-.371a.5.5%200%200%201%20.354-.931m7.073-2.375a.5.5%200%200%201%20.262.585l-.032.084l-.371.762a.5.5%200%200%201-.931-.354l.032-.085l.371-.762a.5.5%200%200%201%20.67-.23M6.2%202.263l.037.082l.276.802a.5.5%200%200%201-.909.407l-.037-.082l-.275-.801a.5.5%200%200%201%20.908-.408%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-day-20-regular.svg?color=%231a73e8&size=48