weather rain snow icon
weather-rain-snow-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- weather-rain-snow-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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-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 snow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.003 7c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.385 7.365h-2.704q.087.24.089.51a1.5 1.5 0 1 1-2.912-.51H18.557l-4.306 7.17a1.75 1.75 0 0 1-3.077-1.66l.076-.141l3.224-5.369h-1.085c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16C14.074 11.161 17.666 7 24.003 7m-.416 27.27a1.75 1.75 0 0 1 .648 2.27l-.078.14l-.918 1.489a1.75 1.75 0 0 1-3.057-1.698l.078-.14l.918-1.49a1.75 1.75 0 0 1 2.409-.57m4.915.73a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherRainSnow48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.003 7c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.385 7.365h-2.704q.087.24.089.51a1.5 1.5 0 1 1-2.912-.51H18.557l-4.306 7.17a1.75 1.75 0 0 1-3.077-1.66l.076-.141l3.224-5.369h-1.085c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16C14.074 11.161 17.666 7 24.003 7m-.416 27.27a1.75 1.75 0 0 1 .648 2.27l-.078.14l-.918 1.489a1.75 1.75 0 0 1-3.057-1.698l.078-.14l.918-1.49a1.75 1.75 0 0 1 2.409-.57m4.915.73a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.003 7c6.337 0 9.932 4.195 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.385 7.365h-2.704q.087.24.089.51a1.5 1.5 0 1 1-2.912-.51H18.557l-4.306 7.17a1.75 1.75 0 0 1-3.077-1.66l.076-.141l3.224-5.369h-1.085c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16C14.074 11.161 17.666 7 24.003 7m-.416 27.27a1.75 1.75 0 0 1 .648 2.27l-.078.14l-.918 1.489a1.75 1.75 0 0 1-3.057-1.698l.078-.14l.918-1.49a1.75 1.75 0 0 1 2.409-.57m4.915.73a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-weather-rain-snow-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.003%207c6.337%200%209.932%204.195%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.385%207.365h-2.704q.087.24.089.51a1.5%201.5%200%201%201-2.912-.51H18.557l-4.306%207.17a1.75%201.75%200%200%201-3.077-1.66l.076-.141l3.224-5.369h-1.085c-4.078%200-7.384-3.297-7.384-7.365s3.306-7.365%207.384-7.365h.16C14.074%2011.161%2017.666%207%2024.003%207m-.416%2027.27a1.75%201.75%200%200%201%20.648%202.27l-.078.14l-.918%201.489a1.75%201.75%200%200%201-3.057-1.698l.078-.14l.918-1.49a1.75%201.75%200%200%201%202.409-.57m4.915.73a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.003%207c6.337%200%209.932%204.195%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.385%207.365h-2.704q.087.24.089.51a1.5%201.5%200%201%201-2.912-.51H18.557l-4.306%207.17a1.75%201.75%200%200%201-3.077-1.66l.076-.141l3.224-5.369h-1.085c-4.078%200-7.384-3.297-7.384-7.365s3.306-7.365%207.384-7.365h.16C14.074%2011.161%2017.666%207%2024.003%207m-.416%2027.27a1.75%201.75%200%200%201%20.648%202.27l-.078.14l-.918%201.489a1.75%201.75%200%200%201-3.057-1.698l.078-.14l.918-1.49a1.75%201.75%200%200%201%202.409-.57m4.915.73a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-rain-snow-48-filled.svg?color=%231a73e8&size=48