Google Chrome

Saint Patrick’s Day custom cursor

Saint Patrick’s Day custom cursor set with a cute cursor feel for daily browsing.

✨ Move your mouse to test both cursors
Arrow Cursor

Default navigation pointer

Pointer Cursor

Used for clickable elements

Hover over each side to preview both cursor styles in real-time.

1,000+

Celebrate Saint Patrick's Day with "Saint Patrick’s Day" Custom Cursor

Immerse yourself in the festive spirit of St. Patrick’s Day every day with our exclusive custom cursor pack, "Saint Patrick’s Day". This creative and personalized cursor is inspired by the lively celebration of Saint Patrick's Day-an Irish holiday marked by vibrant green colors and joyous parades that have been celebrated for centuries. With this unique cursor pack, you can enjoy a touch of St. Patrick's Day every time your mouse hovers over an icon or selects text on your device! This custom "Saint Patrick’s Day" cursor is part of our collection of fun desktop cursors that offer a creative twist to your browsing experience. The cursor has been carefully designed with inspiration drawn from the rich Irish heritage and the festive celebrations associated with St. Patrick's Day. As you click through your browser or move across your Windows 10/11 screen, let the charm of this holiday infuse your daily tasks with a touch of joy! For more captivating cursor packs that will brighten up your digital world, consider exploring our other collections like Cristiano Ronaldo & Soccer Ball or dive into a magical journey with Guardian Tales - The Knight & Sword. This fanart cursor is available through our Chrome and Edge extensions or via the desktop application "Custom Cursor for Windows 10/11". Whether you're an avid St. Patrick’s Day enthusiast, a lover of quirky digital accessories, or just looking to infuse some creativity into your daily computing experience, our "Saint Patrick’s Day" cursor pack is the perfect choice for adding personality and fun to your desktop!

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/saint-patricks-day-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/saint-patricks-day-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/holidays/saint-patricks-day-cursor" title="Get free Saint Patrick’s Day cursors for your website.">
  Saint Patrick’s Day Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/saint-patricks-day-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/saint-patricks-day-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 />
   Saint Patrick’s Day cursors by https://cutecursors.com//category/holidays/saint-patricks-day-cursor */
-- Saint Patrick’s Day 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/saint-patricks-day-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/saint-patricks-day-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)

-- Saint Patrick’s Day cursors: https://cutecursors.com//category/holidays/saint-patricks-day-cursor

How to Install Saint Patrick’s Day cursors

How to Install cursor Saint Patrick’s Day for Chrome

Saint Patrick’s Day preview

Saint Patrick’s Day

Saint Patrick’s Day custom cursor set with a cute cursor feel for daily browsing.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Saint Patrick’s Day' 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 'Saint Patrick’s Day' 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

Tag der Gärtner Cursor-Paket

Tag der Gärtner Cursor-Paket

Tag der Gärtner: süßer Cursor und Custom Cursor Pack für Browser und Windows.

Holiday Santa Cursor Cursor-Paket

Holiday Santa Cursor Cursor-Paket

Holiday Santa Cursor cute pack features a Santa-hat arrow and a matching white-glove hand pointer.

Thanksgiving Day Cursor-Paket

Thanksgiving Day Cursor-Paket

Thanksgiving Day cursor pack: cute cursors and clean custom cursor shapes.

Thanksgiving American Flag & Pilgrim Hat Cursor-Paket

Thanksgiving American Flag & Pilgrim Hat Cursor-Paket

Make clicks fun with Thanksgiving American Flag & Pilgrim Hat - cute custom cursor pack for any desktop.

Easter Egg & Basket Cursor-Paket

Easter Egg & Basket Cursor-Paket

Pick Easter Egg & Basket for cute cursors - free custom cursor download for desktop.

Birthday Сake Cursor-Paket

Birthday Сake Cursor-Paket

Süßer Cursor Birthday Сake frischt Klicks auf - free Custom Cursor für den PC.

Mother’s Day Cursor-Paket

Mother’s Day Cursor-Paket

A playful Mother’s Day custom cursor for fans who want a cute cursor on screen.

Holiday Gift Box Cursor-Paket

Holiday Gift Box Cursor-Paket

Holiday Gift Box cute cursor packs a striped present arrow and a matching gift-wrap hand pointer.

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