moon-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
moon-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12C22 17.5228 17.5228 22 12 22C6.4772 22 2 17.5228 2 12C2 6.4772 6.4772 2 12 2C12.3844 2 12.7348 2.2203 12.9013 2.5668C13.0678 2.9133 13.021 3.3245 12.7809 3.6247C11.061 5.7746 11.2326 8.8738 13.1794 10.8206C15.1262 12.7674 18.2254 12.939 20.3753 11.2191C20.6755 10.979 21.0867 10.9322 21.4332 11.0987C21.7797 11.2652 22 11.6156 22 12Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMoonFill(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="M22 12C22 17.5228 17.5228 22 12 22C6.4772 22 2 17.5228 2 12C2 6.4772 6.4772 2 12 2C12.3844 2 12.7348 2.2203 12.9013 2.5668C13.0678 2.9133 13.021 3.3245 12.7809 3.6247C11.061 5.7746 11.2326 8.8738 13.1794 10.8206C15.1262 12.7674 18.2254 12.939 20.3753 11.2191C20.6755 10.979 21.0867 10.9322 21.4332 11.0987C21.7797 11.2652 22 11.6156 22 12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12C22 17.5228 17.5228 22 12 22C6.4772 22 2 17.5228 2 12C2 6.4772 6.4772 2 12 2C12.3844 2 12.7348 2.2203 12.9013 2.5668C13.0678 2.9133 13.021 3.3245 12.7809 3.6247C11.061 5.7746 11.2326 8.8738 13.1794 10.8206C15.1262 12.7674 18.2254 12.939 20.3753 11.2191C20.6755 10.979 21.0867 10.9322 21.4332 11.0987C21.7797 11.2652 22 11.6156 22 12Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.4772%2022%202%2017.5228%202%2012C2%206.4772%206.4772%202%2012%202C12.3844%202%2012.7348%202.2203%2012.9013%202.5668C13.0678%202.9133%2013.021%203.3245%2012.7809%203.6247C11.061%205.7746%2011.2326%208.8738%2013.1794%2010.8206C15.1262%2012.7674%2018.2254%2012.939%2020.3753%2011.2191C20.6755%2010.979%2021.0867%2010.9322%2021.4332%2011.0987C21.7797%2011.2652%2022%2011.6156%2022%2012Z%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%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.4772%2022%202%2017.5228%202%2012C2%206.4772%206.4772%202%2012%202C12.3844%202%2012.7348%202.2203%2012.9013%202.5668C13.0678%202.9133%2013.021%203.3245%2012.7809%203.6247C11.061%205.7746%2011.2326%208.8738%2013.1794%2010.8206C15.1262%2012.7674%2018.2254%2012.939%2020.3753%2011.2191C20.6755%2010.979%2021.0867%2010.9322%2021.4332%2011.0987C21.7797%2011.2652%2022%2011.6156%2022%2012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/moon-fill.svg?color=%231a73e8&size=48