A premade retro moon icon that reads clearly at small sizes and pairs well with Sun Dim.

Preview

Moon Chunk

SVG icon

Install

npx shadcn@latest add @evilbuttons/moon

Usage

[]txt
import MoonIcon from "@/components/evil-buttons/icons/moon";

export function ThemeToggleIcon() {
  return <MoonIcon className="size-7 text-slate-900 dark:text-slate-100" />;
}