weather-moon-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
weather-moon-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

14 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.229 3.286a.39.39 0 0 1 .39-.186C23.036 3.897 28 9.37 28 16c0 7.18-5.82 13-13 13c-5.01 0-9.36-2.835-11.53-6.99l.008-.005A.04.04 0 0 1 3.496 22c7.456 0 13.5-6.044 13.5-13.5c0-1.638-.292-3.208-.827-4.662a.62.62 0 0 1 .06-.552M3.496 21c-.705 0-1.293.744-.919 1.462C4.912 26.941 9.598 30 15 30c7.732 0 14-6.268 14-14c0-7.142-5.347-13.034-12.257-13.892a1.39 1.39 0 0 0-1.345.621a1.62 1.62 0 0 0-.167 1.454c.495 1.345.765 2.8.765 4.317c0 6.904-5.596 12.5-12.5 12.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherMoon32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.229 3.286a.39.39 0 0 1 .39-.186C23.036 3.897 28 9.37 28 16c0 7.18-5.82 13-13 13c-5.01 0-9.36-2.835-11.53-6.99l.008-.005A.04.04 0 0 1 3.496 22c7.456 0 13.5-6.044 13.5-13.5c0-1.638-.292-3.208-.827-4.662a.62.62 0 0 1 .06-.552M3.496 21c-.705 0-1.293.744-.919 1.462C4.912 26.941 9.598 30 15 30c7.732 0 14-6.268 14-14c0-7.142-5.347-13.034-12.257-13.892a1.39 1.39 0 0 0-1.345.621a1.62 1.62 0 0 0-.167 1.454c.495 1.345.765 2.8.765 4.317c0 6.904-5.596 12.5-12.5 12.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.229 3.286a.39.39 0 0 1 .39-.186C23.036 3.897 28 9.37 28 16c0 7.18-5.82 13-13 13c-5.01 0-9.36-2.835-11.53-6.99l.008-.005A.04.04 0 0 1 3.496 22c7.456 0 13.5-6.044 13.5-13.5c0-1.638-.292-3.208-.827-4.662a.62.62 0 0 1 .06-.552M3.496 21c-.705 0-1.293.744-.919 1.462C4.912 26.941 9.598 30 15 30c7.732 0 14-6.268 14-14c0-7.142-5.347-13.034-12.257-13.892a1.39 1.39 0 0 0-1.345.621a1.62 1.62 0 0 0-.167 1.454c.495 1.345.765 2.8.765 4.317c0 6.904-5.596 12.5-12.5 12.5"/></svg>
</template>

CSS

.icon-weather-moon-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.229%203.286a.39.39%200%200%201%20.39-.186C23.036%203.897%2028%209.37%2028%2016c0%207.18-5.82%2013-13%2013c-5.01%200-9.36-2.835-11.53-6.99l.008-.005A.04.04%200%200%201%203.496%2022c7.456%200%2013.5-6.044%2013.5-13.5c0-1.638-.292-3.208-.827-4.662a.62.62%200%200%201%20.06-.552M3.496%2021c-.705%200-1.293.744-.919%201.462C4.912%2026.941%209.598%2030%2015%2030c7.732%200%2014-6.268%2014-14c0-7.142-5.347-13.034-12.257-13.892a1.39%201.39%200%200%200-1.345.621a1.62%201.62%200%200%200-.167%201.454c.495%201.345.765%202.8.765%204.317c0%206.904-5.596%2012.5-12.5%2012.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.229%203.286a.39.39%200%200%201%20.39-.186C23.036%203.897%2028%209.37%2028%2016c0%207.18-5.82%2013-13%2013c-5.01%200-9.36-2.835-11.53-6.99l.008-.005A.04.04%200%200%201%203.496%2022c7.456%200%2013.5-6.044%2013.5-13.5c0-1.638-.292-3.208-.827-4.662a.62.62%200%200%201%20.06-.552M3.496%2021c-.705%200-1.293.744-.919%201.462C4.912%2026.941%209.598%2030%2015%2030c7.732%200%2014-6.268%2014-14c0-7.142-5.347-13.034-12.257-13.892a1.39%201.39%200%200%200-1.345.621a1.62%201.62%200%200%200-.167%201.454c.495%201.345.765%202.8.765%204.317c0%206.904-5.596%2012.5-12.5%2012.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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