moon-solid from Flowbite Icons by Themesberg · Solid · Weather · MIT Free for personal and commercial use.

Name
moon-solid
Set
Flowbite Icons
Style
Solid
Category
Weather
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More weather icons from Flowbite Icons

Use the moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.675 2.015a1 1 0 0 0-.403.011C6.09 2.4 2 6.722 2 12c0 5.523 4.477 10 10 10c4.356 0 8.058-2.784 9.43-6.667a1 1 0 0 0-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5 5 0 0 0 20 14a8 8 0 0 1-8-8c0-.952.121-1.752.404-2.558a1 1 0 0 0 .096-.428V3a1 1 0 0 0-.825-.985" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteMoonSolid(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" fillRule="evenodd" d="M11.675 2.015a1 1 0 0 0-.403.011C6.09 2.4 2 6.722 2 12c0 5.523 4.477 10 10 10c4.356 0 8.058-2.784 9.43-6.667a1 1 0 0 0-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5 5 0 0 0 20 14a8 8 0 0 1-8-8c0-.952.121-1.752.404-2.558a1 1 0 0 0 .096-.428V3a1 1 0 0 0-.825-.985" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.675 2.015a1 1 0 0 0-.403.011C6.09 2.4 2 6.722 2 12c0 5.523 4.477 10 10 10c4.356 0 8.058-2.784 9.43-6.667a1 1 0 0 0-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5 5 0 0 0 20 14a8 8 0 0 1-8-8c0-.952.121-1.752.404-2.558a1 1 0 0 0 .096-.428V3a1 1 0 0 0-.825-.985" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-moon-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.675%202.015a1%201%200%200%200-.403.011C6.09%202.4%202%206.722%202%2012c0%205.523%204.477%2010%2010%2010c4.356%200%208.058-2.784%209.43-6.667a1%201%200%200%200-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5%205%200%200%200%2020%2014a8%208%200%200%201-8-8c0-.952.121-1.752.404-2.558a1%201%200%200%200%20.096-.428V3a1%201%200%200%200-.825-.985%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.675%202.015a1%201%200%200%200-.403.011C6.09%202.4%202%206.722%202%2012c0%205.523%204.477%2010%2010%2010c4.356%200%208.058-2.784%209.43-6.667a1%201%200%200%200-1.02-1.33c-.08.006-.105.005-.127.005h-.001l-.028-.002A5%205%200%200%200%2020%2014a8%208%200%200%201-8-8c0-.952.121-1.752.404-2.558a1%201%200%200%200%20.096-.428V3a1%201%200%200%200-.825-.985%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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