moon clear icon

moon-clear-line from Remix Icon by Remix Design · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
moon-clear-line
Set
Remix Icon
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More weather icons from Remix Icon

Use the moon clear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.96 7.96 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8 8 0 0 0 6.957-4.045Q18.482 16 18 16C12.477 16 8 11.523 8 6q0-.481.045-.957A8 8 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455"/></svg>

React

import type { SVGProps } from "react";

export function RiMoonClearLine(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="M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.96 7.96 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8 8 0 0 0 6.957-4.045Q18.482 16 18 16C12.477 16 8 11.523 8 6q0-.481.045-.957A8 8 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.96 7.96 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8 8 0 0 0 6.957-4.045Q18.482 16 18 16C12.477 16 8 11.523 8 6q0-.481.045-.957A8 8 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455"/></svg>
</template>

CSS

.icon-moon-clear-line {
  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%22M10%206a8%208%200%200%200%2011.955%206.956C21.474%2018.03%2017.2%2022%2012%2022C6.477%2022%202%2017.523%202%2012c0-5.2%203.97-9.474%209.044-9.955A7.96%207.96%200%200%200%2010%206m-6%206a8%208%200%200%200%208%208a8%208%200%200%200%206.957-4.045Q18.482%2016%2018%2016C12.477%2016%208%2011.523%208%206q0-.481.045-.957A8%208%200%200%200%204%2012m14.164-9.709L19%202.5v1l-.836.209a2%202%200%200%200-1.455%201.455L16.5%206h-1l-.209-.836a2%202%200%200%200-1.455-1.455L13%203.5v-1l.836-.209A2%202%200%200%200%2015.29.836L15.5%200h1l.209.836a2%202%200%200%200%201.455%201.455m5%205L24%207.5v1l-.836.209a2%202%200%200%200-1.455%201.455L21.5%2011h-1l-.209-.836a2%202%200%200%200-1.455-1.455L18%208.5v-1l.836-.209a2%202%200%200%200%201.455-1.455L20.5%205h1l.209.836a2%202%200%200%200%201.455%201.455%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%22M10%206a8%208%200%200%200%2011.955%206.956C21.474%2018.03%2017.2%2022%2012%2022C6.477%2022%202%2017.523%202%2012c0-5.2%203.97-9.474%209.044-9.955A7.96%207.96%200%200%200%2010%206m-6%206a8%208%200%200%200%208%208a8%208%200%200%200%206.957-4.045Q18.482%2016%2018%2016C12.477%2016%208%2011.523%208%206q0-.481.045-.957A8%208%200%200%200%204%2012m14.164-9.709L19%202.5v1l-.836.209a2%202%200%200%200-1.455%201.455L16.5%206h-1l-.209-.836a2%202%200%200%200-1.455-1.455L13%203.5v-1l.836-.209A2%202%200%200%200%2015.29.836L15.5%200h1l.209.836a2%202%200%200%200%201.455%201.455m5%205L24%207.5v1l-.836.209a2%202%200%200%200-1.455%201.455L21.5%2011h-1l-.209-.836a2%202%200%200%200-1.455-1.455L18%208.5v-1l.836-.209a2%202%200%200%200%201.455-1.455L20.5%205h1l.209.836a2%202%200%200%200%201.455%201.455%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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