moon from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
moon
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-moon

The same icon in other sets

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" d="M20.742 13.045a8 8 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.03 8.03 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10 10 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.94 9.94 0 0 0 7.072 2.93a9.93 9.93 0 0 0 7.07-2.929a10 10 0 0 0 2.583-4.491a1 1 0 0 0-1.224-1.224m-2.772 4.301a7.95 7.95 0 0 1-5.656 2.343a7.95 7.95 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a8 8 0 0 1 2.06-1.483a10.03 10.03 0 0 0 2.89 7.848a9.97 9.97 0 0 0 7.848 2.891a8 8 0 0 1-1.484 2.059"/></svg>

React

import type { SVGProps } from "react";

export function BxMoon(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" d="M20.742 13.045a8 8 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.03 8.03 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10 10 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.94 9.94 0 0 0 7.072 2.93a9.93 9.93 0 0 0 7.07-2.929a10 10 0 0 0 2.583-4.491a1 1 0 0 0-1.224-1.224m-2.772 4.301a7.95 7.95 0 0 1-5.656 2.343a7.95 7.95 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a8 8 0 0 1 2.06-1.483a10.03 10.03 0 0 0 2.89 7.848a9.97 9.97 0 0 0 7.848 2.891a8 8 0 0 1-1.484 2.059"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.742 13.045a8 8 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.03 8.03 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10 10 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.94 9.94 0 0 0 7.072 2.93a9.93 9.93 0 0 0 7.07-2.929a10 10 0 0 0 2.583-4.491a1 1 0 0 0-1.224-1.224m-2.772 4.301a7.95 7.95 0 0 1-5.656 2.343a7.95 7.95 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a8 8 0 0 1 2.06-1.483a10.03 10.03 0 0 0 2.89 7.848a9.97 9.97 0 0 0 7.848 2.891a8 8 0 0 1-1.484 2.059"/></svg>
</template>

CSS

.icon-moon {
  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%20d%3D%22M20.742%2013.045a8%208%200%200%201-2.077.271c-2.135%200-4.14-.83-5.646-2.336a8.03%208.03%200%200%201-2.064-7.723A1%201%200%200%200%209.73%202.034a10%2010%200%200%200-4.489%202.582c-3.898%203.898-3.898%2010.243%200%2014.143a9.94%209.94%200%200%200%207.072%202.93a9.93%209.93%200%200%200%207.07-2.929a10%2010%200%200%200%202.583-4.491a1%201%200%200%200-1.224-1.224m-2.772%204.301a7.95%207.95%200%200%201-5.656%202.343a7.95%207.95%200%200%201-5.658-2.344c-3.118-3.119-3.118-8.195%200-11.314a8%208%200%200%201%202.06-1.483a10.03%2010.03%200%200%200%202.89%207.848a9.97%209.97%200%200%200%207.848%202.891a8%208%200%200%201-1.484%202.059%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%20d%3D%22M20.742%2013.045a8%208%200%200%201-2.077.271c-2.135%200-4.14-.83-5.646-2.336a8.03%208.03%200%200%201-2.064-7.723A1%201%200%200%200%209.73%202.034a10%2010%200%200%200-4.489%202.582c-3.898%203.898-3.898%2010.243%200%2014.143a9.94%209.94%200%200%200%207.072%202.93a9.93%209.93%200%200%200%207.07-2.929a10%2010%200%200%200%202.583-4.491a1%201%200%200%200-1.224-1.224m-2.772%204.301a7.95%207.95%200%200%201-5.656%202.343a7.95%207.95%200%200%201-5.658-2.344c-3.118-3.119-3.118-8.195%200-11.314a8%208%200%200%201%202.06-1.483a10.03%2010.03%200%200%200%202.89%207.848a9.97%209.97%200%200%200%207.848%202.891a8%208%200%200%201-1.484%202.059%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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