moon icon
moon from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- moon
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
moonAkar Iconsmoon-filledAnt Design IconsmoonBootstrap IconsmoonBoxIcons v2moonBoxIcons v2 SolidmoonCarbonmoonElement Plusmoon-fillEva IconsmoonFramework7 IconsmoonFont Awesome 6 RegularmoonFont Awesome 6 SolidmoonFont Awesome RegularmoonFont Awesome SolidmoonFeather Iconsmoon-outlineFlowbite Iconsmooncss.ggmoonHeroIconsmoonHuge IconsmoonHumbleiconsmoonIconParkmoonIconPark OutlinemoonIconPark SolidmoonIconPark TwoTonemoonIonIcons
Use the moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M2 10c0 4.43 3.478 8 7.742 8c.658 0 1.302-.085 1.922-.248c-2.996-2.2-4.896-5.786-4.896-9.752c0-2.09.527-4.095 1.489-5.853C4.699 2.863 2 6.097 2 10m6.768-2c0 4.632 3.068 8.528 7.232 9.665A9.56 9.56 0 0 1 9.742 20C4.362 20 0 15.523 0 10S4.362 0 9.742 0c.868 0 1.71.117 2.511.335A10.09 10.09 0 0 0 8.768 8"/></svg>
React
import type { SVGProps } from "react";
export function JamMoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M2 10c0 4.43 3.478 8 7.742 8c.658 0 1.302-.085 1.922-.248c-2.996-2.2-4.896-5.786-4.896-9.752c0-2.09.527-4.095 1.489-5.853C4.699 2.863 2 6.097 2 10m6.768-2c0 4.632 3.068 8.528 7.232 9.665A9.56 9.56 0 0 1 9.742 20C4.362 20 0 15.523 0 10S4.362 0 9.742 0c.868 0 1.71.117 2.511.335A10.09 10.09 0 0 0 8.768 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><path fill="currentColor" d="M2 10c0 4.43 3.478 8 7.742 8c.658 0 1.302-.085 1.922-.248c-2.996-2.2-4.896-5.786-4.896-9.752c0-2.09.527-4.095 1.489-5.853C4.699 2.863 2 6.097 2 10m6.768-2c0 4.632 3.068 8.528 7.232 9.665A9.56 9.56 0 0 1 9.742 20C4.362 20 0 15.523 0 10S4.362 0 9.742 0c.868 0 1.71.117 2.511.335A10.09 10.09 0 0 0 8.768 8"/></svg> </template>
CSS
.icon-moon {
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%22-4%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010c0%204.43%203.478%208%207.742%208c.658%200%201.302-.085%201.922-.248c-2.996-2.2-4.896-5.786-4.896-9.752c0-2.09.527-4.095%201.489-5.853C4.699%202.863%202%206.097%202%2010m6.768-2c0%204.632%203.068%208.528%207.232%209.665A9.56%209.56%200%200%201%209.742%2020C4.362%2020%200%2015.523%200%2010S4.362%200%209.742%200c.868%200%201.71.117%202.511.335A10.09%2010.09%200%200%200%208.768%208%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%22-4%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010c0%204.43%203.478%208%207.742%208c.658%200%201.302-.085%201.922-.248c-2.996-2.2-4.896-5.786-4.896-9.752c0-2.09.527-4.095%201.489-5.853C4.699%202.863%202%206.097%202%2010m6.768-2c0%204.632%203.068%208.528%207.232%209.665A9.56%209.56%200%200%201%209.742%2020C4.362%2020%200%2015.523%200%2010S4.362%200%209.742%200c.868%200%201.71.117%202.511.335A10.09%2010.09%200%200%200%208.768%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/moon.svg?color=%231a73e8&size=48