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

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

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the weather sunny icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.999 4.001c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25m.048 30.02c5.509 0 9.975-4.465 9.975-9.974s-4.466-9.976-9.975-9.976c-5.51 0-9.976 4.466-9.976 9.976c0 5.509 4.466 9.975 9.976 9.975m0-2.5a7.475 7.475 0 1 1 0-14.95a7.475 7.475 0 0 1 0 14.95m18.703-6.27a1.25 1.25 0 0 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM23.999 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25M7.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM9.366 9.365a1.25 1.25 0 0 1 1.768 0l2.5 2.5a1.25 1.25 0 1 1-1.768 1.768l-2.5-2.5a1.25 1.25 0 0 1 0-1.768m1.768 29.269a1.25 1.25 0 1 1-1.768-1.768l2.5-2.5a1.25 1.25 0 1 1 1.768 1.768zm27.5-29.269a1.25 1.25 0 0 0-1.767 0l-2.5 2.5a1.25 1.25 0 0 0 1.768 1.768l2.5-2.5a1.25 1.25 0 0 0 0-1.768m-1.767 29.269a1.25 1.25 0 1 0 1.768-1.768l-2.5-2.5a1.25 1.25 0 1 0-1.768 1.768z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSunny48Regular(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="M23.999 4.001c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25m.048 30.02c5.509 0 9.975-4.465 9.975-9.974s-4.466-9.976-9.975-9.976c-5.51 0-9.976 4.466-9.976 9.976c0 5.509 4.466 9.975 9.976 9.975m0-2.5a7.475 7.475 0 1 1 0-14.95a7.475 7.475 0 0 1 0 14.95m18.703-6.27a1.25 1.25 0 0 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM23.999 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25M7.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM9.366 9.365a1.25 1.25 0 0 1 1.768 0l2.5 2.5a1.25 1.25 0 1 1-1.768 1.768l-2.5-2.5a1.25 1.25 0 0 1 0-1.768m1.768 29.269a1.25 1.25 0 1 1-1.768-1.768l2.5-2.5a1.25 1.25 0 1 1 1.768 1.768zm27.5-29.269a1.25 1.25 0 0 0-1.767 0l-2.5 2.5a1.25 1.25 0 0 0 1.768 1.768l2.5-2.5a1.25 1.25 0 0 0 0-1.768m-1.767 29.269a1.25 1.25 0 1 0 1.768-1.768l-2.5-2.5a1.25 1.25 0 1 0-1.768 1.768z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.999 4.001c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25m.048 30.02c5.509 0 9.975-4.465 9.975-9.974s-4.466-9.976-9.975-9.976c-5.51 0-9.976 4.466-9.976 9.976c0 5.509 4.466 9.975 9.976 9.975m0-2.5a7.475 7.475 0 1 1 0-14.95a7.475 7.475 0 0 1 0 14.95m18.703-6.27a1.25 1.25 0 0 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM23.999 39c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25M7.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5zM9.366 9.365a1.25 1.25 0 0 1 1.768 0l2.5 2.5a1.25 1.25 0 1 1-1.768 1.768l-2.5-2.5a1.25 1.25 0 0 1 0-1.768m1.768 29.269a1.25 1.25 0 1 1-1.768-1.768l2.5-2.5a1.25 1.25 0 1 1 1.768 1.768zm27.5-29.269a1.25 1.25 0 0 0-1.767 0l-2.5 2.5a1.25 1.25 0 0 0 1.768 1.768l2.5-2.5a1.25 1.25 0 0 0 0-1.768m-1.767 29.269a1.25 1.25 0 1 0 1.768-1.768l-2.5-2.5a1.25 1.25 0 1 0-1.768 1.768z"/></svg>
</template>

CSS

.icon-weather-sunny-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%22M23.999%204.001c.69%200%201.25.56%201.25%201.25v2.5a1.25%201.25%200%200%201-2.5%200v-2.5c0-.69.56-1.25%201.25-1.25m.048%2030.02c5.509%200%209.975-4.465%209.975-9.974s-4.466-9.976-9.975-9.976c-5.51%200-9.976%204.466-9.976%209.976c0%205.509%204.466%209.975%209.976%209.975m0-2.5a7.475%207.475%200%201%201%200-14.95a7.475%207.475%200%200%201%200%2014.95m18.703-6.27a1.25%201.25%200%200%200%200-2.5h-2.5a1.25%201.25%200%200%200%200%202.5zM23.999%2039c.69%200%201.25.56%201.25%201.25v2.5a1.25%201.25%200%200%201-2.5%200v-2.5c0-.69.56-1.25%201.25-1.25M7.75%2025.25a1.25%201.25%200%201%200%200-2.5h-2.5a1.25%201.25%200%200%200%200%202.5zM9.366%209.365a1.25%201.25%200%200%201%201.768%200l2.5%202.5a1.25%201.25%200%201%201-1.768%201.768l-2.5-2.5a1.25%201.25%200%200%201%200-1.768m1.768%2029.269a1.25%201.25%200%201%201-1.768-1.768l2.5-2.5a1.25%201.25%200%201%201%201.768%201.768zm27.5-29.269a1.25%201.25%200%200%200-1.767%200l-2.5%202.5a1.25%201.25%200%200%200%201.768%201.768l2.5-2.5a1.25%201.25%200%200%200%200-1.768m-1.767%2029.269a1.25%201.25%200%201%200%201.768-1.768l-2.5-2.5a1.25%201.25%200%201%200-1.768%201.768z%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%22M23.999%204.001c.69%200%201.25.56%201.25%201.25v2.5a1.25%201.25%200%200%201-2.5%200v-2.5c0-.69.56-1.25%201.25-1.25m.048%2030.02c5.509%200%209.975-4.465%209.975-9.974s-4.466-9.976-9.975-9.976c-5.51%200-9.976%204.466-9.976%209.976c0%205.509%204.466%209.975%209.976%209.975m0-2.5a7.475%207.475%200%201%201%200-14.95a7.475%207.475%200%200%201%200%2014.95m18.703-6.27a1.25%201.25%200%200%200%200-2.5h-2.5a1.25%201.25%200%200%200%200%202.5zM23.999%2039c.69%200%201.25.56%201.25%201.25v2.5a1.25%201.25%200%200%201-2.5%200v-2.5c0-.69.56-1.25%201.25-1.25M7.75%2025.25a1.25%201.25%200%201%200%200-2.5h-2.5a1.25%201.25%200%200%200%200%202.5zM9.366%209.365a1.25%201.25%200%200%201%201.768%200l2.5%202.5a1.25%201.25%200%201%201-1.768%201.768l-2.5-2.5a1.25%201.25%200%200%201%200-1.768m1.768%2029.269a1.25%201.25%200%201%201-1.768-1.768l2.5-2.5a1.25%201.25%200%201%201%201.768%201.768zm27.5-29.269a1.25%201.25%200%200%200-1.767%200l-2.5%202.5a1.25%201.25%200%200%200%201.768%201.768l2.5-2.5a1.25%201.25%200%200%200%200-1.768m-1.767%2029.269a1.25%201.25%200%201%200%201.768-1.768l-2.5-2.5a1.25%201.25%200%201%200-1.768%201.768z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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