CatDog Cat & Fish Bone custom cursor

Cat and Fish Bone cute cursor - free custom cursor with CatDog vibes.

Try this cursor

Move across the preview to feel both cursor styles.

CatDog Cat & Fish Bone cute cursor pack preview
Hover these
Auto · default + hover
85

Cat and Fish Bone Custom Cursor Pack

Guide every click with Cat and Fish Bone, a playful cute cursor for CatDog fans. This free custom cursor works in Chrome and Edge, and on Windows 10/11 with Custom Cursor for the same tip outside the browser.

Clean shapes keep Cat and Fish Bone readable at cursor size, so the click point never gets lost. It is fan-made cursor art inspired by CatDog - not an official Nickelodeon / Peter Hannan product.

Keep the CatDog set together with the Dog and Feed Cursor Pack and the Winslow T. Oddfellow and Door Cursor Pack.

Download the Cat and Fish Bone pack and let CatDog energy follow every click.

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/cdn-sweezy/packs/catdog-cat-fish-bone-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-cat-fish-bone-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/catdog/catdog-cat-fish-bone-cursor" title="Get free CatDog Cat & Fish Bone cursors for your website.">
  CatDog Cat & Fish Bone Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-cat-fish-bone-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-cat-fish-bone-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 />
   CatDog Cat & Fish Bone cursors by https://cutecursors.com//category/catdog/catdog-cat-fish-bone-cursor */
-- CatDog Cat & Fish Bone 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/cdn-sweezy/packs/catdog-cat-fish-bone-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-cat-fish-bone-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)

-- CatDog Cat & Fish Bone cursors: https://cutecursors.com//category/catdog/catdog-cat-fish-bone-cursor

How to Install CatDog Cat & Fish Bone

How to Install cursor CatDog Cat & Fish Bone for Chrome

CatDog Cat & Fish Bone preview

CatDog Cat & Fish Bone

Cat and Fish Bone cute cursor - free custom cursor with CatDog vibes.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'CatDog Cat & Fish Bone' 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 'CatDog Cat & Fish Bone' 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

CatDog Winslow T. Oddfellow & Door Cursor-Paket

CatDog Winslow T. Oddfellow & Door Cursor-Paket

Meet the Winslow T. Oddfellow and Door cute cursor - free custom cursor ready for every click.

Ansehen
CatDog Dog & Feed Cursor-Paket

CatDog Dog & Feed Cursor-Paket

Grab the Dog and Feed cute cursor - a free custom cursor pack for CatDog fans.

Ansehen
CatDog Shriek Dubois & Glasses Cursor-Paket

CatDog Shriek Dubois & Glasses Cursor-Paket

Shriek Dubois and Glasses cute cursor pack: free custom cursors with odd couple style.

Ansehen
CatDog Duo Cursor-Paket

CatDog Duo Cursor-Paket

CatDog Duo cute cursor packs the orange two-headed hero arrow and a matching orange pointing-hand pointer.

Ansehen
CatDog Cat Cursor-Paket

CatDog Cat Cursor-Paket

CatDog Cat cute cursor brings the orange cat-end arrow and a matching orange pointing-hand pointer.

Ansehen
CatDog Dog Cursor-Paket

CatDog Dog Cursor-Paket

CatDog Dog cute cursor packs the orange dog-end arrow and a matching orange pointing-hand pointer.

Ansehen
CatDog Blue Ball Cursor-Paket

CatDog Blue Ball Cursor-Paket

CatDog Blue Ball cute cursor brings a spotted blue ball arrow and a matching blue pointing-hand pointer.

Ansehen
CatDog Food Bowl Cursor-Paket

CatDog Food Bowl Cursor-Paket

CatDog Food Bowl cute cursor packs a red pet bowl arrow and a matching red pointing-hand 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