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

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

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.768zm24.93 3.805c8.523 4.92 11.5 15.757 6.737 24.327l-15.49-15.49c.432-2.78.245-5.882-.652-9.558a1.35 1.35 0 0 1 1.383-1.668c2.802.15 5.54.955 8.022 2.389"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherMoonOff48Filled(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.768zm24.93 3.805c8.523 4.92 11.5 15.757 6.737 24.327l-15.49-15.49c.432-2.78.245-5.882-.652-9.558a1.35 1.35 0 0 1 1.383-1.668c2.802.15 5.54.955 8.022 2.389"/></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.768zm24.93 3.805c8.523 4.92 11.5 15.757 6.737 24.327l-15.49-15.49c.432-2.78.245-5.882-.652-9.558a1.35 1.35 0 0 1 1.383-1.668c2.802.15 5.54.955 8.022 2.389"/></svg>
</template>

CSS

.icon-weather-moon-off-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%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.768zm24.93%203.805c8.523%204.92%2011.5%2015.757%206.737%2024.327l-15.49-15.49c.432-2.78.245-5.882-.652-9.558a1.35%201.35%200%200%201%201.383-1.668c2.802.15%205.54.955%208.022%202.389%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.768zm24.93%203.805c8.523%204.92%2011.5%2015.757%206.737%2024.327l-15.49-15.49c.432-2.78.245-5.882-.652-9.558a1.35%201.35%200%200%201%201.383-1.668c2.802.15%205.54.955%208.022%202.389%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-filled.svg?color=%231a73e8&size=48