moon3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
moon3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the moon3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.529 15.93c-.16-.27-.61-.69-1.73-.49c-.62.11-1.25.16-1.88.13a8.4 8.4 0 0 1-5.91-2.82c-1.3-1.45-2.1-3.34-2.11-5.38c0-1.14.22-2.24.67-3.28c.44-1.01.13-1.54-.09-1.76c-.23-.23-.77-.55-1.83-.11c-4.09 1.72-6.62 5.82-6.32 10.21c.3 4.13 3.2 7.66 7.04 8.99a10 10 0 0 0 2.89.55c.16.01.32.02.48.02c3.35 0 6.49-1.58 8.47-4.27c.67-.93.49-1.52.32-1.79"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMoon3Filled(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="M21.529 15.93c-.16-.27-.61-.69-1.73-.49c-.62.11-1.25.16-1.88.13a8.4 8.4 0 0 1-5.91-2.82c-1.3-1.45-2.1-3.34-2.11-5.38c0-1.14.22-2.24.67-3.28c.44-1.01.13-1.54-.09-1.76c-.23-.23-.77-.55-1.83-.11c-4.09 1.72-6.62 5.82-6.32 10.21c.3 4.13 3.2 7.66 7.04 8.99a10 10 0 0 0 2.89.55c.16.01.32.02.48.02c3.35 0 6.49-1.58 8.47-4.27c.67-.93.49-1.52.32-1.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.529 15.93c-.16-.27-.61-.69-1.73-.49c-.62.11-1.25.16-1.88.13a8.4 8.4 0 0 1-5.91-2.82c-1.3-1.45-2.1-3.34-2.11-5.38c0-1.14.22-2.24.67-3.28c.44-1.01.13-1.54-.09-1.76c-.23-.23-.77-.55-1.83-.11c-4.09 1.72-6.62 5.82-6.32 10.21c.3 4.13 3.2 7.66 7.04 8.99a10 10 0 0 0 2.89.55c.16.01.32.02.48.02c3.35 0 6.49-1.58 8.47-4.27c.67-.93.49-1.52.32-1.79"/></svg>
</template>

CSS

.icon-moon3-filled {
  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%22M21.529%2015.93c-.16-.27-.61-.69-1.73-.49c-.62.11-1.25.16-1.88.13a8.4%208.4%200%200%201-5.91-2.82c-1.3-1.45-2.1-3.34-2.11-5.38c0-1.14.22-2.24.67-3.28c.44-1.01.13-1.54-.09-1.76c-.23-.23-.77-.55-1.83-.11c-4.09%201.72-6.62%205.82-6.32%2010.21c.3%204.13%203.2%207.66%207.04%208.99a10%2010%200%200%200%202.89.55c.16.01.32.02.48.02c3.35%200%206.49-1.58%208.47-4.27c.67-.93.49-1.52.32-1.79%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%22M21.529%2015.93c-.16-.27-.61-.69-1.73-.49c-.62.11-1.25.16-1.88.13a8.4%208.4%200%200%201-5.91-2.82c-1.3-1.45-2.1-3.34-2.11-5.38c0-1.14.22-2.24.67-3.28c.44-1.01.13-1.54-.09-1.76c-.23-.23-.77-.55-1.83-.11c-4.09%201.72-6.62%205.82-6.32%2010.21c.3%204.13%203.2%207.66%207.04%208.99a10%2010%200%200%200%202.89.55c.16.01.32.02.48.02c3.35%200%206.49-1.58%208.47-4.27c.67-.93.49-1.52.32-1.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/moon3-filled.svg?color=%231a73e8&size=48