weather sunny low icon

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

Name
weather-sunny-low-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the weather sunny low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13.08c6.03 0 10.92 4.89 10.92 10.92q-.002 1.026-.184 2h8.014a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 0 1 0-2.5h8.013a11 11 0 0 1-.183-2c0-6.03 4.89-10.92 10.92-10.92M11.506 9.804l.101.091l2.148 2.148a1.25 1.25 0 0 1-1.666 1.859l-.102-.091l-2.148-2.148a1.25 1.25 0 0 1 1.666-1.859m26.638.091a1.25 1.25 0 0 1 .091 1.666l-.091.102l-2.148 2.148a1.25 1.25 0 0 1-1.859-1.666l.091-.102l2.148-2.148a1.25 1.25 0 0 1 1.768 0M24 3.997c.648 0 1.18.492 1.244 1.122l.006.128v3.038a1.25 1.25 0 0 1-2.493.127l-.007-.127V5.247c0-.69.56-1.25 1.25-1.25M21.25 38a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 0 0 0-2.5zM12 33.25c0-.69.56-1.25 1.25-1.25h21.5a1.25 1.25 0 1 1 0 2.5h-21.5c-.69 0-1.25-.56-1.25-1.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSunnyLow48Filled(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="M24 13.08c6.03 0 10.92 4.89 10.92 10.92q-.002 1.026-.184 2h8.014a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 0 1 0-2.5h8.013a11 11 0 0 1-.183-2c0-6.03 4.89-10.92 10.92-10.92M11.506 9.804l.101.091l2.148 2.148a1.25 1.25 0 0 1-1.666 1.859l-.102-.091l-2.148-2.148a1.25 1.25 0 0 1 1.666-1.859m26.638.091a1.25 1.25 0 0 1 .091 1.666l-.091.102l-2.148 2.148a1.25 1.25 0 0 1-1.859-1.666l.091-.102l2.148-2.148a1.25 1.25 0 0 1 1.768 0M24 3.997c.648 0 1.18.492 1.244 1.122l.006.128v3.038a1.25 1.25 0 0 1-2.493.127l-.007-.127V5.247c0-.69.56-1.25 1.25-1.25M21.25 38a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 0 0 0-2.5zM12 33.25c0-.69.56-1.25 1.25-1.25h21.5a1.25 1.25 0 1 1 0 2.5h-21.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13.08c6.03 0 10.92 4.89 10.92 10.92q-.002 1.026-.184 2h8.014a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 0 1 0-2.5h8.013a11 11 0 0 1-.183-2c0-6.03 4.89-10.92 10.92-10.92M11.506 9.804l.101.091l2.148 2.148a1.25 1.25 0 0 1-1.666 1.859l-.102-.091l-2.148-2.148a1.25 1.25 0 0 1 1.666-1.859m26.638.091a1.25 1.25 0 0 1 .091 1.666l-.091.102l-2.148 2.148a1.25 1.25 0 0 1-1.859-1.666l.091-.102l2.148-2.148a1.25 1.25 0 0 1 1.768 0M24 3.997c.648 0 1.18.492 1.244 1.122l.006.128v3.038a1.25 1.25 0 0 1-2.493.127l-.007-.127V5.247c0-.69.56-1.25 1.25-1.25M21.25 38a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 0 0 0-2.5zM12 33.25c0-.69.56-1.25 1.25-1.25h21.5a1.25 1.25 0 1 1 0 2.5h-21.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
</template>

CSS

.icon-weather-sunny-low-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%22M24%2013.08c6.03%200%2010.92%204.89%2010.92%2010.92q-.002%201.026-.184%202h8.014a1.25%201.25%200%201%201%200%202.5H5.25a1.25%201.25%200%200%201%200-2.5h8.013a11%2011%200%200%201-.183-2c0-6.03%204.89-10.92%2010.92-10.92M11.506%209.804l.101.091l2.148%202.148a1.25%201.25%200%200%201-1.666%201.859l-.102-.091l-2.148-2.148a1.25%201.25%200%200%201%201.666-1.859m26.638.091a1.25%201.25%200%200%201%20.091%201.666l-.091.102l-2.148%202.148a1.25%201.25%200%200%201-1.859-1.666l.091-.102l2.148-2.148a1.25%201.25%200%200%201%201.768%200M24%203.997c.648%200%201.18.492%201.244%201.122l.006.128v3.038a1.25%201.25%200%200%201-2.493.127l-.007-.127V5.247c0-.69.56-1.25%201.25-1.25M21.25%2038a1.25%201.25%200%201%200%200%202.5h5.5a1.25%201.25%200%200%200%200-2.5zM12%2033.25c0-.69.56-1.25%201.25-1.25h21.5a1.25%201.25%200%201%201%200%202.5h-21.5c-.69%200-1.25-.56-1.25-1.25%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%22M24%2013.08c6.03%200%2010.92%204.89%2010.92%2010.92q-.002%201.026-.184%202h8.014a1.25%201.25%200%201%201%200%202.5H5.25a1.25%201.25%200%200%201%200-2.5h8.013a11%2011%200%200%201-.183-2c0-6.03%204.89-10.92%2010.92-10.92M11.506%209.804l.101.091l2.148%202.148a1.25%201.25%200%200%201-1.666%201.859l-.102-.091l-2.148-2.148a1.25%201.25%200%200%201%201.666-1.859m26.638.091a1.25%201.25%200%200%201%20.091%201.666l-.091.102l-2.148%202.148a1.25%201.25%200%200%201-1.859-1.666l.091-.102l2.148-2.148a1.25%201.25%200%200%201%201.768%200M24%203.997c.648%200%201.18.492%201.244%201.122l.006.128v3.038a1.25%201.25%200%200%201-2.493.127l-.007-.127V5.247c0-.69.56-1.25%201.25-1.25M21.25%2038a1.25%201.25%200%201%200%200%202.5h5.5a1.25%201.25%200%200%200%200-2.5zM12%2033.25c0-.69.56-1.25%201.25-1.25h21.5a1.25%201.25%200%201%201%200%202.5h-21.5c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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