moon stars icon
moon-stars-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- moon-stars-thin
- Set
- Phosphor
- Style
- Thin
- 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="M236 96a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20V72a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-92-44h12v12a4 4 0 0 0 8 0V52h12a4 4 0 0 0 0-8h-12V32a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8m69.73 103.58a4 4 0 0 1 .71 4a92 92 0 1 1-118-118a4 4 0 0 1 5.29 4.54A93 93 0 0 0 100 64a92.1 92.1 0 0 0 92 92a93 93 0 0 0 17.91-1.74a4 4 0 0 1 3.82 1.32m-9.46 7.67A100 100 0 0 1 92.75 51.73a84 84 0 1 0 111.52 111.52"/></svg>
React
import type { SVGProps } from "react";
export function PhMoonStarsThin(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="M236 96a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20V72a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-92-44h12v12a4 4 0 0 0 8 0V52h12a4 4 0 0 0 0-8h-12V32a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8m69.73 103.58a4 4 0 0 1 .71 4a92 92 0 1 1-118-118a4 4 0 0 1 5.29 4.54A93 93 0 0 0 100 64a92.1 92.1 0 0 0 92 92a93 93 0 0 0 17.91-1.74a4 4 0 0 1 3.82 1.32m-9.46 7.67A100 100 0 0 1 92.75 51.73a84 84 0 1 0 111.52 111.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 96a4 4 0 0 1-4 4h-20v20a4 4 0 0 1-8 0v-20h-20a4 4 0 0 1 0-8h20V72a4 4 0 0 1 8 0v20h20a4 4 0 0 1 4 4m-92-44h12v12a4 4 0 0 0 8 0V52h12a4 4 0 0 0 0-8h-12V32a4 4 0 0 0-8 0v12h-12a4 4 0 0 0 0 8m69.73 103.58a4 4 0 0 1 .71 4a92 92 0 1 1-118-118a4 4 0 0 1 5.29 4.54A93 93 0 0 0 100 64a92.1 92.1 0 0 0 92 92a93 93 0 0 0 17.91-1.74a4 4 0 0 1 3.82 1.32m-9.46 7.67A100 100 0 0 1 92.75 51.73a84 84 0 1 0 111.52 111.52"/></svg> </template>
CSS
.icon-moon-stars-thin {
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%22M236%2096a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20V72a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204m-92-44h12v12a4%204%200%200%200%208%200V52h12a4%204%200%200%200%200-8h-12V32a4%204%200%200%200-8%200v12h-12a4%204%200%200%200%200%208m69.73%20103.58a4%204%200%200%201%20.71%204a92%2092%200%201%201-118-118a4%204%200%200%201%205.29%204.54A93%2093%200%200%200%20100%2064a92.1%2092.1%200%200%200%2092%2092a93%2093%200%200%200%2017.91-1.74a4%204%200%200%201%203.82%201.32m-9.46%207.67A100%20100%200%200%201%2092.75%2051.73a84%2084%200%201%200%20111.52%20111.52%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%22M236%2096a4%204%200%200%201-4%204h-20v20a4%204%200%200%201-8%200v-20h-20a4%204%200%200%201%200-8h20V72a4%204%200%200%201%208%200v20h20a4%204%200%200%201%204%204m-92-44h12v12a4%204%200%200%200%208%200V52h12a4%204%200%200%200%200-8h-12V32a4%204%200%200%200-8%200v12h-12a4%204%200%200%200%200%208m69.73%20103.58a4%204%200%200%201%20.71%204a92%2092%200%201%201-118-118a4%204%200%200%201%205.29%204.54A93%2093%200%200%200%20100%2064a92.1%2092.1%200%200%200%2092%2092a93%2093%200%200%200%2017.91-1.74a4%204%200%200%201%203.82%201.32m-9.46%207.67A100%20100%200%200%201%2092.75%2051.73a84%2084%200%201%200%20111.52%20111.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/moon-stars-thin.svg?color=%231a73e8&size=48