weather sunny high icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather sunny high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c.69 0 1.25.56 1.25 1.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.69.56-1.25 1.25-1.25m0 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-5.5 8a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m6.75 11.25a1.25 1.25 0 1 0-2.5 0v1.5a1.25 1.25 0 0 0 2.5 0zM11.25 16a1.25 1.25 0 0 0 0 2.5h1.5a1.25 1.25 0 1 0 0-2.5zM34 17.25c0-.69.56-1.25 1.25-1.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5c-.69 0-1.25-.56-1.25-1.25m-20.134-5.616a1.25 1.25 0 0 0 1.768-1.768l-1.5-1.5a1.25 1.25 0 1 0-1.768 1.768zm1.768 12.732a1.25 1.25 0 0 0-1.768 0l-1.5 1.5a1.25 1.25 0 1 0 1.768 1.768l1.5-1.5a1.25 1.25 0 0 0 0-1.768m18.5-12.732a1.25 1.25 0 0 1-1.768-1.768l1.5-1.5a1.25 1.25 0 1 1 1.768 1.768zm-1.768 12.732a1.25 1.25 0 0 1 1.768 0l1.5 1.5a1.25 1.25 0 1 1-1.768 1.768l-1.5-1.5a1.25 1.25 0 0 1 0-1.768M6.05 43.71a1.25 1.25 0 0 1-1.76-.16c-.343-.411-.265-1.407.164-1.763l.007-.006l.021-.018l.076-.06q.096-.078.275-.212c.238-.178.584-.427 1.034-.723c.9-.592 2.214-1.373 3.899-2.153A33.9 33.9 0 0 1 24 35.5a33.9 33.9 0 0 1 14.234 3.115c1.685.78 3 1.561 3.899 2.153a21 21 0 0 1 1.31.935l.075.06l.029.024l.003.002s.84.88.16 1.762c-.442.53-1.23.6-1.76.159l-.01-.007l-.05-.04l-.22-.17c-.2-.15-.506-.37-.911-.636a28 28 0 0 0-3.574-1.972A31.4 31.4 0 0 0 24 38a31.4 31.4 0 0 0-13.184 2.885a28 28 0 0 0-3.574 1.972a19 19 0 0 0-1.132.806l-.05.04z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSunnyHigh48Regular(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 4c.69 0 1.25.56 1.25 1.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.69.56-1.25 1.25-1.25m0 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-5.5 8a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m6.75 11.25a1.25 1.25 0 1 0-2.5 0v1.5a1.25 1.25 0 0 0 2.5 0zM11.25 16a1.25 1.25 0 0 0 0 2.5h1.5a1.25 1.25 0 1 0 0-2.5zM34 17.25c0-.69.56-1.25 1.25-1.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5c-.69 0-1.25-.56-1.25-1.25m-20.134-5.616a1.25 1.25 0 0 0 1.768-1.768l-1.5-1.5a1.25 1.25 0 1 0-1.768 1.768zm1.768 12.732a1.25 1.25 0 0 0-1.768 0l-1.5 1.5a1.25 1.25 0 1 0 1.768 1.768l1.5-1.5a1.25 1.25 0 0 0 0-1.768m18.5-12.732a1.25 1.25 0 0 1-1.768-1.768l1.5-1.5a1.25 1.25 0 1 1 1.768 1.768zm-1.768 12.732a1.25 1.25 0 0 1 1.768 0l1.5 1.5a1.25 1.25 0 1 1-1.768 1.768l-1.5-1.5a1.25 1.25 0 0 1 0-1.768M6.05 43.71a1.25 1.25 0 0 1-1.76-.16c-.343-.411-.265-1.407.164-1.763l.007-.006l.021-.018l.076-.06q.096-.078.275-.212c.238-.178.584-.427 1.034-.723c.9-.592 2.214-1.373 3.899-2.153A33.9 33.9 0 0 1 24 35.5a33.9 33.9 0 0 1 14.234 3.115c1.685.78 3 1.561 3.899 2.153a21 21 0 0 1 1.31.935l.075.06l.029.024l.003.002s.84.88.16 1.762c-.442.53-1.23.6-1.76.159l-.01-.007l-.05-.04l-.22-.17c-.2-.15-.506-.37-.911-.636a28 28 0 0 0-3.574-1.972A31.4 31.4 0 0 0 24 38a31.4 31.4 0 0 0-13.184 2.885a28 28 0 0 0-3.574 1.972a19 19 0 0 0-1.132.806l-.05.04z"/></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 4c.69 0 1.25.56 1.25 1.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.69.56-1.25 1.25-1.25m0 6a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-5.5 8a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m6.75 11.25a1.25 1.25 0 1 0-2.5 0v1.5a1.25 1.25 0 0 0 2.5 0zM11.25 16a1.25 1.25 0 0 0 0 2.5h1.5a1.25 1.25 0 1 0 0-2.5zM34 17.25c0-.69.56-1.25 1.25-1.25h1.5a1.25 1.25 0 1 1 0 2.5h-1.5c-.69 0-1.25-.56-1.25-1.25m-20.134-5.616a1.25 1.25 0 0 0 1.768-1.768l-1.5-1.5a1.25 1.25 0 1 0-1.768 1.768zm1.768 12.732a1.25 1.25 0 0 0-1.768 0l-1.5 1.5a1.25 1.25 0 1 0 1.768 1.768l1.5-1.5a1.25 1.25 0 0 0 0-1.768m18.5-12.732a1.25 1.25 0 0 1-1.768-1.768l1.5-1.5a1.25 1.25 0 1 1 1.768 1.768zm-1.768 12.732a1.25 1.25 0 0 1 1.768 0l1.5 1.5a1.25 1.25 0 1 1-1.768 1.768l-1.5-1.5a1.25 1.25 0 0 1 0-1.768M6.05 43.71a1.25 1.25 0 0 1-1.76-.16c-.343-.411-.265-1.407.164-1.763l.007-.006l.021-.018l.076-.06q.096-.078.275-.212c.238-.178.584-.427 1.034-.723c.9-.592 2.214-1.373 3.899-2.153A33.9 33.9 0 0 1 24 35.5a33.9 33.9 0 0 1 14.234 3.115c1.685.78 3 1.561 3.899 2.153a21 21 0 0 1 1.31.935l.075.06l.029.024l.003.002s.84.88.16 1.762c-.442.53-1.23.6-1.76.159l-.01-.007l-.05-.04l-.22-.17c-.2-.15-.506-.37-.911-.636a28 28 0 0 0-3.574-1.972A31.4 31.4 0 0 0 24 38a31.4 31.4 0 0 0-13.184 2.885a28 28 0 0 0-3.574 1.972a19 19 0 0 0-1.132.806l-.05.04z"/></svg>
</template>

CSS

.icon-weather-sunny-high-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%22M24%204c.69%200%201.25.56%201.25%201.25v1.5a1.25%201.25%200%201%201-2.5%200v-1.5c0-.69.56-1.25%201.25-1.25m0%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-5.5%208a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m6.75%2011.25a1.25%201.25%200%201%200-2.5%200v1.5a1.25%201.25%200%200%200%202.5%200zM11.25%2016a1.25%201.25%200%200%200%200%202.5h1.5a1.25%201.25%200%201%200%200-2.5zM34%2017.25c0-.69.56-1.25%201.25-1.25h1.5a1.25%201.25%200%201%201%200%202.5h-1.5c-.69%200-1.25-.56-1.25-1.25m-20.134-5.616a1.25%201.25%200%200%200%201.768-1.768l-1.5-1.5a1.25%201.25%200%201%200-1.768%201.768zm1.768%2012.732a1.25%201.25%200%200%200-1.768%200l-1.5%201.5a1.25%201.25%200%201%200%201.768%201.768l1.5-1.5a1.25%201.25%200%200%200%200-1.768m18.5-12.732a1.25%201.25%200%200%201-1.768-1.768l1.5-1.5a1.25%201.25%200%201%201%201.768%201.768zm-1.768%2012.732a1.25%201.25%200%200%201%201.768%200l1.5%201.5a1.25%201.25%200%201%201-1.768%201.768l-1.5-1.5a1.25%201.25%200%200%201%200-1.768M6.05%2043.71a1.25%201.25%200%200%201-1.76-.16c-.343-.411-.265-1.407.164-1.763l.007-.006l.021-.018l.076-.06q.096-.078.275-.212c.238-.178.584-.427%201.034-.723c.9-.592%202.214-1.373%203.899-2.153A33.9%2033.9%200%200%201%2024%2035.5a33.9%2033.9%200%200%201%2014.234%203.115c1.685.78%203%201.561%203.899%202.153a21%2021%200%200%201%201.31.935l.075.06l.029.024l.003.002s.84.88.16%201.762c-.442.53-1.23.6-1.76.159l-.01-.007l-.05-.04l-.22-.17c-.2-.15-.506-.37-.911-.636a28%2028%200%200%200-3.574-1.972A31.4%2031.4%200%200%200%2024%2038a31.4%2031.4%200%200%200-13.184%202.885a28%2028%200%200%200-3.574%201.972a19%2019%200%200%200-1.132.806l-.05.04z%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%204c.69%200%201.25.56%201.25%201.25v1.5a1.25%201.25%200%201%201-2.5%200v-1.5c0-.69.56-1.25%201.25-1.25m0%206a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-5.5%208a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m6.75%2011.25a1.25%201.25%200%201%200-2.5%200v1.5a1.25%201.25%200%200%200%202.5%200zM11.25%2016a1.25%201.25%200%200%200%200%202.5h1.5a1.25%201.25%200%201%200%200-2.5zM34%2017.25c0-.69.56-1.25%201.25-1.25h1.5a1.25%201.25%200%201%201%200%202.5h-1.5c-.69%200-1.25-.56-1.25-1.25m-20.134-5.616a1.25%201.25%200%200%200%201.768-1.768l-1.5-1.5a1.25%201.25%200%201%200-1.768%201.768zm1.768%2012.732a1.25%201.25%200%200%200-1.768%200l-1.5%201.5a1.25%201.25%200%201%200%201.768%201.768l1.5-1.5a1.25%201.25%200%200%200%200-1.768m18.5-12.732a1.25%201.25%200%200%201-1.768-1.768l1.5-1.5a1.25%201.25%200%201%201%201.768%201.768zm-1.768%2012.732a1.25%201.25%200%200%201%201.768%200l1.5%201.5a1.25%201.25%200%201%201-1.768%201.768l-1.5-1.5a1.25%201.25%200%200%201%200-1.768M6.05%2043.71a1.25%201.25%200%200%201-1.76-.16c-.343-.411-.265-1.407.164-1.763l.007-.006l.021-.018l.076-.06q.096-.078.275-.212c.238-.178.584-.427%201.034-.723c.9-.592%202.214-1.373%203.899-2.153A33.9%2033.9%200%200%201%2024%2035.5a33.9%2033.9%200%200%201%2014.234%203.115c1.685.78%203%201.561%203.899%202.153a21%2021%200%200%201%201.31.935l.075.06l.029.024l.003.002s.84.88.16%201.762c-.442.53-1.23.6-1.76.159l-.01-.007l-.05-.04l-.22-.17c-.2-.15-.506-.37-.911-.636a28%2028%200%200%200-3.574-1.972A31.4%2031.4%200%200%200%2024%2038a31.4%2031.4%200%200%200-13.184%202.885a28%2028%200%200%200-3.574%201.972a19%2019%200%200%200-1.132.806l-.05.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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