weather snow shower night icon

weather-snow-shower-night-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
weather-snow-shower-night-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather snow shower night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 20.003a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M13.001 6.018c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.33a3.687 3.687 0 0 1-3.692 3.683H7.694a3.687 3.687 0 0 1-3.692-3.683a3.687 3.687 0 0 1 3.692-3.682h.08c.263-2.55 2.059-4.63 5.227-4.63m0 1.497c-2.071 0-3.877 1.634-3.877 3.89c0 .357-.318.637-.684.637h-.69c-1.261 0-2.283 1.002-2.283 2.237s1.022 2.236 2.283 2.236h10.503c1.26 0 2.283-1.001 2.283-2.236s-1.022-2.237-2.283-2.237h-.69c-.366 0-.685-.28-.685-.637c0-2.285-1.806-3.89-3.877-3.89M6.588 2.01a5.06 5.06 0 0 1 2.264.674a5.06 5.06 0 0 1 2.208 2.595c-.5.14-.963.338-1.386.584A3.55 3.55 0 0 0 7.484 3.7c.16 1.352-.048 2.513-.623 3.61l-.118.214c-.57.976-1.432 1.708-2.718 2.304a3.6 3.6 0 0 0 1.07.614a4.6 4.6 0 0 0-1.166 1.119l-.155-.085a5.1 5.1 0 0 1-1.642-1.514a.75.75 0 0 1 .366-1.132C4.14 8.243 5.025 7.58 5.53 6.615c.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 FluentWeatherSnowShowerNight24Regular(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="M10.75 20.003a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M13.001 6.018c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.33a3.687 3.687 0 0 1-3.692 3.683H7.694a3.687 3.687 0 0 1-3.692-3.683a3.687 3.687 0 0 1 3.692-3.682h.08c.263-2.55 2.059-4.63 5.227-4.63m0 1.497c-2.071 0-3.877 1.634-3.877 3.89c0 .357-.318.637-.684.637h-.69c-1.261 0-2.283 1.002-2.283 2.237s1.022 2.236 2.283 2.236h10.503c1.26 0 2.283-1.001 2.283-2.236s-1.022-2.237-2.283-2.237h-.69c-.366 0-.685-.28-.685-.637c0-2.285-1.806-3.89-3.877-3.89M6.588 2.01a5.06 5.06 0 0 1 2.264.674a5.06 5.06 0 0 1 2.208 2.595c-.5.14-.963.338-1.386.584A3.55 3.55 0 0 0 7.484 3.7c.16 1.352-.048 2.513-.623 3.61l-.118.214c-.57.976-1.432 1.708-2.718 2.304a3.6 3.6 0 0 0 1.07.614a4.6 4.6 0 0 0-1.166 1.119l-.155-.085a5.1 5.1 0 0 1-1.642-1.514a.75.75 0 0 1 .366-1.132C4.14 8.243 5.025 7.58 5.53 6.615c.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="M10.75 20.003a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M13.001 6.018c3.169 0 4.966 2.097 5.228 4.63h.08A3.687 3.687 0 0 1 22 14.33a3.687 3.687 0 0 1-3.692 3.683H7.694a3.687 3.687 0 0 1-3.692-3.683a3.687 3.687 0 0 1 3.692-3.682h.08c.263-2.55 2.059-4.63 5.227-4.63m0 1.497c-2.071 0-3.877 1.634-3.877 3.89c0 .357-.318.637-.684.637h-.69c-1.261 0-2.283 1.002-2.283 2.237s1.022 2.236 2.283 2.236h10.503c1.26 0 2.283-1.001 2.283-2.236s-1.022-2.237-2.283-2.237h-.69c-.366 0-.685-.28-.685-.637c0-2.285-1.806-3.89-3.877-3.89M6.588 2.01a5.06 5.06 0 0 1 2.264.674a5.06 5.06 0 0 1 2.208 2.595c-.5.14-.963.338-1.386.584A3.55 3.55 0 0 0 7.484 3.7c.16 1.352-.048 2.513-.623 3.61l-.118.214c-.57.976-1.432 1.708-2.718 2.304a3.6 3.6 0 0 0 1.07.614a4.6 4.6 0 0 0-1.166 1.119l-.155-.085a5.1 5.1 0 0 1-1.642-1.514a.75.75 0 0 1 .366-1.132C4.14 8.243 5.025 7.58 5.53 6.615c.553-1.055.655-2.174.288-3.677a.75.75 0 0 1 .77-.928"/></svg>
</template>

CSS

.icon-weather-snow-shower-night-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%2020.003a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-6.75-1a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M13.001%206.018c3.169%200%204.966%202.097%205.228%204.63h.08A3.687%203.687%200%200%201%2022%2014.33a3.687%203.687%200%200%201-3.692%203.683H7.694a3.687%203.687%200%200%201-3.692-3.683a3.687%203.687%200%200%201%203.692-3.682h.08c.263-2.55%202.059-4.63%205.227-4.63m0%201.497c-2.071%200-3.877%201.634-3.877%203.89c0%20.357-.318.637-.684.637h-.69c-1.261%200-2.283%201.002-2.283%202.237s1.022%202.236%202.283%202.236h10.503c1.26%200%202.283-1.001%202.283-2.236s-1.022-2.237-2.283-2.237h-.69c-.366%200-.685-.28-.685-.637c0-2.285-1.806-3.89-3.877-3.89M6.588%202.01a5.06%205.06%200%200%201%202.264.674a5.06%205.06%200%200%201%202.208%202.595c-.5.14-.963.338-1.386.584A3.55%203.55%200%200%200%207.484%203.7c.16%201.352-.048%202.513-.623%203.61l-.118.214c-.57.976-1.432%201.708-2.718%202.304a3.6%203.6%200%200%200%201.07.614a4.6%204.6%200%200%200-1.166%201.119l-.155-.085a5.1%205.1%200%200%201-1.642-1.514a.75.75%200%200%201%20.366-1.132C4.14%208.243%205.025%207.58%205.53%206.615c.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%22M10.75%2020.003a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-6.75-1a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M13.001%206.018c3.169%200%204.966%202.097%205.228%204.63h.08A3.687%203.687%200%200%201%2022%2014.33a3.687%203.687%200%200%201-3.692%203.683H7.694a3.687%203.687%200%200%201-3.692-3.683a3.687%203.687%200%200%201%203.692-3.682h.08c.263-2.55%202.059-4.63%205.227-4.63m0%201.497c-2.071%200-3.877%201.634-3.877%203.89c0%20.357-.318.637-.684.637h-.69c-1.261%200-2.283%201.002-2.283%202.237s1.022%202.236%202.283%202.236h10.503c1.26%200%202.283-1.001%202.283-2.236s-1.022-2.237-2.283-2.237h-.69c-.366%200-.685-.28-.685-.637c0-2.285-1.806-3.89-3.877-3.89M6.588%202.01a5.06%205.06%200%200%201%202.264.674a5.06%205.06%200%200%201%202.208%202.595c-.5.14-.963.338-1.386.584A3.55%203.55%200%200%200%207.484%203.7c.16%201.352-.048%202.513-.623%203.61l-.118.214c-.57.976-1.432%201.708-2.718%202.304a3.6%203.6%200%200%200%201.07.614a4.6%204.6%200%200%200-1.166%201.119l-.155-.085a5.1%205.1%200%200%201-1.642-1.514a.75.75%200%200%201%20.366-1.132C4.14%208.243%205.025%207.58%205.53%206.615c.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-snow-shower-night-24-regular.svg?color=%231a73e8&size=48