weather partly cloudy day icon

weather-partly-cloudy-day-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
weather-partly-cloudy-day-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather partly cloudy day icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.996 15.998c6.337 0 9.932 4.194 10.454 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.365-7.384 7.365H15.38c-4.077 0-7.383-3.298-7.383-7.365s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26M7.569 24.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.136-9.54c-3.801 1.22-6.509 4.091-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.342 1.43A7.883 7.883 0 0 1 21.705 14.65m-16.2-.671l.132.055l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.227m19.11-5.763a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherPartlyCloudyDay48Filled(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="M25.996 15.998c6.337 0 9.932 4.194 10.454 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.365-7.384 7.365H15.38c-4.077 0-7.383-3.298-7.383-7.365s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26M7.569 24.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.136-9.54c-3.801 1.22-6.509 4.091-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.342 1.43A7.883 7.883 0 0 1 21.705 14.65m-16.2-.671l.132.055l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.227m19.11-5.763a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.996 15.998c6.337 0 9.932 4.194 10.454 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.365-7.384 7.365H15.38c-4.077 0-7.383-3.298-7.383-7.365s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26M7.569 24.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.136-9.54c-3.801 1.22-6.509 4.091-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.342 1.43A7.883 7.883 0 0 1 21.705 14.65m-16.2-.671l.132.055l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.227m19.11-5.763a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg>
</template>

CSS

.icon-weather-partly-cloudy-day-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%22M25.996%2015.998c6.337%200%209.932%204.194%2010.454%209.26h.16c4.078%200%207.384%203.297%207.384%207.365s-3.306%207.365-7.384%207.365H15.38c-4.077%200-7.383-3.298-7.383-7.365s3.306-7.365%207.384-7.365h.16c.526-5.1%204.118-9.26%2010.455-9.26M7.569%2024.19a1.75%201.75%200%200%201-.499%202.3l-.142.09l-1.299.75a1.75%201.75%200%200%201-1.892-2.94l.142-.09l1.3-.75a1.75%201.75%200%200%201%202.39.64m14.136-9.54c-3.801%201.22-6.509%204.091-7.62%207.922l-.094.34l-.116.476l-.412.077a9.3%209.3%200%200%200-3.342%201.43A7.883%207.883%200%200%201%2021.705%2014.65m-16.2-.671l.132.055l1.36.634a1.75%201.75%200%200%201-1.347%203.227l-.132-.055l-1.36-.634a1.75%201.75%200%200%201%201.347-3.227m19.11-5.763a1.75%201.75%200%200%201%20.508%202.317l-.078.12l-.86%201.23a1.75%201.75%200%200%201-2.945-1.887l.078-.121l.86-1.229a1.75%201.75%200%200%201%202.438-.43m-10.291-.419l.065.156l.513%201.41a1.75%201.75%200%200%201-3.224%201.352l-.065-.156l-.513-1.41a1.75%201.75%200%200%201%203.224-1.352%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%22M25.996%2015.998c6.337%200%209.932%204.194%2010.454%209.26h.16c4.078%200%207.384%203.297%207.384%207.365s-3.306%207.365-7.384%207.365H15.38c-4.077%200-7.383-3.298-7.383-7.365s3.306-7.365%207.384-7.365h.16c.526-5.1%204.118-9.26%2010.455-9.26M7.569%2024.19a1.75%201.75%200%200%201-.499%202.3l-.142.09l-1.299.75a1.75%201.75%200%200%201-1.892-2.94l.142-.09l1.3-.75a1.75%201.75%200%200%201%202.39.64m14.136-9.54c-3.801%201.22-6.509%204.091-7.62%207.922l-.094.34l-.116.476l-.412.077a9.3%209.3%200%200%200-3.342%201.43A7.883%207.883%200%200%201%2021.705%2014.65m-16.2-.671l.132.055l1.36.634a1.75%201.75%200%200%201-1.347%203.227l-.132-.055l-1.36-.634a1.75%201.75%200%200%201%201.347-3.227m19.11-5.763a1.75%201.75%200%200%201%20.508%202.317l-.078.12l-.86%201.23a1.75%201.75%200%200%201-2.945-1.887l.078-.121l.86-1.229a1.75%201.75%200%200%201%202.438-.43m-10.291-.419l.065.156l.513%201.41a1.75%201.75%200%200%201-3.224%201.352l-.065-.156l-.513-1.41a1.75%201.75%200%200%201%203.224-1.352%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-partly-cloudy-day-48-filled.svg?color=%231a73e8&size=48