Download Chrome extension

Patrice Estrella custom cursor

Cursor pack Patrice Estrella con estilo cute cursor para el día a día.

Try this cursor

Move across the preview to feel both cursor styles.

Patrice Estrella cute cursor pack preview
Hover these
Auto · default + hover
157
En busca de un cursor alegre y divertido para su navegador? Compruebe el cursor Patrick Star de la colección Cursors! Este cursor divertido cuenta con uno de los personajes más queridos de la serie de éxitos SpongeBob SquarePants. Con sus colores vibrantes y su diseño animado, el cursor Patrick Star iluminará cualquier experiencia de navegación. Instalado en segundos, este cursor es compatible con la mayoría de los navegadores y es completamente libre de usar. ¡Por qué optar por un cursor sencillo cuando puede tener uno que es divertido y fresco? Obtenga el cursor Patrick Star hoy!La colección SpongeBob incluye el paquete de cursores Patrice Estrella, además de muchas otras opciones únicas para personalizar tu navegador.

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/patrick_star_cute_cursors_cute_cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/db/patrick_star_cute_cursors_cute_cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/spongebob/patrick-star-cute-cursors-cute-cursor" title="Get free Patrice Estrella cursors for your website.">
  Patrice Estrella Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/db/patrick_star_cute_cursors_cute_cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/db/patrick_star_cute_cursors_cute_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 />
   Patrice Estrella cursors by https://cutecursors.com//category/spongebob/patrick-star-cute-cursors-cute-cursor */
-- Patrice Estrella 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/patrick_star_cute_cursors_cute_cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/db/patrick_star_cute_cursors_cute_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)

-- Patrice Estrella cursors: https://cutecursors.com//category/spongebob/patrick-star-cute-cursors-cute-cursor

How to Install Patrice Estrella

How to Install cursor Patrice Estrella for Chrome

Patrice Estrella preview

Patrice Estrella

Cursor pack Patrice Estrella 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 'Patrice Estrella' 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 'Patrice Estrella' 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 Bob Esponja Gary PixelA

Pack de cursores Bob Esponja Gary Pixel

Bob Esponja Gary Pixel: cursores cute y custom cursor sin complicaciones.

Ver
Pack de cursores Barnacle Boy Blue Glove

Pack de cursores Barnacle Boy Blue Glove

Cursor pack Barnacle Boy Blue Glove con estilo cute cursor para el día a día.

Ver
Pack de cursores Bob Esponja Squidward Tentacles & Clarinet

Pack de cursores Bob Esponja Squidward Tentacles & Clarinet

Cursor pack Bob Esponja Squidward Tentacles & Clarinet con estilo cute cursor para el día a día.

Ver
Pack de cursores Among Us Plankton Character

Pack de cursores Among Us Plankton Character

Among Us Plankton Character cursor - a tiny green plankton crewmate look with a matching pointer.

Ver
Pack de cursores Bob Esponja Gary el Esponja

Pack de cursores Bob Esponja Gary el Esponja

Bob Esponja Gary el Esponja: cute cursor pack y cursor personalizado gratis para el escritorio.

Ver
Pack de cursores Slasher

Pack de cursores Slasher

Slasher cursor pack: un cute cursor fresco para cada clic.

Ver
Pack de cursores Among Us Patrick Star Character

Pack de cursores Among Us Patrick Star Character

Among Us Patrick Star Character cursor - a pink starfish crewmate costume with a matching pointer.

Ver
Pack de cursores Patrick Star Rainbow

Pack de cursores Patrick Star Rainbow

Patrick Star Rainbow cursor - cheerful starfish tip with a bright rainbow arc.

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