CatDog Dog & Feed custom cursor

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

Try this cursor

Move across the preview to feel both cursor styles.

CatDog Dog & Feed cute cursor pack preview
Hover these
Auto · default + hover
66

Dog and Feed Custom Cursor Pack

Frame your pointer with Dog and Feed: a bold cute cursor packed with odd couple charm. Install this free custom cursor in Chrome or Edge, or set it on Windows 10/11 with the Custom Cursor app for desktop-wide clicks.

Bright accents let Dog and Feed stay crisp on light and dark pages. Fan-made only - not affiliated with or endorsed by Nickelodeon / Peter Hannan.

Round out your set with the Shriek Dubois and Glasses Cursor Pack and the Cat and Fish Bone Cursor Pack.

Install Dog and Feed and give your mouse a playful CatDog upgrade today.

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

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-dog-feed-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-dog-feed-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 Dog & Feed cursors by https://cutecursors.com//category/catdog/catdog-dog-feed-cursor */
-- CatDog Dog & Feed 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-dog-feed-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/catdog-dog-feed-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 Dog & Feed cursors: https://cutecursors.com//category/catdog/catdog-dog-feed-cursor

How to Install CatDog Dog & Feed

How to Install cursor CatDog Dog & Feed for Chrome

CatDog Dog & Feed preview

CatDog Dog & Feed

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

  1. 1
    Go to Chrome Web Store

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

CatDog Cat & Fish Bone Cursor-Paket

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

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

Explore Related Topics