moon-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
moon-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

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="M12.3 22h-.1a10.3 10.3 0 0 1-7.34-3.15a10.46 10.46 0 0 1-.26-14a10.1 10.1 0 0 1 4-2.74a1 1 0 0 1 1.06.22a1 1 0 0 1 .24 1a8.4 8.4 0 0 0 1.94 8.81a8.47 8.47 0 0 0 8.83 1.94a1 1 0 0 1 1.27 1.29A10.2 10.2 0 0 1 19.6 19a10.28 10.28 0 0 1-7.3 3"/></svg>

React

import type { SVGProps } from "react";

export function EvaMoonFill(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="M12.3 22h-.1a10.3 10.3 0 0 1-7.34-3.15a10.46 10.46 0 0 1-.26-14a10.1 10.1 0 0 1 4-2.74a1 1 0 0 1 1.06.22a1 1 0 0 1 .24 1a8.4 8.4 0 0 0 1.94 8.81a8.47 8.47 0 0 0 8.83 1.94a1 1 0 0 1 1.27 1.29A10.2 10.2 0 0 1 19.6 19a10.28 10.28 0 0 1-7.3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.3 22h-.1a10.3 10.3 0 0 1-7.34-3.15a10.46 10.46 0 0 1-.26-14a10.1 10.1 0 0 1 4-2.74a1 1 0 0 1 1.06.22a1 1 0 0 1 .24 1a8.4 8.4 0 0 0 1.94 8.81a8.47 8.47 0 0 0 8.83 1.94a1 1 0 0 1 1.27 1.29A10.2 10.2 0 0 1 19.6 19a10.28 10.28 0 0 1-7.3 3"/></svg>
</template>

CSS

.icon-moon-fill {
  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%22M12.3%2022h-.1a10.3%2010.3%200%200%201-7.34-3.15a10.46%2010.46%200%200%201-.26-14a10.1%2010.1%200%200%201%204-2.74a1%201%200%200%201%201.06.22a1%201%200%200%201%20.24%201a8.4%208.4%200%200%200%201.94%208.81a8.47%208.47%200%200%200%208.83%201.94a1%201%200%200%201%201.27%201.29A10.2%2010.2%200%200%201%2019.6%2019a10.28%2010.28%200%200%201-7.3%203%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%22M12.3%2022h-.1a10.3%2010.3%200%200%201-7.34-3.15a10.46%2010.46%200%200%201-.26-14a10.1%2010.1%200%200%201%204-2.74a1%201%200%200%201%201.06.22a1%201%200%200%201%20.24%201a8.4%208.4%200%200%200%201.94%208.81a8.47%208.47%200%200%200%208.83%201.94a1%201%200%200%201%201.27%201.29A10.2%2010.2%200%200%201%2019.6%2019a10.28%2010.28%200%200%201-7.3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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