Download Chrome extension

Супермен custom cursor

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

Try this cursor

Move across the preview to feel both cursor styles.

Супермен cute cursor pack preview
Hover these
Auto · default + hover
363
Superman курсор - це розширення браузера, яке дозволяє шанувальникам Superman додати до свого перегляду пристрій свого улюбленого супергероя. Курсор розроблений, щоб нагадувати знаменитий логотип Superman і може бути легко встановлений на вашому браузері. Це веселий спосіб персоналізувати свій досвід перегляду та показати свою любов до Людини сталі. Розширення доступне для різних браузерів, включаючи Google Chrome і Mozilla Firefox. За допомогою декількох клац ви можете перетворити свій нудний курсор в той, який заслуговує на Людиній завтрашнього дня. У колекції 'Comics' зібрано ще більше курсор паків, як-от 'Superman'.

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/images/cursors/5d62ac35846a5.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/images/pointers/5d62ac3584704.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/justice-league/superman-cute-cursors" title="Get free Супермен cursors for your website.">
  Супермен Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/images/cursors/5d62ac35846a5.png";
const POINTER = "https://cdn.cutecursors.com/images/pointers/5d62ac3584704.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 />
   Супермен cursors by https://cutecursors.com//category/justice-league/superman-cute-cursors */
-- Супермен 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/images/cursors/5d62ac35846a5.png
--    Pointer: https://cdn.cutecursors.com/images/pointers/5d62ac3584704.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)

-- Супермен cursors: https://cutecursors.com//category/justice-league/superman-cute-cursors

How to Install Супермен

How to Install cursor Супермен for Chrome

Супермен preview

Супермен

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

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Супермен' 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 'Супермен' 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

Пакет курсорів DC Green Lantern

DC Green Lantern курсор пак

DC Green Lantern cursor with a Power Ring pointer - glowing cosmic for every click.

Пакет курсорів DC Cyborg

DC Cyborg курсор пак

DC Cyborg cursor with a Energy Cannon pointer - futuristic cyber for every click.

Пакет курсорів DC Deathstroke

DC Deathstroke курсор пак

DC Deathstroke cursor with a Tactical Sword pointer - armored mercenary for every click.

Пакет курсорів DC Black Adam

DC Black Adam курсор пак

DC Black Adam cursor with a Black Lightning pointer - ancient powerful for every click.

Пакет курсорів DC Shazam

DC Shazam курсор пак

DC Shazam cursor with a Magic Lightning pointer - bright superhero for every click.

Пакет курсорів DC Green Arrow

DC Green Arrow курсор пак

DC Green Arrow cursor with a Trick Arrow pointer - urban archer for every click.

Пакет курсорів DC Raven

DC Raven курсор пак

DC Raven cursor with a Dark Magic Orb pointer - mystical shadow for every click.

Пакет курсорів DC Beast Boy

DC Beast Boy курсор пак

DC Beast Boy cursor with a Green Paw pointer - energetic cartoon for every click.

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