moon icon
moon-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- moon-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
moonAkar Iconsmoon-filledAnt Design IconsmoonBootstrap IconsmoonBoxIcons v2moonBoxIcons v2 SolidmoonCarbonmoonElement Plusmoon-fillEva IconsmoonFont Awesome 6 RegularmoonFont Awesome 6 SolidmoonFont Awesome RegularmoonFont Awesome SolidmoonFeather Iconsmoon-outlineFlowbite Iconsmooncss.ggmoonHeroIconsmoonHuge IconsmoonHumbleiconsmoonIconParkmoonIconPark OutlinemoonIconPark SolidmoonIconPark TwoTonemoonIonIconsmoonJam Icons
Related icons in Framework7 Icons
Use the moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M41.149 36.156c-12.68 0-20.79-7.945-20.79-20.648c0-2.625.633-6.375 1.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281 0-.82.07-1.336.258C10.703 8.477 4.891 17.805 4.891 27.625c0 13.781 10.5 23.625 24.234 23.625c10.078 0 18.844-6.117 21.75-13.758a4.5 4.5 0 0 0 .234-1.312c0-.867-.703-1.453-1.36-1.453c-.304 0-.562.07-1.007.21c-1.804.586-4.71 1.22-7.593 1.22"/></svg>
React
import type { SVGProps } from "react";
export function F7MoonFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M41.149 36.156c-12.68 0-20.79-7.945-20.79-20.648c0-2.625.633-6.375 1.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281 0-.82.07-1.336.258C10.703 8.477 4.891 17.805 4.891 27.625c0 13.781 10.5 23.625 24.234 23.625c10.078 0 18.844-6.117 21.75-13.758a4.5 4.5 0 0 0 .234-1.312c0-.867-.703-1.453-1.36-1.453c-.304 0-.562.07-1.007.21c-1.804.586-4.71 1.22-7.593 1.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M41.149 36.156c-12.68 0-20.79-7.945-20.79-20.648c0-2.625.633-6.375 1.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281 0-.82.07-1.336.258C10.703 8.477 4.891 17.805 4.891 27.625c0 13.781 10.5 23.625 24.234 23.625c10.078 0 18.844-6.117 21.75-13.758a4.5 4.5 0 0 0 .234-1.312c0-.867-.703-1.453-1.36-1.453c-.304 0-.562.07-1.007.21c-1.804.586-4.71 1.22-7.593 1.22"/></svg> </template>
CSS
.icon-moon-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.149%2036.156c-12.68%200-20.79-7.945-20.79-20.648c0-2.625.633-6.375%201.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281%200-.82.07-1.336.258C10.703%208.477%204.891%2017.805%204.891%2027.625c0%2013.781%2010.5%2023.625%2024.234%2023.625c10.078%200%2018.844-6.117%2021.75-13.758a4.5%204.5%200%200%200%20.234-1.312c0-.867-.703-1.453-1.36-1.453c-.304%200-.562.07-1.007.21c-1.804.586-4.71%201.22-7.593%201.22%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.149%2036.156c-12.68%200-20.79-7.945-20.79-20.648c0-2.625.633-6.375%201.454-8.32c.234-.54.257-.868.257-1.102c0-.633-.468-1.336-1.359-1.336c-.281%200-.82.07-1.336.258C10.703%208.477%204.891%2017.805%204.891%2027.625c0%2013.781%2010.5%2023.625%2024.234%2023.625c10.078%200%2018.844-6.117%2021.75-13.758a4.5%204.5%200%200%200%20.234-1.312c0-.867-.703-1.453-1.36-1.453c-.304%200-.562.07-1.007.21c-1.804.586-4.71%201.22-7.593%201.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/moon-fill.svg?color=%231a73e8&size=48