Download Chrome extension

Cocina y Burger de McDonald's custom cursor

Cursor pack Cocina y Burger de McDonald's con estilo cute cursor para el día a día.

Try this cursor

Move across the preview to feel both cursor styles.

Cocina y Burger de McDonald's cute cursor pack preview
Hover these
Auto · default + hover
136
¡Prepárate para disfrutar de un delicioso cursor de ratón de McDonald's! Este cursor presenta una combo de cola y hamburguesas, haciendo instantáneamente agua en la boca para tu comida rápida favorita. Cada clic y movimiento de tu ratón te transportará a la feliz experiencia de devorar una comida satisfactoria en la icónica cadena de comida rápida. ¡prepárate para satisfacer tus anhelos con este irresistible cursor de McDonald's!En la colección Food and drinks hay muchos otros paquetes únicos de cursores, como este, para tu disfrute.

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/mcdonalds-cola-burger-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/mcdonalds-cola-burger-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/drinks/mcdonalds-cola-burger-cursor" title="Get free Cocina y Burger de McDonald's cursors for your website.">
  Cocina y Burger de McDonald's Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/mcdonalds-cola-burger-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/mcdonalds-cola-burger-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 />
   Cocina y Burger de McDonald's cursors by https://cutecursors.com//category/drinks/mcdonalds-cola-burger-cursor */
-- Cocina y Burger de McDonald's 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/mcdonalds-cola-burger-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/mcdonalds-cola-burger-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)

-- Cocina y Burger de McDonald's cursors: https://cutecursors.com//category/drinks/mcdonalds-cola-burger-cursor

How to Install Cocina y Burger de McDonald's

How to Install cursor Cocina y Burger de McDonald's for Chrome

Cocina y Burger de McDonald's preview

Cocina y Burger de McDonald's

Cursor pack Cocina y Burger de McDonald's con estilo cute cursor para el día a día.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Cocina y Burger de McDonald's' 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 'Cocina y Burger de McDonald's' 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

Pack de cursores Blueberry Soda

Pack de cursores Blueberry Soda

Blueberry Soda cursor - free berry character custom cursor with darkened rim art.

Ver
Pack de cursores Boysenberry Milkshake

Pack de cursores Boysenberry Milkshake

Boysenberry Milkshake custom cursor for Chrome and Edge - bright berry buddy pack.

Ver
Pack de cursores Cloudberry Milkshake

Pack de cursores Cloudberry Milkshake

Cloudberry Milkshake custom cursor for Chrome and Edge - bright berry buddy pack.

Ver
Pack de cursores Cranberry Juice

Pack de cursores Cranberry Juice

Cranberry Juice cursor - free berry character custom cursor with darkened rim art.

Ver
Pack de cursores Currant Fruit Drink

Pack de cursores Currant Fruit Drink

Currant Fruit Drink cursor - free berry character custom cursor with darkened rim art.

Ver
Pack de cursores Elderberry Cream Shake

Pack de cursores Elderberry Cream Shake

Elderberry Cream Shake cursor - free berry character custom cursor with darkened rim art.

Ver
Pack de cursores Goji Berry Shake

Pack de cursores Goji Berry Shake

Free Goji Berry Shake custom cursor - cute berry character arrow with matching pointer.

Ver
Pack de cursores Gooseberry Lemonade

Pack de cursores Gooseberry Lemonade

Gooseberry Lemonade custom cursor for Chrome and Edge - bright berry buddy pack.

Ver

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