moon rising icon

moon-rising-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
moon-rising-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the moon rising icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.465 3.26l.45-1.675l-1.675.45C3.906 3.463.74 8.946 2.17 14.281c.05.187.163.486.24.684l.113.288l.304.746H8.7l3.3-2.2l3.3 2.2h5.317l.277-.553c.544-1.088.856-2.115.919-3.148l.103-1.711l-1.54.752a7 7 0 0 1-9.841-4.476c-.34-1.267-.37-2.488-.07-3.604"/><path fill="currentColor" d="M9.303 20H1v-2h7.697L12 15.798L15.303 18H23v2h-8.303L12 18.202z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignMoonRisingFilled(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.465 3.26l.45-1.675l-1.675.45C3.906 3.463.74 8.946 2.17 14.281c.05.187.163.486.24.684l.113.288l.304.746H8.7l3.3-2.2l3.3 2.2h5.317l.277-.553c.544-1.088.856-2.115.919-3.148l.103-1.711l-1.54.752a7 7 0 0 1-9.841-4.476c-.34-1.267-.37-2.488-.07-3.604"/><path fill="currentColor" d="M9.303 20H1v-2h7.697L12 15.798L15.303 18H23v2h-8.303L12 18.202z"/></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.465 3.26l.45-1.675l-1.675.45C3.906 3.463.74 8.946 2.17 14.281c.05.187.163.486.24.684l.113.288l.304.746H8.7l3.3-2.2l3.3 2.2h5.317l.277-.553c.544-1.088.856-2.115.919-3.148l.103-1.711l-1.54.752a7 7 0 0 1-9.841-4.476c-.34-1.267-.37-2.488-.07-3.604"/><path fill="currentColor" d="M9.303 20H1v-2h7.697L12 15.798L15.303 18H23v2h-8.303L12 18.202z"/></svg>
</template>

CSS

.icon-moon-rising-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%22m10.465%203.26l.45-1.675l-1.675.45C3.906%203.463.74%208.946%202.17%2014.281c.05.187.163.486.24.684l.113.288l.304.746H8.7l3.3-2.2l3.3%202.2h5.317l.277-.553c.544-1.088.856-2.115.919-3.148l.103-1.711l-1.54.752a7%207%200%200%201-9.841-4.476c-.34-1.267-.37-2.488-.07-3.604%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.303%2020H1v-2h7.697L12%2015.798L15.303%2018H23v2h-8.303L12%2018.202z%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.465%203.26l.45-1.675l-1.675.45C3.906%203.463.74%208.946%202.17%2014.281c.05.187.163.486.24.684l.113.288l.304.746H8.7l3.3-2.2l3.3%202.2h5.317l.277-.553c.544-1.088.856-2.115.919-3.148l.103-1.711l-1.54.752a7%207%200%200%201-9.841-4.476c-.34-1.267-.37-2.488-.07-3.604%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.303%2020H1v-2h7.697L12%2015.798L15.303%2018H23v2h-8.303L12%2018.202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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