moon from Font Awesome Regular by Dave Gandy · Regular · Objects · CC-BY-4.0 Attribution required.

Name
moon
Set
Font Awesome Regular
Style
Regular
Category
Objects
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More objects icons from Font Awesome Regular

Use the moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M303.3 112.7C196.2 121.2 112 210.8 112 320c0 114.9 93.1 208 208 208c33.3 0 64.7-7.8 92.6-21.7C309.2 482.9 232 390.5 232 280c0-65.8 27.4-125.1 71.3-167.3M64 320C64 178.6 178.6 64 320 64c19.4 0 38.4 2.2 56.7 6.3c9.9 2.2 17.3 10.5 18.5 20.5s-4 19.8-13.1 24.4C321.5 145.4 280 207.9 280 280c0 101.6 82.4 184 184 184c5 0 9.9-.2 14.8-.6c10.1-.8 19.6 4.8 23.8 14.1s2 20.1-5.3 27.1C451.3 548.8 388.8 576 320 576C178.6 576 64 461.4 64 320"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularMoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M303.3 112.7C196.2 121.2 112 210.8 112 320c0 114.9 93.1 208 208 208c33.3 0 64.7-7.8 92.6-21.7C309.2 482.9 232 390.5 232 280c0-65.8 27.4-125.1 71.3-167.3M64 320C64 178.6 178.6 64 320 64c19.4 0 38.4 2.2 56.7 6.3c9.9 2.2 17.3 10.5 18.5 20.5s-4 19.8-13.1 24.4C321.5 145.4 280 207.9 280 280c0 101.6 82.4 184 184 184c5 0 9.9-.2 14.8-.6c10.1-.8 19.6 4.8 23.8 14.1s2 20.1-5.3 27.1C451.3 548.8 388.8 576 320 576C178.6 576 64 461.4 64 320"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M303.3 112.7C196.2 121.2 112 210.8 112 320c0 114.9 93.1 208 208 208c33.3 0 64.7-7.8 92.6-21.7C309.2 482.9 232 390.5 232 280c0-65.8 27.4-125.1 71.3-167.3M64 320C64 178.6 178.6 64 320 64c19.4 0 38.4 2.2 56.7 6.3c9.9 2.2 17.3 10.5 18.5 20.5s-4 19.8-13.1 24.4C321.5 145.4 280 207.9 280 280c0 101.6 82.4 184 184 184c5 0 9.9-.2 14.8-.6c10.1-.8 19.6 4.8 23.8 14.1s2 20.1-5.3 27.1C451.3 548.8 388.8 576 320 576C178.6 576 64 461.4 64 320"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M303.3%20112.7C196.2%20121.2%20112%20210.8%20112%20320c0%20114.9%2093.1%20208%20208%20208c33.3%200%2064.7-7.8%2092.6-21.7C309.2%20482.9%20232%20390.5%20232%20280c0-65.8%2027.4-125.1%2071.3-167.3M64%20320C64%20178.6%20178.6%2064%20320%2064c19.4%200%2038.4%202.2%2056.7%206.3c9.9%202.2%2017.3%2010.5%2018.5%2020.5s-4%2019.8-13.1%2024.4C321.5%20145.4%20280%20207.9%20280%20280c0%20101.6%2082.4%20184%20184%20184c5%200%209.9-.2%2014.8-.6c10.1-.8%2019.6%204.8%2023.8%2014.1s2%2020.1-5.3%2027.1C451.3%20548.8%20388.8%20576%20320%20576C178.6%20576%2064%20461.4%2064%20320%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M303.3%20112.7C196.2%20121.2%20112%20210.8%20112%20320c0%20114.9%2093.1%20208%20208%20208c33.3%200%2064.7-7.8%2092.6-21.7C309.2%20482.9%20232%20390.5%20232%20280c0-65.8%2027.4-125.1%2071.3-167.3M64%20320C64%20178.6%20178.6%2064%20320%2064c19.4%200%2038.4%202.2%2056.7%206.3c9.9%202.2%2017.3%2010.5%2018.5%2020.5s-4%2019.8-13.1%2024.4C321.5%20145.4%20280%20207.9%20280%20280c0%20101.6%2082.4%20184%20184%20184c5%200%209.9-.2%2014.8-.6c10.1-.8%2019.6%204.8%2023.8%2014.1s2%2020.1-5.3%2027.1C451.3%20548.8%20388.8%20576%20320%20576C178.6%20576%2064%20461.4%2064%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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