Göttin Bastet custom cursor

Lade Göttin Bastet - cute Cursor und Custom Cursor für den Alltag.

Try this cursor

Move across the preview to feel both cursor styles.

Göttin Bastet cute cursor pack preview
Hover these
Auto · default + hover
15
Die Cursors Collection bietet einen atemberaubenden Goddess Bastet Cursor für Ihren Browser. Dieser Cursor verfügt über die antike ägyptische Göttin der Katzen und ist wunderschön gestaltet mit komplizierten Details ihrer katzenähnlichen Merkmale, die einen Ankh in einer Hand und einen Sistrum in der anderen halten. Der Cursor fügt Ihrem Surferlebnis einen Hauch von Eleganz und Mystik hinzu, perfekt für diejenigen, die ägyptische Mythologie und Katzen lieben. Installieren Sie diesen Cursor und fühlen Sie sich wie eine Göttin, während Sie das Web surfen. Holen Sie sich jetzt von der Cursors Collection!Dieses Cursor-Paket ist Teil der Kollektion Cursor Collection, wo Sie noch weitere Optionen finden können.

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/goddess_bastet_cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/db/goddess_bastet_cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/mythology/goddess-bastet-cursor" title="Get free Göttin Bastet cursors for your website.">
  Göttin Bastet Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/db/goddess_bastet_cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/db/goddess_bastet_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 />
   Göttin Bastet cursors by https://cutecursors.com//category/mythology/goddess-bastet-cursor */
-- Göttin Bastet 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/goddess_bastet_cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/db/goddess_bastet_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)

-- Göttin Bastet cursors: https://cutecursors.com//category/mythology/goddess-bastet-cursor

How to Install Göttin Bastet

How to Install cursor Göttin Bastet for Chrome

Göttin Bastet preview

Göttin Bastet

Lade Göttin Bastet - cute Cursor und Custom Cursor für den Alltag.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Göttin Bastet' 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 'Göttin Bastet' 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

Gott Horus Cursor-Paket

Gott Horus Cursor-Paket

Süßer Cursor Gott Horus frischt Klicks auf - free Custom Cursor für den PC.

Ansehen
Artemis Cursor-Paket

Artemis Cursor-Paket

Artemis - Custom Cursor und cute Cursor für den Browser.

Ansehen
Elemental Nature Lizard Cursor-Paket

Elemental Nature Lizard Cursor-Paket

Elemental Nature Lizard cute cursor brings a leafy green lizard sticker and a matching vine-paw pointer.

Ansehen
Elemental Fire Lion Cursor-Paket

Elemental Fire Lion Cursor-Paket

Elemental Fire Lion cute cursor packs a flame-mane lion cub sticker and a fiery paw pointer.

Ansehen
Elemental Water Turtle Cursor-Paket

Elemental Water Turtle Cursor-Paket

Elemental Water Turtle cute cursor delivers a crystal-shell turtle sticker and a watery flipper pointer.

Ansehen
Mythic Fire Phoenix Cursor-Paket

Mythic Fire Phoenix Cursor-Paket

Mythic Fire Phoenix cute cursor brings a flame-winged phoenix sticker and a fiery claw pointer.

Ansehen
Mythic Ice Dragon Cursor-Paket

Mythic Ice Dragon Cursor-Paket

Mythic Ice Dragon cute cursor packs a crystal-scaled ice dragon sticker and an icy claw pointer.

Ansehen
Mythic Lightning Griffin Cursor-Paket

Mythic Lightning Griffin Cursor-Paket

Mythic Lightning Griffin cute cursor delivers a bolt-feathered griffin sticker and an electric claw pointer.

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