weather rain showers night icon

weather-rain-showers-night-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
weather-rain-showers-night-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather rain showers night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.001 6.01c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.322a3.687 3.687 0 0 1-3.692 3.683L17.676 18l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L15.944 18h-2.136l-1.543 2.63a.75.75 0 0 1-1.344-.658l.045-.091L12.076 18H9.939l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L8.207 18H7.6c-2.039 0-3.598-1.644-3.598-3.677a3.687 3.687 0 0 1 3.692-3.683h.08C8.037 8.09 9.833 6.01 13 6.01M6.588 2.002a5.06 5.06 0 0 1 2.264.674A5.06 5.06 0 0 1 11.06 5.27c-1.985.563-3.405 2.002-3.994 3.946l-.07.246l-.057.238l-.206.038a4.67 4.67 0 0 0-2.804 1.815l-.155-.084a5.1 5.1 0 0 1-1.642-1.515a.75.75 0 0 1 .366-1.132c1.642-.588 2.527-1.25 3.033-2.216c.553-1.055.655-2.174.288-3.677a.75.75 0 0 1 .77-.928"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherRainShowersNight24Filled(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="M13.001 6.01c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.322a3.687 3.687 0 0 1-3.692 3.683L17.676 18l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L15.944 18h-2.136l-1.543 2.63a.75.75 0 0 1-1.344-.658l.045-.091L12.076 18H9.939l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L8.207 18H7.6c-2.039 0-3.598-1.644-3.598-3.677a3.687 3.687 0 0 1 3.692-3.683h.08C8.037 8.09 9.833 6.01 13 6.01M6.588 2.002a5.06 5.06 0 0 1 2.264.674A5.06 5.06 0 0 1 11.06 5.27c-1.985.563-3.405 2.002-3.994 3.946l-.07.246l-.057.238l-.206.038a4.67 4.67 0 0 0-2.804 1.815l-.155-.084a5.1 5.1 0 0 1-1.642-1.515a.75.75 0 0 1 .366-1.132c1.642-.588 2.527-1.25 3.033-2.216c.553-1.055.655-2.174.288-3.677a.75.75 0 0 1 .77-.928"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.001 6.01c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.322a3.687 3.687 0 0 1-3.692 3.683L17.676 18l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L15.944 18h-2.136l-1.543 2.63a.75.75 0 0 1-1.344-.658l.045-.091L12.076 18H9.939l-1.542 2.63a.75.75 0 0 1-1.344-.658l.045-.091L8.207 18H7.6c-2.039 0-3.598-1.644-3.598-3.677a3.687 3.687 0 0 1 3.692-3.683h.08C8.037 8.09 9.833 6.01 13 6.01M6.588 2.002a5.06 5.06 0 0 1 2.264.674A5.06 5.06 0 0 1 11.06 5.27c-1.985.563-3.405 2.002-3.994 3.946l-.07.246l-.057.238l-.206.038a4.67 4.67 0 0 0-2.804 1.815l-.155-.084a5.1 5.1 0 0 1-1.642-1.515a.75.75 0 0 1 .366-1.132c1.642-.588 2.527-1.25 3.033-2.216c.553-1.055.655-2.174.288-3.677a.75.75 0 0 1 .77-.928"/></svg>
</template>

CSS

.icon-weather-rain-showers-night-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.001%206.01c3.169%200%204.966%202.097%205.228%204.63h.08A3.687%203.687%200%200%201%2022%2014.322a3.687%203.687%200%200%201-3.692%203.683L17.676%2018l-1.542%202.63a.75.75%200%200%201-1.344-.658l.045-.091L15.944%2018h-2.136l-1.543%202.63a.75.75%200%200%201-1.344-.658l.045-.091L12.076%2018H9.939l-1.542%202.63a.75.75%200%200%201-1.344-.658l.045-.091L8.207%2018H7.6c-2.039%200-3.598-1.644-3.598-3.677a3.687%203.687%200%200%201%203.692-3.683h.08C8.037%208.09%209.833%206.01%2013%206.01M6.588%202.002a5.06%205.06%200%200%201%202.264.674A5.06%205.06%200%200%201%2011.06%205.27c-1.985.563-3.405%202.002-3.994%203.946l-.07.246l-.057.238l-.206.038a4.67%204.67%200%200%200-2.804%201.815l-.155-.084a5.1%205.1%200%200%201-1.642-1.515a.75.75%200%200%201%20.366-1.132c1.642-.588%202.527-1.25%203.033-2.216c.553-1.055.655-2.174.288-3.677a.75.75%200%200%201%20.77-.928%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%22M13.001%206.01c3.169%200%204.966%202.097%205.228%204.63h.08A3.687%203.687%200%200%201%2022%2014.322a3.687%203.687%200%200%201-3.692%203.683L17.676%2018l-1.542%202.63a.75.75%200%200%201-1.344-.658l.045-.091L15.944%2018h-2.136l-1.543%202.63a.75.75%200%200%201-1.344-.658l.045-.091L12.076%2018H9.939l-1.542%202.63a.75.75%200%200%201-1.344-.658l.045-.091L8.207%2018H7.6c-2.039%200-3.598-1.644-3.598-3.677a3.687%203.687%200%200%201%203.692-3.683h.08C8.037%208.09%209.833%206.01%2013%206.01M6.588%202.002a5.06%205.06%200%200%201%202.264.674A5.06%205.06%200%200%201%2011.06%205.27c-1.985.563-3.405%202.002-3.994%203.946l-.07.246l-.057.238l-.206.038a4.67%204.67%200%200%200-2.804%201.815l-.155-.084a5.1%205.1%200%200%201-1.642-1.515a.75.75%200%200%201%20.366-1.132c1.642-.588%202.527-1.25%203.033-2.216c.553-1.055.655-2.174.288-3.677a.75.75%200%200%201%20.77-.928%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-24-filled.svg?color=%231a73e8&size=48