Download Chrome extension

Леонардо і Катана Sword custom cursor

Спробуй Леонардо і Катана Sword: милий курсор пак і готові custom cursors.

Try this cursor

Move across the preview to feel both cursor styles.

Леонардо і Катана Sword cute cursor pack preview
Hover these
Auto · default + hover
71
Лідер команди і найдосвідченіший ніндзя з братів, Леонардо, потрапляє в нашу колекцію безкоштовних курсорів миші! Надягаючи блакитну бандану і володіючи двома катанами, він випромінює яскравість і силу. Відомий своїм величезним серцем і неухильною рішучістю, Леонардо прагне бути модельним лідером для своїх братів.Відвідайте колекцію Teenage Mutant Ninja Turtles для повного досвіду - зокрема з паком Леонардо і Катана Sword.

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/tmnt-leonardo-katana-sword-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/tmnt-leonardo-katana-sword-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/teenage-mutant-ninja-turtles/tmnt-leonardo-katana-sword-cursor" title="Get free Леонардо і Катана Sword cursors for your website.">
  Леонардо і Катана Sword Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/tmnt-leonardo-katana-sword-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/tmnt-leonardo-katana-sword-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 />
   Леонардо і Катана Sword cursors by https://cutecursors.com//category/teenage-mutant-ninja-turtles/tmnt-leonardo-katana-sword-cursor */
-- Леонардо і Катана Sword 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/tmnt-leonardo-katana-sword-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/tmnt-leonardo-katana-sword-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)

-- Леонардо і Катана Sword cursors: https://cutecursors.com//category/teenage-mutant-ninja-turtles/tmnt-leonardo-katana-sword-cursor

How to Install Леонардо і Катана Sword

How to Install cursor Леонардо і Катана Sword for Chrome

Леонардо і Катана Sword preview

Леонардо і Катана Sword

Спробуй Леонардо і Катана Sword: милий курсор пак і готові custom cursors.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Леонардо і Катана Sword' 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 'Леонардо і Катана Sword' 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

Пакет курсорів TMNT Шредер & Tekko-kagi

TMNT Шредер & Tekko-kagi курсор пак

Обери TMNT Шредер & Tekko-kagi - cute cursor і кастомний курсор без зайвого шуму.

Пакет курсорів Baxter Stockman

Baxter Stockman курсор пак

Baxter Stockman custom cursor пак із милим курсором для фанатів теми.

Пакет курсорів Рафаель і Ніндзя Сай

Рафаель і Ніндзя Сай курсор пак

Милий курсор Рафаель і Ніндзя Сай освіжить кліки - free custom cursor для ПК.

Пакет курсорів Bebop & RocksteadyA

Bebop & Rocksteady курсор пак

Bebop & Rocksteady - кастомний курсор і cute cursor для браузера.

Пакет курсорів ТМНТ Donatello & Stick

ТМНТ Donatello & Stick курсор пак

ТМНТ Donatello & Stick курсори: милий курсор і кастомний курсор в одному сеті.

Пакет курсорів Michelangelo & Nunchucks

Michelangelo & Nunchucks курсор пак

Додай Michelangelo & Nunchucks до миші - cute cursor і кастомний курсор безкоштовно.

Пакет курсорів TMNT Raphael Color

TMNT Raphael Color курсор пак

Free TMNT Raphael Color custom cursor: bright symbol arrow plus character pointing hand.

Пакет курсорів TMNT Leonardo Color

TMNT Leonardo Color курсор пак

TMNT Leonardo Color cursor - free custom blue-mask ninja turtle with a Katana Buddy 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