Weather Moon Off icon

Used to represent current weather. The Weather Moon Off icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Weather Moon Off icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { WeatherMoonOff24Regular, WeatherMoonOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <WeatherMoonOff24Regular aria-label="Weather Moon Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_weather_moon_off_24_regular.svg" width="24" height="24" alt="Weather Moon Off">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.28034 2.21968C2.98745 1.92678 2.51257 1.92677 2.21968 2.21966C1.92678 2.51255 1.92677 2.98743 2.21966 3.28032L10.4125 11.4733C9.23612 13.6704 7.22138 15.214 3.49418 16.5481C3.03059 16.714 2.84994 17.274 3.12921 17.6796C3.96449 18.8925 5.06117 19.91 6.36388 20.6621C10.281 22.9237 15.092 22.2344 18.2229 19.2839L20.7194 21.7805C21.0123 22.0734 21.4872 22.0734 21.7801 21.7805C22.073 21.4876 22.073 21.0127 21.7801 20.7198L3.28034 2.21968ZM17.1614 18.2224C14.4994 20.7043 10.4298 21.2775 7.11388 19.3631C6.29324 18.8893 5.56978 18.2928 4.96153 17.5969C8.23004 16.2919 10.242 14.7169 11.5134 12.5742L17.1614 18.2224ZM15.6154 4.63795C19.5302 6.89814 20.9674 11.8017 18.974 15.7924L20.0831 16.9015C22.7652 12.1329 21.1159 6.0816 16.3654 3.33892C14.986 2.54252 13.465 2.09528 11.908 2.01174C11.4058 1.9848 11.02 2.44997 11.1392 2.9385C11.6444 5.00818 11.7443 6.74993 11.4926 8.31074L12.7585 9.57672C13.2129 7.81611 13.2551 5.88052 12.8232 3.62242C13.7956 3.79157 14.7384 4.13159 15.6154 4.63795Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/weather_moon_off_24_regular.svg";

Details

NameWeather Moon Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_weather_moon_off_24_regular.svg
Filled fileic_fluent_weather_moon_off_24_filled.svg
React componentsWeatherMoonOff24Regular, WeatherMoonOff24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

dailyskysnowwindcloudsunrainmoonlightninghaze

Related icons