moon stars icon
moon-stars-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- moon-stars-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M13.574 3.138C17.794 3.883 21 7.566 21 12.001a9 9 0 0 1-17.863 1.574c-.14-.79.662-1.433 1.409-1.098a6 6 0 0 0 7.932-7.93a1.01 1.01 0 0 1 1.096-1.409M5.435 7.717a.071.071 0 0 1 .13 0q.03.07.064.14a3.26 3.26 0 0 0 1.337 1.421a.068.068 0 0 1 0 .118a3.3 3.3 0 0 0-1.337 1.423l-.064.14a.071.071 0 0 1-.13 0q-.03-.07-.063-.14a3.26 3.26 0 0 0-1.239-1.364l-.098-.059a.068.068 0 0 1 0-.118a3.26 3.26 0 0 0 1.337-1.422q.033-.07.063-.14m2.961-4.859c.04-.09.167-.09.207 0q.049.112.102.222a5.2 5.2 0 0 0 2.128 2.264a.108.108 0 0 1 0 .188q-.08.045-.159.093a5.2 5.2 0 0 0-2.07 2.393a.113.113 0 0 1-.208 0q-.048-.111-.1-.221a5.2 5.2 0 0 0-2.128-2.265a.107.107 0 0 1 0-.188A5.2 5.2 0 0 0 8.296 3.08q.052-.11.1-.222"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMoonStarsFill(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="M13.574 3.138C17.794 3.883 21 7.566 21 12.001a9 9 0 0 1-17.863 1.574c-.14-.79.662-1.433 1.409-1.098a6 6 0 0 0 7.932-7.93a1.01 1.01 0 0 1 1.096-1.409M5.435 7.717a.071.071 0 0 1 .13 0q.03.07.064.14a3.26 3.26 0 0 0 1.337 1.421a.068.068 0 0 1 0 .118a3.3 3.3 0 0 0-1.337 1.423l-.064.14a.071.071 0 0 1-.13 0q-.03-.07-.063-.14a3.26 3.26 0 0 0-1.239-1.364l-.098-.059a.068.068 0 0 1 0-.118a3.26 3.26 0 0 0 1.337-1.422q.033-.07.063-.14m2.961-4.859c.04-.09.167-.09.207 0q.049.112.102.222a5.2 5.2 0 0 0 2.128 2.264a.108.108 0 0 1 0 .188q-.08.045-.159.093a5.2 5.2 0 0 0-2.07 2.393a.113.113 0 0 1-.208 0q-.048-.111-.1-.221a5.2 5.2 0 0 0-2.128-2.265a.107.107 0 0 1 0-.188A5.2 5.2 0 0 0 8.296 3.08q.052-.11.1-.222"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.574 3.138C17.794 3.883 21 7.566 21 12.001a9 9 0 0 1-17.863 1.574c-.14-.79.662-1.433 1.409-1.098a6 6 0 0 0 7.932-7.93a1.01 1.01 0 0 1 1.096-1.409M5.435 7.717a.071.071 0 0 1 .13 0q.03.07.064.14a3.26 3.26 0 0 0 1.337 1.421a.068.068 0 0 1 0 .118a3.3 3.3 0 0 0-1.337 1.423l-.064.14a.071.071 0 0 1-.13 0q-.03-.07-.063-.14a3.26 3.26 0 0 0-1.239-1.364l-.098-.059a.068.068 0 0 1 0-.118a3.26 3.26 0 0 0 1.337-1.422q.033-.07.063-.14m2.961-4.859c.04-.09.167-.09.207 0q.049.112.102.222a5.2 5.2 0 0 0 2.128 2.264a.108.108 0 0 1 0 .188q-.08.045-.159.093a5.2 5.2 0 0 0-2.07 2.393a.113.113 0 0 1-.208 0q-.048-.111-.1-.221a5.2 5.2 0 0 0-2.128-2.265a.107.107 0 0 1 0-.188A5.2 5.2 0 0 0 8.296 3.08q.052-.11.1-.222"/></svg> </template>
CSS
.icon-moon-stars-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%22M13.574%203.138C17.794%203.883%2021%207.566%2021%2012.001a9%209%200%200%201-17.863%201.574c-.14-.79.662-1.433%201.409-1.098a6%206%200%200%200%207.932-7.93a1.01%201.01%200%200%201%201.096-1.409M5.435%207.717a.071.071%200%200%201%20.13%200q.03.07.064.14a3.26%203.26%200%200%200%201.337%201.421a.068.068%200%200%201%200%20.118a3.3%203.3%200%200%200-1.337%201.423l-.064.14a.071.071%200%200%201-.13%200q-.03-.07-.063-.14a3.26%203.26%200%200%200-1.239-1.364l-.098-.059a.068.068%200%200%201%200-.118a3.26%203.26%200%200%200%201.337-1.422q.033-.07.063-.14m2.961-4.859c.04-.09.167-.09.207%200q.049.112.102.222a5.2%205.2%200%200%200%202.128%202.264a.108.108%200%200%201%200%20.188q-.08.045-.159.093a5.2%205.2%200%200%200-2.07%202.393a.113.113%200%200%201-.208%200q-.048-.111-.1-.221a5.2%205.2%200%200%200-2.128-2.265a.107.107%200%200%201%200-.188A5.2%205.2%200%200%200%208.296%203.08q.052-.11.1-.222%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%22M13.574%203.138C17.794%203.883%2021%207.566%2021%2012.001a9%209%200%200%201-17.863%201.574c-.14-.79.662-1.433%201.409-1.098a6%206%200%200%200%207.932-7.93a1.01%201.01%200%200%201%201.096-1.409M5.435%207.717a.071.071%200%200%201%20.13%200q.03.07.064.14a3.26%203.26%200%200%200%201.337%201.421a.068.068%200%200%201%200%20.118a3.3%203.3%200%200%200-1.337%201.423l-.064.14a.071.071%200%200%201-.13%200q-.03-.07-.063-.14a3.26%203.26%200%200%200-1.239-1.364l-.098-.059a.068.068%200%200%201%200-.118a3.26%203.26%200%200%200%201.337-1.422q.033-.07.063-.14m2.961-4.859c.04-.09.167-.09.207%200q.049.112.102.222a5.2%205.2%200%200%200%202.128%202.264a.108.108%200%200%201%200%20.188q-.08.045-.159.093a5.2%205.2%200%200%200-2.07%202.393a.113.113%200%200%201-.208%200q-.048-.111-.1-.221a5.2%205.2%200%200%200-2.128-2.265a.107.107%200%200%201%200-.188A5.2%205.2%200%200%200%208.296%203.08q.052-.11.1-.222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/moon-stars-fill.svg?color=%231a73e8&size=48