moon stars icon

moon-stars-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
moon-stars-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the moon stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 96a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18V72a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-94-42h10v10a6 6 0 0 0 12 0V54h10a6 6 0 0 0 0-12h-10V32a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12m71.25 100.28a6 6 0 0 1 1.07 6A94 94 0 1 1 95.76 39.68a6 6 0 0 1 7.94 6.79A90.11 90.11 0 0 0 192 154a91 91 0 0 0 17.53-1.7a6 6 0 0 1 5.72 1.98m-14.37 11.34q-4.42.38-8.88.38A102.12 102.12 0 0 1 90 64q0-4.45.38-8.88a82 82 0 1 0 110.5 110.5"/></svg>

React

import type { SVGProps } from "react";

export function PhMoonStarsLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 96a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18V72a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-94-42h10v10a6 6 0 0 0 12 0V54h10a6 6 0 0 0 0-12h-10V32a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12m71.25 100.28a6 6 0 0 1 1.07 6A94 94 0 1 1 95.76 39.68a6 6 0 0 1 7.94 6.79A90.11 90.11 0 0 0 192 154a91 91 0 0 0 17.53-1.7a6 6 0 0 1 5.72 1.98m-14.37 11.34q-4.42.38-8.88.38A102.12 102.12 0 0 1 90 64q0-4.45.38-8.88a82 82 0 1 0 110.5 110.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 96a6 6 0 0 1-6 6h-18v18a6 6 0 0 1-12 0v-18h-18a6 6 0 0 1 0-12h18V72a6 6 0 0 1 12 0v18h18a6 6 0 0 1 6 6m-94-42h10v10a6 6 0 0 0 12 0V54h10a6 6 0 0 0 0-12h-10V32a6 6 0 0 0-12 0v10h-10a6 6 0 0 0 0 12m71.25 100.28a6 6 0 0 1 1.07 6A94 94 0 1 1 95.76 39.68a6 6 0 0 1 7.94 6.79A90.11 90.11 0 0 0 192 154a91 91 0 0 0 17.53-1.7a6 6 0 0 1 5.72 1.98m-14.37 11.34q-4.42.38-8.88.38A102.12 102.12 0 0 1 90 64q0-4.45.38-8.88a82 82 0 1 0 110.5 110.5"/></svg>
</template>

CSS

.icon-moon-stars-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2096a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18V72a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206m-94-42h10v10a6%206%200%200%200%2012%200V54h10a6%206%200%200%200%200-12h-10V32a6%206%200%200%200-12%200v10h-10a6%206%200%200%200%200%2012m71.25%20100.28a6%206%200%200%201%201.07%206A94%2094%200%201%201%2095.76%2039.68a6%206%200%200%201%207.94%206.79A90.11%2090.11%200%200%200%20192%20154a91%2091%200%200%200%2017.53-1.7a6%206%200%200%201%205.72%201.98m-14.37%2011.34q-4.42.38-8.88.38A102.12%20102.12%200%200%201%2090%2064q0-4.45.38-8.88a82%2082%200%201%200%20110.5%20110.5%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238%2096a6%206%200%200%201-6%206h-18v18a6%206%200%200%201-12%200v-18h-18a6%206%200%200%201%200-12h18V72a6%206%200%200%201%2012%200v18h18a6%206%200%200%201%206%206m-94-42h10v10a6%206%200%200%200%2012%200V54h10a6%206%200%200%200%200-12h-10V32a6%206%200%200%200-12%200v10h-10a6%206%200%200%200%200%2012m71.25%20100.28a6%206%200%200%201%201.07%206A94%2094%200%201%201%2095.76%2039.68a6%206%200%200%201%207.94%206.79A90.11%2090.11%200%200%200%20192%20154a91%2091%200%200%200%2017.53-1.7a6%206%200%200%201%205.72%201.98m-14.37%2011.34q-4.42.38-8.88.38A102.12%20102.12%200%200%201%2090%2064q0-4.45.38-8.88a82%2082%200%201%200%20110.5%20110.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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