moonlight icon
moonlight-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- moonlight-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the moonlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1m-.257 4.677a1 1 0 0 0-.99-1.566A7.002 7.002 0 0 0 12 19.001c3.44 0 6.3-2.483 6.889-5.754a1 1 0 0 0-1.566-.99a4 4 0 0 1-5.58-5.58"/><path fill="currentColor" d="M13.75 5.22a1 1 0 1 0-.5 1.938q.162.041.32.093a1 1 0 1 0 .627-1.899a7 7 0 0 0-.448-.131m2.861 1.511a1 1 0 0 0-1.318 1.505q.251.22.471.471a1 1 0 0 0 1.505-1.317a7 7 0 0 0-.658-.659m2.038 3.071a1 1 0 1 0-1.9.627q.053.158.095.32a1 1 0 0 0 1.936-.499a7 7 0 0 0-.131-.448M6.343 4.93A1 1 0 0 0 4.93 6.342l.007.007A1 1 0 0 0 6.35 4.936zM22 12a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H21a1 1 0 0 1 1 1m-2.929-5.657a1 1 0 0 0-1.414-1.414l-.007.007a1 1 0 0 0 1.414 1.414zM12 19.99a1 1 0 0 1 1 1V21a1 1 0 1 1-2 0v-.01a1 1 0 0 1 1-1m7.064-2.34a1 1 0 0 0-1.414 1.414l.007.007a1 1 0 0 0 1.414-1.414zM4.01 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h.01a1 1 0 0 1 1 1m2.34 7.064a1 1 0 1 0-1.414-1.414l-.007.007a1 1 0 1 0 1.414 1.414z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMoonlightFill(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 2a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1m-.257 4.677a1 1 0 0 0-.99-1.566A7.002 7.002 0 0 0 12 19.001c3.44 0 6.3-2.483 6.889-5.754a1 1 0 0 0-1.566-.99a4 4 0 0 1-5.58-5.58"/><path fill="currentColor" d="M13.75 5.22a1 1 0 1 0-.5 1.938q.162.041.32.093a1 1 0 1 0 .627-1.899a7 7 0 0 0-.448-.131m2.861 1.511a1 1 0 0 0-1.318 1.505q.251.22.471.471a1 1 0 0 0 1.505-1.317a7 7 0 0 0-.658-.659m2.038 3.071a1 1 0 1 0-1.9.627q.053.158.095.32a1 1 0 0 0 1.936-.499a7 7 0 0 0-.131-.448M6.343 4.93A1 1 0 0 0 4.93 6.342l.007.007A1 1 0 0 0 6.35 4.936zM22 12a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H21a1 1 0 0 1 1 1m-2.929-5.657a1 1 0 0 0-1.414-1.414l-.007.007a1 1 0 0 0 1.414 1.414zM12 19.99a1 1 0 0 1 1 1V21a1 1 0 1 1-2 0v-.01a1 1 0 0 1 1-1m7.064-2.34a1 1 0 0 0-1.414 1.414l.007.007a1 1 0 0 0 1.414-1.414zM4.01 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h.01a1 1 0 0 1 1 1m2.34 7.064a1 1 0 1 0-1.414-1.414l-.007.007a1 1 0 1 0 1.414 1.414z"/></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 2a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1m-.257 4.677a1 1 0 0 0-.99-1.566A7.002 7.002 0 0 0 12 19.001c3.44 0 6.3-2.483 6.889-5.754a1 1 0 0 0-1.566-.99a4 4 0 0 1-5.58-5.58"/><path fill="currentColor" d="M13.75 5.22a1 1 0 1 0-.5 1.938q.162.041.32.093a1 1 0 1 0 .627-1.899a7 7 0 0 0-.448-.131m2.861 1.511a1 1 0 0 0-1.318 1.505q.251.22.471.471a1 1 0 0 0 1.505-1.317a7 7 0 0 0-.658-.659m2.038 3.071a1 1 0 1 0-1.9.627q.053.158.095.32a1 1 0 0 0 1.936-.499a7 7 0 0 0-.131-.448M6.343 4.93A1 1 0 0 0 4.93 6.342l.007.007A1 1 0 0 0 6.35 4.936zM22 12a1 1 0 0 1-1 1h-.01a1 1 0 1 1 0-2H21a1 1 0 0 1 1 1m-2.929-5.657a1 1 0 0 0-1.414-1.414l-.007.007a1 1 0 0 0 1.414 1.414zM12 19.99a1 1 0 0 1 1 1V21a1 1 0 1 1-2 0v-.01a1 1 0 0 1 1-1m7.064-2.34a1 1 0 0 0-1.414 1.414l.007.007a1 1 0 0 0 1.414-1.414zM4.01 12a1 1 0 0 1-1 1H3a1 1 0 1 1 0-2h.01a1 1 0 0 1 1 1m2.34 7.064a1 1 0 1 0-1.414-1.414l-.007.007a1 1 0 1 0 1.414 1.414z"/></svg> </template>
CSS
.icon-moonlight-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%202a1%201%200%200%201%201%201v.01a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1m-.257%204.677a1%201%200%200%200-.99-1.566A7.002%207.002%200%200%200%2012%2019.001c3.44%200%206.3-2.483%206.889-5.754a1%201%200%200%200-1.566-.99a4%204%200%200%201-5.58-5.58%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%205.22a1%201%200%201%200-.5%201.938q.162.041.32.093a1%201%200%201%200%20.627-1.899a7%207%200%200%200-.448-.131m2.861%201.511a1%201%200%200%200-1.318%201.505q.251.22.471.471a1%201%200%200%200%201.505-1.317a7%207%200%200%200-.658-.659m2.038%203.071a1%201%200%201%200-1.9.627q.053.158.095.32a1%201%200%200%200%201.936-.499a7%207%200%200%200-.131-.448M6.343%204.93A1%201%200%200%200%204.93%206.342l.007.007A1%201%200%200%200%206.35%204.936zM22%2012a1%201%200%200%201-1%201h-.01a1%201%200%201%201%200-2H21a1%201%200%200%201%201%201m-2.929-5.657a1%201%200%200%200-1.414-1.414l-.007.007a1%201%200%200%200%201.414%201.414zM12%2019.99a1%201%200%200%201%201%201V21a1%201%200%201%201-2%200v-.01a1%201%200%200%201%201-1m7.064-2.34a1%201%200%200%200-1.414%201.414l.007.007a1%201%200%200%200%201.414-1.414zM4.01%2012a1%201%200%200%201-1%201H3a1%201%200%201%201%200-2h.01a1%201%200%200%201%201%201m2.34%207.064a1%201%200%201%200-1.414-1.414l-.007.007a1%201%200%201%200%201.414%201.414z%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%202a1%201%200%200%201%201%201v.01a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1m-.257%204.677a1%201%200%200%200-.99-1.566A7.002%207.002%200%200%200%2012%2019.001c3.44%200%206.3-2.483%206.889-5.754a1%201%200%200%200-1.566-.99a4%204%200%200%201-5.58-5.58%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%205.22a1%201%200%201%200-.5%201.938q.162.041.32.093a1%201%200%201%200%20.627-1.899a7%207%200%200%200-.448-.131m2.861%201.511a1%201%200%200%200-1.318%201.505q.251.22.471.471a1%201%200%200%200%201.505-1.317a7%207%200%200%200-.658-.659m2.038%203.071a1%201%200%201%200-1.9.627q.053.158.095.32a1%201%200%200%200%201.936-.499a7%207%200%200%200-.131-.448M6.343%204.93A1%201%200%200%200%204.93%206.342l.007.007A1%201%200%200%200%206.35%204.936zM22%2012a1%201%200%200%201-1%201h-.01a1%201%200%201%201%200-2H21a1%201%200%200%201%201%201m-2.929-5.657a1%201%200%200%200-1.414-1.414l-.007.007a1%201%200%200%200%201.414%201.414zM12%2019.99a1%201%200%200%201%201%201V21a1%201%200%201%201-2%200v-.01a1%201%200%200%201%201-1m7.064-2.34a1%201%200%200%200-1.414%201.414l.007.007a1%201%200%200%200%201.414-1.414zM4.01%2012a1%201%200%200%201-1%201H3a1%201%200%201%201%200-2h.01a1%201%200%200%201%201%201m2.34%207.064a1%201%200%201%200-1.414-1.414l-.007.007a1%201%200%201%200%201.414%201.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/moonlight-fill.svg?color=%231a73e8&size=48