moon stars icon
moon-stars-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.
- Name
- moon-stars-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><path d="M19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274zM16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/><path d="M12 22c5.523 0 10-4.477 10-10c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMoonStarsDuotone(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"><path d="M19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274zM16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/><path d="M12 22c5.523 0 10-4.477 10-10c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.9 2.307a.483.483 0 0 0-.9 0l-.43 1.095a.48.48 0 0 1-.272.274l-1.091.432a.486.486 0 0 0 0 .903l1.091.432a.48.48 0 0 1 .272.273L19 6.81c.162.41.74.41.9 0l.43-1.095a.48.48 0 0 1 .273-.273l1.091-.432a.486.486 0 0 0 0-.903l-1.091-.432a.48.48 0 0 1-.273-.274zM16.033 8.13a.483.483 0 0 0-.9 0l-.157.399a.48.48 0 0 1-.272.273l-.398.158a.486.486 0 0 0 0 .903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9 0l.157-.4a.48.48 0 0 1 .272-.273l.398-.157a.486.486 0 0 0 0-.903l-.398-.158a.48.48 0 0 1-.272-.273z"/><path d="M12 22c5.523 0 10-4.477 10-10c0-.463-.694-.54-.933-.143a6.5 6.5 0 1 1-8.924-8.924C12.54 2.693 12.463 2 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10" opacity=".5"/></g></svg> </template>
CSS
.icon-moon-stars-duotone {
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%3E%3Cpath%20d%3D%22M19.9%202.307a.483.483%200%200%200-.9%200l-.43%201.095a.48.48%200%200%201-.272.274l-1.091.432a.486.486%200%200%200%200%20.903l1.091.432a.48.48%200%200%201%20.272.273L19%206.81c.162.41.74.41.9%200l.43-1.095a.48.48%200%200%201%20.273-.273l1.091-.432a.486.486%200%200%200%200-.903l-1.091-.432a.48.48%200%200%201-.273-.274zM16.033%208.13a.483.483%200%200%200-.9%200l-.157.399a.48.48%200%200%201-.272.273l-.398.158a.486.486%200%200%200%200%20.903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9%200l.157-.4a.48.48%200%200%201%20.272-.273l.398-.157a.486.486%200%200%200%200-.903l-.398-.158a.48.48%200%200%201-.272-.273z%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10c0-.463-.694-.54-.933-.143a6.5%206.5%200%201%201-8.924-8.924C12.54%202.693%2012.463%202%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%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%3E%3Cpath%20d%3D%22M19.9%202.307a.483.483%200%200%200-.9%200l-.43%201.095a.48.48%200%200%201-.272.274l-1.091.432a.486.486%200%200%200%200%20.903l1.091.432a.48.48%200%200%201%20.272.273L19%206.81c.162.41.74.41.9%200l.43-1.095a.48.48%200%200%201%20.273-.273l1.091-.432a.486.486%200%200%200%200-.903l-1.091-.432a.48.48%200%200%201-.273-.274zM16.033%208.13a.483.483%200%200%200-.9%200l-.157.399a.48.48%200%200%201-.272.273l-.398.158a.486.486%200%200%200%200%20.903l.398.157c.125.05.223.148.272.274l.157.399c.161.41.739.41.9%200l.157-.4a.48.48%200%200%201%20.272-.273l.398-.157a.486.486%200%200%200%200-.903l-.398-.158a.48.48%200%200%201-.272-.273z%22%2F%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10c0-.463-.694-.54-.933-.143a6.5%206.5%200%201%201-8.924-8.924C12.54%202.693%2012.463%202%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48