weather moon off icon
weather-moon-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-moon-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather moon off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.384 4.616a1.25 1.25 0 1 0-1.768 1.768l16.22 16.22q-.081.165-.167.328c-2.108 4.022-5.739 6.835-12.52 9.261a1.35 1.35 0 0 0-.656 2.037a17.9 17.9 0 0 0 5.821 5.367c7.198 4.156 16.074 2.776 21.695-2.82l6.607 6.607a1.25 1.25 0 0 0 1.768-1.768zM33.24 35.008c-4.841 4.815-12.48 6.002-18.677 2.424A15.5 15.5 0 0 1 10.457 34c6.139-2.408 9.91-5.342 12.23-9.544zm-3.177-24.422c7.13 4.116 9.752 13.04 6.136 20.311l1.85 1.85c4.763-8.569 1.787-19.406-6.736-24.326a17.9 17.9 0 0 0-8.022-2.389A1.35 1.35 0 0 0 21.91 7.7c.897 3.676 1.084 6.778.653 9.559l2.122 2.122c.798-3.235.8-6.72.005-10.694l.469.08c1.714.32 3.369.93 4.906 1.819"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherMoonOff48Regular(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="M6.384 4.616a1.25 1.25 0 1 0-1.768 1.768l16.22 16.22q-.081.165-.167.328c-2.108 4.022-5.739 6.835-12.52 9.261a1.35 1.35 0 0 0-.656 2.037a17.9 17.9 0 0 0 5.821 5.367c7.198 4.156 16.074 2.776 21.695-2.82l6.607 6.607a1.25 1.25 0 0 0 1.768-1.768zM33.24 35.008c-4.841 4.815-12.48 6.002-18.677 2.424A15.5 15.5 0 0 1 10.457 34c6.139-2.408 9.91-5.342 12.23-9.544zm-3.177-24.422c7.13 4.116 9.752 13.04 6.136 20.311l1.85 1.85c4.763-8.569 1.787-19.406-6.736-24.326a17.9 17.9 0 0 0-8.022-2.389A1.35 1.35 0 0 0 21.91 7.7c.897 3.676 1.084 6.778.653 9.559l2.122 2.122c.798-3.235.8-6.72.005-10.694l.469.08c1.714.32 3.369.93 4.906 1.819"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.384 4.616a1.25 1.25 0 1 0-1.768 1.768l16.22 16.22q-.081.165-.167.328c-2.108 4.022-5.739 6.835-12.52 9.261a1.35 1.35 0 0 0-.656 2.037a17.9 17.9 0 0 0 5.821 5.367c7.198 4.156 16.074 2.776 21.695-2.82l6.607 6.607a1.25 1.25 0 0 0 1.768-1.768zM33.24 35.008c-4.841 4.815-12.48 6.002-18.677 2.424A15.5 15.5 0 0 1 10.457 34c6.139-2.408 9.91-5.342 12.23-9.544zm-3.177-24.422c7.13 4.116 9.752 13.04 6.136 20.311l1.85 1.85c4.763-8.569 1.787-19.406-6.736-24.326a17.9 17.9 0 0 0-8.022-2.389A1.35 1.35 0 0 0 21.91 7.7c.897 3.676 1.084 6.778.653 9.559l2.122 2.122c.798-3.235.8-6.72.005-10.694l.469.08c1.714.32 3.369.93 4.906 1.819"/></svg> </template>
CSS
.icon-weather-moon-off-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%22M6.384%204.616a1.25%201.25%200%201%200-1.768%201.768l16.22%2016.22q-.081.165-.167.328c-2.108%204.022-5.739%206.835-12.52%209.261a1.35%201.35%200%200%200-.656%202.037a17.9%2017.9%200%200%200%205.821%205.367c7.198%204.156%2016.074%202.776%2021.695-2.82l6.607%206.607a1.25%201.25%200%200%200%201.768-1.768zM33.24%2035.008c-4.841%204.815-12.48%206.002-18.677%202.424A15.5%2015.5%200%200%201%2010.457%2034c6.139-2.408%209.91-5.342%2012.23-9.544zm-3.177-24.422c7.13%204.116%209.752%2013.04%206.136%2020.311l1.85%201.85c4.763-8.569%201.787-19.406-6.736-24.326a17.9%2017.9%200%200%200-8.022-2.389A1.35%201.35%200%200%200%2021.91%207.7c.897%203.676%201.084%206.778.653%209.559l2.122%202.122c.798-3.235.8-6.72.005-10.694l.469.08c1.714.32%203.369.93%204.906%201.819%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%22M6.384%204.616a1.25%201.25%200%201%200-1.768%201.768l16.22%2016.22q-.081.165-.167.328c-2.108%204.022-5.739%206.835-12.52%209.261a1.35%201.35%200%200%200-.656%202.037a17.9%2017.9%200%200%200%205.821%205.367c7.198%204.156%2016.074%202.776%2021.695-2.82l6.607%206.607a1.25%201.25%200%200%200%201.768-1.768zM33.24%2035.008c-4.841%204.815-12.48%206.002-18.677%202.424A15.5%2015.5%200%200%201%2010.457%2034c6.139-2.408%209.91-5.342%2012.23-9.544zm-3.177-24.422c7.13%204.116%209.752%2013.04%206.136%2020.311l1.85%201.85c4.763-8.569%201.787-19.406-6.736-24.326a17.9%2017.9%200%200%200-8.022-2.389A1.35%201.35%200%200%200%2021.91%207.7c.897%203.676%201.084%206.778.653%209.559l2.122%202.122c.798-3.235.8-6.72.005-10.694l.469.08c1.714.32%203.369.93%204.906%201.819%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-moon-off-48-regular.svg?color=%231a73e8&size=48