weather rain snow icon

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

Name
weather-rain-snow-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M29.068 35.12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24.001 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.384 7.365h-2.661q.111.267.113.573a1.5 1.5 0 1 1-2.887-.573l-11.76.001l-.04.094l-.066.128l-3.5 6.063a1.5 1.5 0 0 1-2.664-1.372l.066-.129l2.762-4.785h-.592c-4.079 0-7.385-3.297-7.385-7.365s3.306-7.365 7.385-7.365h.16C14.072 11.161 17.664 7 24 7m-.646 26.317a1.5 1.5 0 0 1 .615 1.92l-.066.129l-1.084 1.89a1.5 1.5 0 0 1-2.664-1.371l.066-.129l1.084-1.89a1.5 1.5 0 0 1 2.049-.55m10.712.303a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24 9.495c-4.26 0-7.975 3.448-7.975 8.21c0 .755-.656 1.348-1.407 1.348h-1.42c-2.595 0-4.698 2.113-4.698 4.72c0 2.608 2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.721s-2.102-4.722-4.697-4.722h-1.42c-.751 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.21-7.975-8.21"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherRainSnow48Regular(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="M29.068 35.12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24.001 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.384 7.365h-2.661q.111.267.113.573a1.5 1.5 0 1 1-2.887-.573l-11.76.001l-.04.094l-.066.128l-3.5 6.063a1.5 1.5 0 0 1-2.664-1.372l.066-.129l2.762-4.785h-.592c-4.079 0-7.385-3.297-7.385-7.365s3.306-7.365 7.385-7.365h.16C14.072 11.161 17.664 7 24 7m-.646 26.317a1.5 1.5 0 0 1 .615 1.92l-.066.129l-1.084 1.89a1.5 1.5 0 0 1-2.664-1.371l.066-.129l1.084-1.89a1.5 1.5 0 0 1 2.049-.55m10.712.303a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24 9.495c-4.26 0-7.975 3.448-7.975 8.21c0 .755-.656 1.348-1.407 1.348h-1.42c-2.595 0-4.698 2.113-4.698 4.72c0 2.608 2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.721s-2.102-4.722-4.697-4.722h-1.42c-.751 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.21-7.975-8.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.068 35.12a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24.001 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.384 7.365h-2.661q.111.267.113.573a1.5 1.5 0 1 1-2.887-.573l-11.76.001l-.04.094l-.066.128l-3.5 6.063a1.5 1.5 0 0 1-2.664-1.372l.066-.129l2.762-4.785h-.592c-4.079 0-7.385-3.297-7.385-7.365s3.306-7.365 7.385-7.365h.16C14.072 11.161 17.664 7 24 7m-.646 26.317a1.5 1.5 0 0 1 .615 1.92l-.066.129l-1.084 1.89a1.5 1.5 0 0 1-2.664-1.371l.066-.129l1.084-1.89a1.5 1.5 0 0 1 2.049-.55m10.712.303a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M24 9.495c-4.26 0-7.975 3.448-7.975 8.21c0 .755-.656 1.348-1.407 1.348h-1.42c-2.595 0-4.698 2.113-4.698 4.72c0 2.608 2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.721s-2.102-4.722-4.697-4.722h-1.42c-.751 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.21-7.975-8.21"/></svg>
</template>

CSS

.icon-weather-rain-snow-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.068%2035.12a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M24.001%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.384%207.365h-2.661q.111.267.113.573a1.5%201.5%200%201%201-2.887-.573l-11.76.001l-.04.094l-.066.128l-3.5%206.063a1.5%201.5%200%200%201-2.664-1.372l.066-.129l2.762-4.785h-.592c-4.079%200-7.385-3.297-7.385-7.365s3.306-7.365%207.385-7.365h.16C14.072%2011.161%2017.664%207%2024%207m-.646%2026.317a1.5%201.5%200%200%201%20.615%201.92l-.066.129l-1.084%201.89a1.5%201.5%200%200%201-2.664-1.371l.066-.129l1.084-1.89a1.5%201.5%200%200%201%202.049-.55m10.712.303a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M24%209.495c-4.26%200-7.975%203.448-7.975%208.21c0%20.755-.656%201.348-1.407%201.348h-1.42c-2.595%200-4.698%202.113-4.698%204.72c0%202.608%202.103%204.722%204.697%204.722h21.606c2.594%200%204.697-2.114%204.697-4.721s-2.102-4.722-4.697-4.722h-1.42c-.751%200-1.408-.592-1.408-1.346c0-4.824-3.714-8.21-7.975-8.21%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%22M29.068%2035.12a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M24.001%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.384%207.365h-2.661q.111.267.113.573a1.5%201.5%200%201%201-2.887-.573l-11.76.001l-.04.094l-.066.128l-3.5%206.063a1.5%201.5%200%200%201-2.664-1.372l.066-.129l2.762-4.785h-.592c-4.079%200-7.385-3.297-7.385-7.365s3.306-7.365%207.385-7.365h.16C14.072%2011.161%2017.664%207%2024%207m-.646%2026.317a1.5%201.5%200%200%201%20.615%201.92l-.066.129l-1.084%201.89a1.5%201.5%200%200%201-2.664-1.371l.066-.129l1.084-1.89a1.5%201.5%200%200%201%202.049-.55m10.712.303a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M24%209.495c-4.26%200-7.975%203.448-7.975%208.21c0%20.755-.656%201.348-1.407%201.348h-1.42c-2.595%200-4.698%202.113-4.698%204.72c0%202.608%202.103%204.722%204.697%204.722h21.606c2.594%200%204.697-2.114%204.697-4.721s-2.102-4.722-4.697-4.722h-1.42c-.751%200-1.408-.592-1.408-1.346c0-4.824-3.714-8.21-7.975-8.21%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-regular.svg?color=%231a73e8&size=48