moon icon
moon from Line Awesome by Icons8 · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- moon
- Set
- Line Awesome
- Style
- Line
- Category
- Weather
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
moonAkar IconsmoonBootstrap IconsmoonBoxIcons v2moonBoxIcons v2 SolidmoonCarbonmoon-fillEva IconsmoonFramework7 IconsmoonFont Awesome 6 RegularmoonFont Awesome 6 SolidmoonFeather Iconsmooncss.ggmoonHeroIconsmoonHuge IconsmoonHumbleiconsmoonIonIconsmoonJam IconsmoonMaterial Line IconsmoonSVG LogosmoonLucidemoonMage IconsmoonMajesticonsmoon-fillMingCute Iconmoon-16OcticonsmoonPhosphor
More weather icons from Line Awesome
Use the moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v2H3v2h2v2h2V9h2V7H7V5zm15.281 2.938L18.625 8C13.281 8.191 9 12.578 9 17.969c0 5.511 4.488 10 10 10c5.39 0 9.777-4.282 9.969-9.625l.062-1.625l-1.468.687A5.94 5.94 0 0 1 25 17.97c-3.324 0-6-2.676-6-6c0-.914.223-1.75.594-2.531zm-2.906 2.375c-.125.554-.375 1.062-.375 1.656c0 4.406 3.594 8 8 8c.605 0 1.121-.246 1.688-.375c-.762 3.625-3.829 6.375-7.688 6.375c-4.43 0-8-3.57-8-8c0-3.852 2.758-6.887 6.375-7.657z"/></svg>
React
import type { SVGProps } from "react";
export function LaMoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v2H3v2h2v2h2V9h2V7H7V5zm15.281 2.938L18.625 8C13.281 8.191 9 12.578 9 17.969c0 5.511 4.488 10 10 10c5.39 0 9.777-4.282 9.969-9.625l.062-1.625l-1.468.687A5.94 5.94 0 0 1 25 17.97c-3.324 0-6-2.676-6-6c0-.914.223-1.75.594-2.531zm-2.906 2.375c-.125.554-.375 1.062-.375 1.656c0 4.406 3.594 8 8 8c.605 0 1.121-.246 1.688-.375c-.762 3.625-3.829 6.375-7.688 6.375c-4.43 0-8-3.57-8-8c0-3.852 2.758-6.887 6.375-7.657z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v2H3v2h2v2h2V9h2V7H7V5zm15.281 2.938L18.625 8C13.281 8.191 9 12.578 9 17.969c0 5.511 4.488 10 10 10c5.39 0 9.777-4.282 9.969-9.625l.062-1.625l-1.468.687A5.94 5.94 0 0 1 25 17.97c-3.324 0-6-2.676-6-6c0-.914.223-1.75.594-2.531zm-2.906 2.375c-.125.554-.375 1.062-.375 1.656c0 4.406 3.594 8 8 8c.605 0 1.121-.246 1.688-.375c-.762 3.625-3.829 6.375-7.688 6.375c-4.43 0-8-3.57-8-8c0-3.852 2.758-6.887 6.375-7.657z"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v2H3v2h2v2h2V9h2V7H7V5zm15.281%202.938L18.625%208C13.281%208.191%209%2012.578%209%2017.969c0%205.511%204.488%2010%2010%2010c5.39%200%209.777-4.282%209.969-9.625l.062-1.625l-1.468.687A5.94%205.94%200%200%201%2025%2017.97c-3.324%200-6-2.676-6-6c0-.914.223-1.75.594-2.531zm-2.906%202.375c-.125.554-.375%201.062-.375%201.656c0%204.406%203.594%208%208%208c.605%200%201.121-.246%201.688-.375c-.762%203.625-3.829%206.375-7.688%206.375c-4.43%200-8-3.57-8-8c0-3.852%202.758-6.887%206.375-7.657z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v2H3v2h2v2h2V9h2V7H7V5zm15.281%202.938L18.625%208C13.281%208.191%209%2012.578%209%2017.969c0%205.511%204.488%2010%2010%2010c5.39%200%209.777-4.282%209.969-9.625l.062-1.625l-1.468.687A5.94%205.94%200%200%201%2025%2017.97c-3.324%200-6-2.676-6-6c0-.914.223-1.75.594-2.531zm-2.906%202.375c-.125.554-.375%201.062-.375%201.656c0%204.406%203.594%208%208%208c.605%200%201.121-.246%201.688-.375c-.762%203.625-3.829%206.375-7.688%206.375c-4.43%200-8-3.57-8-8c0-3.852%202.758-6.887%206.375-7.657z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/moon.svg?color=%231a73e8&size=48