Rainy Snow icon

Rainy Snow is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

rainy_snow_outlined_fill0_wght400.svg

Rainy Snow icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=rainy_snow" />

<span class="material-symbols-outlined">rainy_snow</span>

Rainy Snow icon in React

// With the font from the HTML tab:
export function RainySnowIcon() {
  return (
    <span className="material-symbols-outlined">
      rainy_snow
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import RainySnowIcon from "@material-symbols/svg-400/outlined/rainy_snow.svg?react";

Rainy Snow icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">rainy_snow</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import RainySnowIcon from "@material-symbols/svg-400/outlined/rainy_snow.svg?component"; -->

Rainy Snow icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">rainy_snow</mat-icon>

Rainy Snow icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.rainy_snow, fill: 0, weight: 400)

Rainy Snow icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/rainy_snow.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.325 18.675q-.275 .15-.575 .038T7.325 18.325l-1.5-3q-.125-.275-.037-.575t.362-.425q.275-.125 .588-.037T7.175 14.65l1.5 3q.125 .275 .025 .575t-.375 .45Zm9 0q-.275 .15-.575 .038T16.325 18.325L11.825 9.325q-.125-.275-.037-.575t.362-.425q.275-.125 .588-.037T13.175 8.65l4.5 9q.125 .275 .025 .575t-.375 .45Zm-5.112-.137Q12 18.325 12 18t.213-.537Q12.425 17.25 12.75 17.25t.538 .213Q13.5 17.675 13.5 18t-.212 .538Q13.075 18.75 12.75 18.75t-.537-.212ZM22.325 18.675q-.275 .15-.575 .038T21.325 18.325l-.5-1q-.125-.275-.037-.575t.362-.425q.275-.125 .588-.037T22.175 16.65l.5 1q.125 .275 .025 .575t-.375 .45ZM11.325 15.675q-.275 .15-.575 .05t-.425-.375L5.825 6.35q-.125-.275-.037-.587T6.15 5.325q.275-.125 .588-.037T7.175 5.65l4.5 9q.125 .275 .025 .575t-.375 .45Zm8.138-1.137Q19.25 14.325 19.25 14t.213-.537Q19.675 13.25 20 13.25t.538 .213Q20.75 13.675 20.75 14t-.212 .538Q20.325 14.75 20 14.75t-.537-.212Zm-15-2Q4.25 12.325 4.25 12t.213-.537Q4.675 11.25 5 11.25t.538 .213Q5.75 11.675 5.75 12t-.212 .538Q5.325 12.75 5 12.75t-.537-.212ZM18.825 11.675q-.275 .15-.562 .038T17.825 11.325L15.325 6.325q-.125-.275-.037-.575t.362-.425q.275-.125 .588-.037T16.675 5.65l2.5 5q.125 .275 .025 .575t-.375 .45Zm-15-2q-.275 .15-.575 .05t-.425-.375L1.325 6.35q-.125-.275-.037-.587T1.65 5.325q.275-.125 .588-.037T2.675 5.65l1.5 3q.125 .275 .025 .575t-.375 .45Zm6.888-3.137Q10.5 6.325 10.5 6t.213-.537Q10.925 5.25 11.25 5.25t.538 .213Q12 5.675 12 6t-.212 .538Q11.575 6.75 11.25 6.75t-.537-.212Z" />
</vector>

Rainy Snow icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/rainy_snow.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/rainy_snow.svg" width="24" height="24" alt="Rainy Snow">

Rainy Snow icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameRainy Snow
Ligaturerainy_snow
Code pointU+F61D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/rainy_snow.svg, rainy_snow-fill.svg
FlutterSymbols.rainy_snow
LicenseApache License 2.0 (© Google LLC)

Keywords

socialclimateweathertemperaturenaturecloudskyforecastdropletcoldwinterrainmeteorology

Related icons