moon stars icon
moon-stars from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- moon-stars
- Set
- Reicon
- Style
- Outline
- Category
- Weather
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All moon stars icons →More weather icons from Reicon
Use the moon stars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.366 2.124c-.328-.832-1.504-.832-1.83 0l-.429 1.09l-1.084.429c-.83.328-.83 1.504 0 1.832l1.084.43l.428 1.089c.327.832 1.503.832 1.83 0l.429-1.09l1.084-.429c.83-.328.83-1.504 0-1.832l-1.084-.43zm-.916.406l.415 1.055c.1.254.3.455.554.556l1.057.418l-1.057.419a.98.98 0 0 0-.554.555l-.415 1.055l-.414-1.055a.98.98 0 0 0-.554-.555l-1.057-.419l1.057-.418a.98.98 0 0 0 .554-.556zm-2.952 5.417c-.327-.833-1.503-.833-1.83 0l-.155.393l-.39.155c-.83.328-.83 1.504 0 1.833l.39.154l.155.394c.327.832 1.503.832 1.83 0l.155-.394l.39-.154c.83-.329.83-1.505 0-1.833l-.39-.155zm-.915.405l.141.36c.1.253.3.455.554.555l.364.144l-.364.144a.98.98 0 0 0-.554.556l-.141.36l-.141-.36a.98.98 0 0 0-.554-.556l-.364-.144l.364-.144a.98.98 0 0 0 .554-.555z"/><path d="M11.017 2.802a9.25 9.25 0 1 0 10.181 10.181A7.25 7.25 0 1 1 11.017 2.802M1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299a5.75 5.75 0 1 0 7.894 7.894c.304-.503.861-.665 1.299-.606c.455.062 1.026.42 1.026 1.137c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoonStars(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M20.366 2.124c-.328-.832-1.504-.832-1.83 0l-.429 1.09l-1.084.429c-.83.328-.83 1.504 0 1.832l1.084.43l.428 1.089c.327.832 1.503.832 1.83 0l.429-1.09l1.084-.429c.83-.328.83-1.504 0-1.832l-1.084-.43zm-.916.406l.415 1.055c.1.254.3.455.554.556l1.057.418l-1.057.419a.98.98 0 0 0-.554.555l-.415 1.055l-.414-1.055a.98.98 0 0 0-.554-.555l-1.057-.419l1.057-.418a.98.98 0 0 0 .554-.556zm-2.952 5.417c-.327-.833-1.503-.833-1.83 0l-.155.393l-.39.155c-.83.328-.83 1.504 0 1.833l.39.154l.155.394c.327.832 1.503.832 1.83 0l.155-.394l.39-.154c.83-.329.83-1.505 0-1.833l-.39-.155zm-.915.405l.141.36c.1.253.3.455.554.555l.364.144l-.364.144a.98.98 0 0 0-.554.556l-.141.36l-.141-.36a.98.98 0 0 0-.554-.556l-.364-.144l.364-.144a.98.98 0 0 0 .554-.555z"/><path d="M11.017 2.802a9.25 9.25 0 1 0 10.181 10.181A7.25 7.25 0 1 1 11.017 2.802M1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299a5.75 5.75 0 1 0 7.894 7.894c.304-.503.861-.665 1.299-.606c.455.062 1.026.42 1.026 1.137c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.366 2.124c-.328-.832-1.504-.832-1.83 0l-.429 1.09l-1.084.429c-.83.328-.83 1.504 0 1.832l1.084.43l.428 1.089c.327.832 1.503.832 1.83 0l.429-1.09l1.084-.429c.83-.328.83-1.504 0-1.832l-1.084-.43zm-.916.406l.415 1.055c.1.254.3.455.554.556l1.057.418l-1.057.419a.98.98 0 0 0-.554.555l-.415 1.055l-.414-1.055a.98.98 0 0 0-.554-.555l-1.057-.419l1.057-.418a.98.98 0 0 0 .554-.556zm-2.952 5.417c-.327-.833-1.503-.833-1.83 0l-.155.393l-.39.155c-.83.328-.83 1.504 0 1.833l.39.154l.155.394c.327.832 1.503.832 1.83 0l.155-.394l.39-.154c.83-.329.83-1.505 0-1.833l-.39-.155zm-.915.405l.141.36c.1.253.3.455.554.555l.364.144l-.364.144a.98.98 0 0 0-.554.556l-.141.36l-.141-.36a.98.98 0 0 0-.554-.556l-.364-.144l.364-.144a.98.98 0 0 0 .554-.555z"/><path d="M11.017 2.802a9.25 9.25 0 1 0 10.181 10.181A7.25 7.25 0 1 1 11.017 2.802M1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299a5.75 5.75 0 1 0 7.894 7.894c.304-.503.861-.665 1.299-.606c.455.062 1.026.42 1.026 1.137c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12"/></g></svg> </template>
CSS
.icon-moon-stars {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.366%202.124c-.328-.832-1.504-.832-1.83%200l-.429%201.09l-1.084.429c-.83.328-.83%201.504%200%201.832l1.084.43l.428%201.089c.327.832%201.503.832%201.83%200l.429-1.09l1.084-.429c.83-.328.83-1.504%200-1.832l-1.084-.43zm-.916.406l.415%201.055c.1.254.3.455.554.556l1.057.418l-1.057.419a.98.98%200%200%200-.554.555l-.415%201.055l-.414-1.055a.98.98%200%200%200-.554-.555l-1.057-.419l1.057-.418a.98.98%200%200%200%20.554-.556zm-2.952%205.417c-.327-.833-1.503-.833-1.83%200l-.155.393l-.39.155c-.83.328-.83%201.504%200%201.833l.39.154l.155.394c.327.832%201.503.832%201.83%200l.155-.394l.39-.154c.83-.329.83-1.505%200-1.833l-.39-.155zm-.915.405l.141.36c.1.253.3.455.554.555l.364.144l-.364.144a.98.98%200%200%200-.554.556l-.141.36l-.141-.36a.98.98%200%200%200-.554-.556l-.364-.144l.364-.144a.98.98%200%200%200%20.554-.555z%22%2F%3E%3Cpath%20d%3D%22M11.017%202.802a9.25%209.25%200%201%200%2010.181%2010.181A7.25%207.25%200%201%201%2011.017%202.802M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25c.717%200%201.075.571%201.137%201.026c.059.438-.103.995-.606%201.299a5.75%205.75%200%201%200%207.894%207.894c.304-.503.861-.665%201.299-.606c.455.062%201.026.42%201.026%201.137c0%205.937-4.813%2010.75-10.75%2010.75S1.25%2017.937%201.25%2012%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.366%202.124c-.328-.832-1.504-.832-1.83%200l-.429%201.09l-1.084.429c-.83.328-.83%201.504%200%201.832l1.084.43l.428%201.089c.327.832%201.503.832%201.83%200l.429-1.09l1.084-.429c.83-.328.83-1.504%200-1.832l-1.084-.43zm-.916.406l.415%201.055c.1.254.3.455.554.556l1.057.418l-1.057.419a.98.98%200%200%200-.554.555l-.415%201.055l-.414-1.055a.98.98%200%200%200-.554-.555l-1.057-.419l1.057-.418a.98.98%200%200%200%20.554-.556zm-2.952%205.417c-.327-.833-1.503-.833-1.83%200l-.155.393l-.39.155c-.83.328-.83%201.504%200%201.833l.39.154l.155.394c.327.832%201.503.832%201.83%200l.155-.394l.39-.154c.83-.329.83-1.505%200-1.833l-.39-.155zm-.915.405l.141.36c.1.253.3.455.554.555l.364.144l-.364.144a.98.98%200%200%200-.554.556l-.141.36l-.141-.36a.98.98%200%200%200-.554-.556l-.364-.144l.364-.144a.98.98%200%200%200%20.554-.555z%22%2F%3E%3Cpath%20d%3D%22M11.017%202.802a9.25%209.25%200%201%200%2010.181%2010.181A7.25%207.25%200%201%201%2011.017%202.802M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25c.717%200%201.075.571%201.137%201.026c.059.438-.103.995-.606%201.299a5.75%205.75%200%201%200%207.894%207.894c.304-.503.861-.665%201.299-.606c.455.062%201.026.42%201.026%201.137c0%205.937-4.813%2010.75-10.75%2010.75S1.25%2017.937%201.25%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/moon-stars.svg?color=%231a73e8&size=48