moon-stars-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
moon-stars-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the moon stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 14a7 7 0 0 0 6.382-9.88a8 8 0 1 1-9.263 9.263A7 7 0 0 0 7 13.999Z"/><path fill="currentColor" fill-rule="evenodd" d="m8.397 2.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 7.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118a3.27 3.27 0 0 1 1.4 1.562a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118A3.25 3.25 0 0 1 5.63 7.854l-.064-.139a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMoonStarsLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M7 14a7 7 0 0 0 6.382-9.88a8 8 0 1 1-9.263 9.263A7 7 0 0 0 7 13.999Z"/><path fill="currentColor" fillRule="evenodd" d="m8.397 2.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 7.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118a3.27 3.27 0 0 1 1.4 1.562a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118A3.25 3.25 0 0 1 5.63 7.854l-.064-.139a.071.071 0 0 0-.13 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 14a7 7 0 0 0 6.382-9.88a8 8 0 1 1-9.263 9.263A7 7 0 0 0 7 13.999Z"/><path fill="currentColor" fill-rule="evenodd" d="m8.397 2.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 7.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118a3.27 3.27 0 0 1 1.4 1.562a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118A3.25 3.25 0 0 1 5.63 7.854l-.064-.139a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-moon-stars-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2014a7%207%200%200%200%206.382-9.88a8%208%200%201%201-9.263%209.263A7%207%200%200%200%207%2013.999Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m8.397%202.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%207.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118a3.27%203.27%200%200%201%201.4%201.562a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118A3.25%203.25%200%200%201%205.63%207.854l-.064-.139a.071.071%200%200%200-.13%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2014a7%207%200%200%200%206.382-9.88a8%208%200%201%201-9.263%209.263A7%207%200%200%200%207%2013.999Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m8.397%202.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%207.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118a3.27%203.27%200%200%201%201.4%201.562a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118A3.25%203.25%200%200%201%205.63%207.854l-.064-.139a.071.071%200%200%200-.13%200%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/mingcute/moon-stars-line.svg?color=%231a73e8&size=48