moon-star from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
moon-star
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the moon star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 13C20 17.9706 15.9706 22 11 22C6.0294 22 2 17.9706 2 13C2 8.0294 6.0294 4 11 4C8.9618 6.5477 9.1652 10.2206 11.4723 12.5277C13.7794 14.8348 17.4523 15.0382 20 13ZM18.9689 2L18.9689 9M15.9378 3.75L22 7.25M22 3.75L15.9378 7.25"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMoonStar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20 13C20 17.9706 15.9706 22 11 22C6.0294 22 2 17.9706 2 13C2 8.0294 6.0294 4 11 4C8.9618 6.5477 9.1652 10.2206 11.4723 12.5277C13.7794 14.8348 17.4523 15.0382 20 13ZM18.9689 2L18.9689 9M15.9378 3.75L22 7.25M22 3.75L15.9378 7.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 13C20 17.9706 15.9706 22 11 22C6.0294 22 2 17.9706 2 13C2 8.0294 6.0294 4 11 4C8.9618 6.5477 9.1652 10.2206 11.4723 12.5277C13.7794 14.8348 17.4523 15.0382 20 13ZM18.9689 2L18.9689 9M15.9378 3.75L22 7.25M22 3.75L15.9378 7.25"/></svg>
</template>

CSS

.icon-moon-star {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%2013C20%2017.9706%2015.9706%2022%2011%2022C6.0294%2022%202%2017.9706%202%2013C2%208.0294%206.0294%204%2011%204C8.9618%206.5477%209.1652%2010.2206%2011.4723%2012.5277C13.7794%2014.8348%2017.4523%2015.0382%2020%2013ZM18.9689%202L18.9689%209M15.9378%203.75L22%207.25M22%203.75L15.9378%207.25%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%2013C20%2017.9706%2015.9706%2022%2011%2022C6.0294%2022%202%2017.9706%202%2013C2%208.0294%206.0294%204%2011%204C8.9618%206.5477%209.1652%2010.2206%2011.4723%2012.5277C13.7794%2014.8348%2017.4523%2015.0382%2020%2013ZM18.9689%202L18.9689%209M15.9378%203.75L22%207.25M22%203.75L15.9378%207.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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