moon-stars-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
moon-stars-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the moon stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21m2.071-13.97L12.99 5.874q-.243-.242-.243-.565q0-.324.243-.566l1.157-1.158q.243-.242.566-.242t.565.242l1.158 1.158q.242.242.242.566t-.242.565l-1.158 1.158q-.242.242-.565.242t-.566-.242m5.212 3.211l-.581-.561q-.165-.165-.165-.373t.165-.373l.58-.562q.166-.165.364-.165t.364.165l.561.562q.166.165.166.373t-.166.373l-.561.561q-.166.166-.364.166t-.363-.166"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoonStarsRounded(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="M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21m2.071-13.97L12.99 5.874q-.243-.242-.243-.565q0-.324.243-.566l1.157-1.158q.243-.242.566-.242t.565.242l1.158 1.158q.242.242.242.566t-.242.565l-1.158 1.158q-.242.242-.565.242t-.566-.242m5.212 3.211l-.581-.561q-.165-.165-.165-.373t.165-.373l.58-.562q.166-.165.364-.165t.364.165l.561.562q.166.165.166.373t-.166.373l-.561.561q-.166.166-.364.166t-.363-.166"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.075 21q-1.888 0-3.543-.713T5.64 18.336t-1.951-2.893t-.714-3.543q0-2.639 1.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108 2.09.925 3.963t2.295 3.351t3.353 2.295t3.968.925q.236 0 .386.068t.229.192q.085.134.099.313t-.053.35q-1.13 2.375-3.344 3.773T12.075 21m2.071-13.97L12.99 5.874q-.243-.242-.243-.565q0-.324.243-.566l1.157-1.158q.243-.242.566-.242t.565.242l1.158 1.158q.242.242.242.566t-.242.565l-1.158 1.158q-.242.242-.565.242t-.566-.242m5.212 3.211l-.581-.561q-.165-.165-.165-.373t.165-.373l.58-.562q.166-.165.364-.165t.364.165l.561.562q.166.165.166.373t-.166.373l-.561.561q-.166.166-.364.166t-.363-.166"/></svg>
</template>

CSS

.icon-moon-stars-rounded {
  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%22M12.075%2021q-1.888%200-3.543-.713T5.64%2018.336t-1.951-2.893t-.714-3.543q0-2.639%201.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108%202.09.925%203.963t2.295%203.351t3.353%202.295t3.968.925q.236%200%20.386.068t.229.192q.085.134.099.313t-.053.35q-1.13%202.375-3.344%203.773T12.075%2021m2.071-13.97L12.99%205.874q-.243-.242-.243-.565q0-.324.243-.566l1.157-1.158q.243-.242.566-.242t.565.242l1.158%201.158q.242.242.242.566t-.242.565l-1.158%201.158q-.242.242-.565.242t-.566-.242m5.212%203.211l-.581-.561q-.165-.165-.165-.373t.165-.373l.58-.562q.166-.165.364-.165t.364.165l.561.562q.166.165.166.373t-.166.373l-.561.561q-.166.166-.364.166t-.363-.166%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%22M12.075%2021q-1.888%200-3.543-.713T5.64%2018.336t-1.951-2.893t-.714-3.543q0-2.639%201.395-4.846t3.77-3.345q.177-.067.35-.058q.174.008.308.093q.123.079.197.238t.074.39q.108%202.09.925%203.963t2.295%203.351t3.353%202.295t3.968.925q.236%200%20.386.068t.229.192q.085.134.099.313t-.053.35q-1.13%202.375-3.344%203.773T12.075%2021m2.071-13.97L12.99%205.874q-.243-.242-.243-.565q0-.324.243-.566l1.157-1.158q.243-.242.566-.242t.565.242l1.158%201.158q.242.242.242.566t-.242.565l-1.158%201.158q-.242.242-.565.242t-.566-.242m5.212%203.211l-.581-.561q-.165-.165-.165-.373t.165-.373l.58-.562q.166-.165.364-.165t.364.165l.561.562q.166.165.166.373t-.166.373l-.561.561q-.166.166-.364.166t-.363-.166%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/moon-stars-rounded.svg?color=%231a73e8&size=48