weather sunny high icon

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

Name
weather-sunny-high-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 12 2M8 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4.75 5.75a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0zM5.75 8a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17 8.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M6.72 5.78a.75.75 0 0 0 1.06-1.06l-.5-.5a.75.75 0 0 0-1.06 1.06zm1.06 6.44a.75.75 0 0 0-1.06 0l-.5.5a.75.75 0 1 0 1.06 1.06l.5-.5a.75.75 0 0 0 0-1.06m9.5-6.44a.75.75 0 1 1-1.06-1.06l.5-.5a.75.75 0 1 1 1.06 1.06zm-1.06 6.44a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 1 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06M3.218 21.836a.75.75 0 0 1-1.054-.117c-.408-.51.119-1.055.119-1.055v-.002l.016-.011a4 4 0 0 1 .183-.137c.124-.09.303-.215.534-.364c.463-.297 1.134-.69 1.982-1.081C6.693 18.287 9.114 17.5 12 17.5s5.307.787 7.002 1.569a16 16 0 0 1 1.982 1.081a12 12 0 0 1 .717.5l.012.01l.003.003l.003.001a.75.75 0 0 1-.937 1.172l-.005-.004l-.025-.02l-.114-.084c-.103-.074-.26-.183-.465-.316a15 15 0 0 0-1.8-.981C16.818 19.713 14.614 19 12 19s-4.818.713-6.373 1.431c-.776.358-1.387.716-1.8.981a10 10 0 0 0-.579.4l-.025.02z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSunnyHigh24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 12 2M8 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4.75 5.75a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0zM5.75 8a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17 8.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M6.72 5.78a.75.75 0 0 0 1.06-1.06l-.5-.5a.75.75 0 0 0-1.06 1.06zm1.06 6.44a.75.75 0 0 0-1.06 0l-.5.5a.75.75 0 1 0 1.06 1.06l.5-.5a.75.75 0 0 0 0-1.06m9.5-6.44a.75.75 0 1 1-1.06-1.06l.5-.5a.75.75 0 1 1 1.06 1.06zm-1.06 6.44a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 1 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06M3.218 21.836a.75.75 0 0 1-1.054-.117c-.408-.51.119-1.055.119-1.055v-.002l.016-.011a4 4 0 0 1 .183-.137c.124-.09.303-.215.534-.364c.463-.297 1.134-.69 1.982-1.081C6.693 18.287 9.114 17.5 12 17.5s5.307.787 7.002 1.569a16 16 0 0 1 1.982 1.081a12 12 0 0 1 .717.5l.012.01l.003.003l.003.001a.75.75 0 0 1-.937 1.172l-.005-.004l-.025-.02l-.114-.084c-.103-.074-.26-.183-.465-.316a15 15 0 0 0-1.8-.981C16.818 19.713 14.614 19 12 19s-4.818.713-6.373 1.431c-.776.358-1.387.716-1.8.981a10 10 0 0 0-.579.4l-.025.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5A.75.75 0 0 1 12 2M8 9a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4.75 5.75a.75.75 0 0 0-1.5 0v.5a.75.75 0 0 0 1.5 0zM5.75 8a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17 8.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M6.72 5.78a.75.75 0 0 0 1.06-1.06l-.5-.5a.75.75 0 0 0-1.06 1.06zm1.06 6.44a.75.75 0 0 0-1.06 0l-.5.5a.75.75 0 1 0 1.06 1.06l.5-.5a.75.75 0 0 0 0-1.06m9.5-6.44a.75.75 0 1 1-1.06-1.06l.5-.5a.75.75 0 1 1 1.06 1.06zm-1.06 6.44a.75.75 0 0 1 1.06 0l.5.5a.75.75 0 1 1-1.06 1.06l-.5-.5a.75.75 0 0 1 0-1.06M3.218 21.836a.75.75 0 0 1-1.054-.117c-.408-.51.119-1.055.119-1.055v-.002l.016-.011a4 4 0 0 1 .183-.137c.124-.09.303-.215.534-.364c.463-.297 1.134-.69 1.982-1.081C6.693 18.287 9.114 17.5 12 17.5s5.307.787 7.002 1.569a16 16 0 0 1 1.982 1.081a12 12 0 0 1 .717.5l.012.01l.003.003l.003.001a.75.75 0 0 1-.937 1.172l-.005-.004l-.025-.02l-.114-.084c-.103-.074-.26-.183-.465-.316a15 15 0 0 0-1.8-.981C16.818 19.713 14.614 19 12 19s-4.818.713-6.373 1.431c-.776.358-1.387.716-1.8.981a10 10 0 0 0-.579.4l-.025.02z"/></svg>
</template>

