Kawaii Sonne und Sterne custom cursor

Kawaii Sonne und Sterne Cursor Pack mit cute Cursor Stil für Chrome, Edge und Windows.

Try this cursor

Move across the preview to feel both cursor styles.

Kawaii Sonne und Sterne cute cursor pack preview
Hover these
Auto · default + hover
100
Beleuchtet eure Browser-Erfahrung mit dem Kawaii Sun and Stars Cursor aus der Cursors Collection! Dieser liebenswerte Cursor verfügt über eine lächelnde Sonne und drei Sterne, alles mit süßen Kawaii Gesichtern. Es ist perfekt für alle, die alles lieben, was süß und fröhlich ist. Laden Sie einfach den Cursor herunter und installieren Sie ihn, um Ihrem täglichen Surfen einen Hauch von Sonnenlicht hinzuzufügen. Mit seinem lustigen Design und dem einfach zu bedienenden Installationsprozess werden Sie diesen Cursor auf allen Ihren Lieblings-Websites lieben. Machen Sie sich bereit, mit diesem süßen Cursor ein wenig Kawaii in Ihr Internet-Browsing zu bringen!Die Kollektion Kawaii enthält dieses Paket und viele andere für diejenigen, die ihre Benutzeroberfläche besonders gestalten möchten.

Customize your embed code and preview it in real time below.

Live preview

PNG, resized to 32px
<style type="text/css">
body {
  cursor: url(https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/kawaii/kawaii-sun-and-stars-cursor" title="Get free Kawaii Sonne und Sterne cursors for your website.">
  Kawaii Sonne und Sterne Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/hand.png";

export default function CuteCursor() {
  useEffect(() => {
    const style = document.createElement("style");
    style.innerHTML = `
      body { cursor: url(${CURSOR}) 4 4, auto; }
      a, button, .clickable { cursor: url(${POINTER}) 4 4, pointer; }
    `;
    document.head.appendChild(style);
    return () => style.remove();
  }, []);

  return null;
}

/* Usage: render <CuteCursor /> once, e.g. in your root layout or App:
   <CuteCursor />
   Kawaii Sonne und Sterne cursors by https://cutecursors.com//category/kawaii/kawaii-sun-and-stars-cursor */
-- Kawaii Sonne und Sterne custom cursor for Roblox
-- LocalScript (place it in StarterPlayer > StarterPlayerScripts)
--
-- 1) Download the cursor images (buttons above) or grab them here:
--    Cursor:  https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/db/kawaii_sun_and_stars_cursor/hand.png
-- 2) Upload them in Roblox Creator Hub as Decals (Create > Decals).
-- 3) Replace the IDs below with your uploaded Image asset IDs.

local UserInputService = game:GetService("UserInputService")
local Players = game:GetService("Players")

local CURSOR_ICON = "rbxassetid://CURSOR_ASSET_ID"
local POINTER_ICON = "rbxassetid://POINTER_ASSET_ID"

-- Set the default cursor
UserInputService.MouseIcon = CURSOR_ICON

-- Optional: switch to the pointer icon while hovering GUI buttons
local function hookButton(button)
	button.MouseEnter:Connect(function()
		UserInputService.MouseIcon = POINTER_ICON
	end)
	button.MouseLeave:Connect(function()
		UserInputService.MouseIcon = CURSOR_ICON
	end)
end

local playerGui = Players.LocalPlayer:WaitForChild("PlayerGui")
for _, gui in ipairs(playerGui:GetDescendants()) do
	if gui:IsA("GuiButton") then
		hookButton(gui)
	end
end
playerGui.DescendantAdded:Connect(function(gui)
	if gui:IsA("GuiButton") then
		hookButton(gui)
	end
end)

-- Kawaii Sonne und Sterne cursors: https://cutecursors.com//category/kawaii/kawaii-sun-and-stars-cursor

How to Install Kawaii Sonne und Sterne

How to Install cursor Kawaii Sonne und Sterne for Chrome

Kawaii Sonne und Sterne preview

Kawaii Sonne und Sterne

Kawaii Sonne und Sterne Cursor Pack mit cute Cursor Stil für Chrome, Edge und Windows.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Kawaii Sonne und Sterne' pack.

  2. 2
    Add the Extension

    On the Chrome Web Store, smash that ‘Add to Chrome’ button and confirm.

  3. 3
    Pin for Easy Access

    Pro-tip: Pin the 'Cute Cursors' extension to your toolbar for quick access.

  4. 4
    Activate Your Cursor

    Open the extension, find the 'Kawaii Sonne und Sterne' pack, and click to activate. Easy peasy!

Piece of cake, right? Go on and have fun!

You may also like

Explore other cursor packs from our collection

Angel Puppy Cursor-Paket

Angel Puppy Cursor-Paket

Angel Puppy cursor - bright buddy with a themed Halo pointer.

Ansehen
Strawberry Kitty Cursor-Paket

Strawberry Kitty Cursor-Paket

Strawberry Kitty cursor - bright buddy with a themed Strawberry pointer.

Ansehen
Honey Bee Character Cursor-Paket

Honey Bee Character Cursor-Paket

Honey Bee Character cursor - bright buddy with a themed Honey Jar pointer.

Ansehen
Cute Character World Cursor-Paket

Cute Character World Cursor-Paket

Cute Character World cursor - bright buddy with a themed Heart Star pointer.

Ansehen
Peace Symbol on Pink Cursor-Paket

Peace Symbol on Pink Cursor-Paket

Peace Symbol on Pink cursor with a Pink Dove pointer - free kawaii peace custom cursor.

Ansehen
Hypnosis Spiral Cursor-Paket

Hypnosis Spiral Cursor-Paket

Hypnosis Spiral cursor with a Spiral Swirl pointer - free colorful spiral custom cursor.

Ansehen
Custom Cursor Cursor-Paket

Custom Cursor Cursor-Paket

Custom Cursor cursor - free pastel smile arrow with a Spark Arrow hand.

Ansehen
Mouse Cursor Cursor-Paket

Mouse Cursor Cursor-Paket

Mouse Cursor cursor - free classic white arrow buddy with Pointer Dot hand.

Ansehen

Didn't Find Your Vibe?

Our universe of cursors is huge. Dive into hundreds of unique collections and find the one that truly represents you.

Explore All Collections