weather snow shower night icon
weather-snow-shower-night-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- weather-snow-shower-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-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather snow shower night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 17a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 16a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.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-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSnowShowerNight20Filled(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="M9.5 17a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 16a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.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-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .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="M9.5 17a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M8 16a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m3 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M11 6c2.465 0 3.863 1.574 4.066 3.474h.062c1.586 0 2.872 1.237 2.872 2.763S16.714 15 15.128 15H6.872C5.286 15 4 13.763 4 12.237c0-1.47 1.192-2.671 2.697-2.758l.237-.005C7.139 7.561 8.535 6 11 6M5.843 2a4.24 4.24 0 0 1 1.895.565a4.24 4.24 0 0 1 1.979 2.573c-1.724.38-2.963 1.54-3.469 3.141l-.064.221l-.046.187l-.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-.948c1.376-.492 2.117-1.046 2.54-1.856c.463-.883.549-1.82.242-3.08a.628.628 0 0 1 .644-.776"/></svg> </template>
CSS
.icon-weather-snow-shower-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%22M9.5%2017a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M8%2016a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015H6.872C5.286%2015%204%2013.763%204%2012.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%207.561%208.535%206%2011%206M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573c-1.724.38-2.963%201.54-3.469%203.141l-.064.221l-.046.187l-.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-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.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%22M9.5%2017a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M8%2016a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m3%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M11%206c2.465%200%203.863%201.574%204.066%203.474h.062c1.586%200%202.872%201.237%202.872%202.763S16.714%2015%2015.128%2015H6.872C5.286%2015%204%2013.763%204%2012.237c0-1.47%201.192-2.671%202.697-2.758l.237-.005C7.139%207.561%208.535%206%2011%206M5.843%202a4.24%204.24%200%200%201%201.895.565a4.24%204.24%200%200%201%201.979%202.573c-1.724.38-2.963%201.54-3.469%203.141l-.064.221l-.046.187l-.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-.948c1.376-.492%202.117-1.046%202.54-1.856c.463-.883.549-1.82.242-3.08a.628.628%200%200%201%20.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-snow-shower-night-20-filled.svg?color=%231a73e8&size=48