CSS

.icon-weather-sunny-high-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200v-.5A.75.75%200%200%201%2012%202M8%209a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4.75%205.75a.75.75%200%200%200-1.5%200v.5a.75.75%200%200%200%201.5%200zM5.75%208a.75.75%200%200%200%200%201.5h.5a.75.75%200%200%200%200-1.5zM17%208.75a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75M6.72%205.78a.75.75%200%200%200%201.06-1.06l-.5-.5a.75.75%200%200%200-1.06%201.06zm1.06%206.44a.75.75%200%200%200-1.06%200l-.5.5a.75.75%200%201%200%201.06%201.06l.5-.5a.75.75%200%200%200%200-1.06m9.5-6.44a.75.75%200%201%201-1.06-1.06l.5-.5a.75.75%200%201%201%201.06%201.06zm-1.06%206.44a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%201%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06M3.218%2021.836a.75.75%200%200%201-1.054-.117c-.408-.51.119-1.055.119-1.055v-.002l.016-.011a4%204%200%200%201%20.183-.137c.124-.09.303-.215.534-.364c.463-.297%201.134-.69%201.982-1.081C6.693%2018.287%209.114%2017.5%2012%2017.5s5.307.787%207.002%201.569a16%2016%200%200%201%201.982%201.081a12%2012%200%200%201%20.717.5l.012.01l.003.003l.003.001a.75.75%200%200%201-.937%201.172l-.005-.004l-.025-.02l-.114-.084c-.103-.074-.26-.183-.465-.316a15%2015%200%200%200-1.8-.981C16.818%2019.713%2014.614%2019%2012%2019s-4.818.713-6.373%201.431c-.776.358-1.387.716-1.8.981a10%2010%200%200%200-.579.4l-.025.02z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200v-.5A.75.75%200%200%201%2012%202M8%209a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4.75%205.75a.75.75%200%200%200-1.5%200v.5a.75.75%200%200%200%201.5%200zM5.75%208a.75.75%200%200%200%200%201.5h.5a.75.75%200%200%200%200-1.5zM17%208.75a.75.75%200%200%201%20.75-.75h.5a.75.75%200%200%201%200%201.5h-.5a.75.75%200%200%201-.75-.75M6.72%205.78a.75.75%200%200%200%201.06-1.06l-.5-.5a.75.75%200%200%200-1.06%201.06zm1.06%206.44a.75.75%200%200%200-1.06%200l-.5.5a.75.75%200%201%200%201.06%201.06l.5-.5a.75.75%200%200%200%200-1.06m9.5-6.44a.75.75%200%201%201-1.06-1.06l.5-.5a.75.75%200%201%201%201.06%201.06zm-1.06%206.44a.75.75%200%200%201%201.06%200l.5.5a.75.75%200%201%201-1.06%201.06l-.5-.5a.75.75%200%200%201%200-1.06M3.218%2021.836a.75.75%200%200%201-1.054-.117c-.408-.51.119-1.055.119-1.055v-.002l.016-.011a4%204%200%200%201%20.183-.137c.124-.09.303-.215.534-.364c.463-.297%201.134-.69%201.982-1.081C6.693%2018.287%209.114%2017.5%2012%2017.5s5.307.787%207.002%201.569a16%2016%200%200%201%201.982%201.081a12%2012%200%200%201%20.717.5l.012.01l.003.003l.003.001a.75.75%200%200%201-.937%201.172l-.005-.004l-.025-.02l-.114-.084c-.103-.074-.26-.183-.465-.316a15%2015%200%200%200-1.8-.981C16.818%2019.713%2014.614%2019%2012%2019s-4.818.713-6.373%201.431c-.776.358-1.387.716-1.8.981a10%2010%200%200%200-.579.4l-.025.02z%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-24-filled.svg?color=%231a73e8&size=48