Sunny Snowing icon

Sunny Snowing 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

sunny_snowing_outlined_fill0_wght400.svg

Sunny Snowing 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=sunny_snowing" />

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

Sunny Snowing icon in React

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

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

Sunny Snowing icon in Vue

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

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

Sunny Snowing icon in Angular

With Angular Material and the font from the HTML tab:

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

Sunny Snowing 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.sunny_snowing, fill: 0, weight: 400)

Sunny Snowing icon in Android

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

<!-- res/drawable/sunny_snowing.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="M1 13.5v-1.5h4v1.5H1Zm5.525-5.175L3.7 5.5l1.05-1.05 2.825 2.825-1.05 1.05Zm-1.237 10.259q-.288-.291-.288-.712t.291-.709q.291-.288 .713-.288t.709 .291q.287 .291 .287 .713t-.291 .709q-.291 .287-.712 .287t-.709-.291ZM7.25 13.5v-.75q0-1.971 1.39-3.36Q10.03 8 12.003 8q1.972 0 3.36 1.39Q16.75 10.779 16.75 12.75v.75h-1.5v-.75q0-1.354-.947-2.302-.947-.948-2.3-.948T9.7 10.448q-.95 .948-.95 2.302v.75h-1.5Zm1.038 9.209Q8 22.418 8 21.997t.291-.709q.291-.288 .713-.288t.709 .291Q10 21.582 10 22.004T9.709 22.713Q9.418 23 8.997 23T8.288 22.709Zm3-4.125q-.288-.291-.288-.712t.291-.709q.291-.288 .713-.288t.709 .291q.287 .291 .287 .713t-.291 .709q-.291 .287-.712 .287t-.709-.291ZM11.25 5.75v-4h1.5v4h-1.5ZM14.288 22.709Q14 22.418 14 21.997t.291-.709q.291-.288 .713-.288t.709 .291Q16 21.582 16 22.004T15.709 22.713Q15.418 23 14.997 23T14.288 22.709ZM17.45 8.35l-1.05-1.05 2.85-2.85 1.05 1.05-2.85 2.85Zm-.162 10.234q-.288-.291-.288-.712t.291-.709q.291-.288 .713-.288t.709 .291q.287 .291 .287 .713t-.291 .709q-.291 .287-.712 .287t-.709-.291ZM19 13.5v-1.5h4v1.5H19Zm-7 0Z" />
</vector>

Sunny Snowing icon in SVG

npm install @material-symbols/svg-400

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

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

Sunny Snowing 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

NameSunny Snowing
Ligaturesunny_snowing
Code pointU+E819
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sunny_snowing.svg, sunny_snowing-fill.svg
FlutterSymbols.sunny_snowing
LicenseApache License 2.0 (© Google LLC)

Keywords

socialiconreportclimateweathertemperatureclearnatureenvironmentsunskyforecastbright

Related icons