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

Name
moon-stars-outline-rounded
Set
Material Symbols Light
Style
Outline 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 21m0-1q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.097t-3.45-2.422t-2.425-3.44T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20m2.071-12.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 MaterialSymbolsLightMoonStarsOutlineRounded(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 21m0-1q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.097t-3.45-2.422t-2.425-3.44T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20m2.071-12.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 21m0-1q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.097t-3.45-2.422t-2.425-3.44T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20m2.071-12.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-outline-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%2021m0-1q2.2%200%204.075-1.1t2.95-3.025q-2.15-.2-4.075-1.097t-3.45-2.422t-2.425-3.44T8.075%204.85Q6.15%205.925%205.063%207.813T3.975%2011.9q0%203.375%202.363%205.738T12.075%2020m2.071-12.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%2021m0-1q2.2%200%204.075-1.1t2.95-3.025q-2.15-.2-4.075-1.097t-3.45-2.422t-2.425-3.44T8.075%204.85Q6.15%205.925%205.063%207.813T3.975%2011.9q0%203.375%202.363%205.738T12.075%2020m2.071-12.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-outline-rounded.svg?color=%231a73e8&size=48