Partly Cloudy Day icon

Partly Cloudy Day 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

partly_cloudy_day_outlined_fill0_wght400.svg

Partly Cloudy Day 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=partly_cloudy_day" />

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

Partly Cloudy Day icon in React

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

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

Partly Cloudy Day icon in Vue

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

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

Partly Cloudy Day icon in Angular

With Angular Material and the font from the HTML tab:

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

Partly Cloudy Day 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.partly_cloudy_day, fill: 0, weight: 400)

Partly Cloudy Day icon in Android

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

<!-- res/drawable/partly_cloudy_day.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="M11.25 4.75v-3.75h1.5v3.75h-1.5Zm6.4 2.65-1.05-1.075 2.65-2.65 1.05 1.075-2.65 2.65Zm1.6 5.35v-1.5h3.75v1.5H19.25Zm.025 7.55L16.625 17.65l1.075-1.075 2.65 2.65-1.075 1.075ZM6.35 7.4 3.7 4.75l1.05-1.05 2.65 2.65-1.05 1.05Zm-.35 12.1h4.5q.833 0 1.417-.581Q12.5 18.337 12.5 17.506 12.5 16.675 11.931 16.075q-.569-.6-1.406-.6h-1.1l-.45-1.025q-.379-.894-1.19-1.422Q6.974 12.5 6 12.5q-1.458 0-2.479 1.019-1.021 1.019-1.021 2.475Q2.5 17.45 3.521 18.475q1.021 1.025 2.479 1.025Zm0 1.5q-2.075 0-3.537-1.462T1 16q0-2.075 1.463-3.537T6 11q1.444 0 2.634 .813T10.4 13.975q1.503 0 2.526 1.09Q13.95 16.155 13.95 17.675q-.125 1.4-1.101 2.363Q11.873 21 10.5 21H6Zm7.95-3.325q-.075-.384-.15-.75t-.15-.75q1.3-.5 2.075-1.638 .775-1.139 .775-2.533 0-1.879-1.312-3.191T12 7.5q-1.68 0-2.941 1.067Q7.799 9.634 7.575 11.275q-.4-.075-.787-.137T6 11q.35-2.2 2.063-3.6T12 6q2.5 0 4.25 1.75t1.75 4.259Q18 13.95 16.888 15.5T13.95 17.675Zm-1.925-5.675Z" />
</vector>

Partly Cloudy Day icon in SVG

npm install @material-symbols/svg-400

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

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

Partly Cloudy Day 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

NamePartly Cloudy Day
Ligaturepartly_cloudy_day
Code pointU+F172
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/partly_cloudy_day.svg, partly_cloudy_day-fill.svg
FlutterSymbols.partly_cloudy_day
LicenseApache License 2.0 (© Google LLC)

Keywords

socialclimateweathertemperaturenatureoutdoorcloudsunskyforecastatmospheremeteorologycondition

Related icons