Download Chrome extension

Sueño custom cursor

Descarga Sueño - custom cursor adorable para Chrome, Edge y Windows.

Try this cursor

Move across the preview to feel both cursor styles.

Sueño cute cursor pack preview
Hover these
Auto · default + hover
148
El cursor de Sven es parte de la colección de cursores de DOTA 2 que incluye personajes icónicos del juego como diseños de cursores. Sven, el Caballero Rogue, es un héroe de fuerza conjunta conocido por sus poderosas habilidades y fuerza bruta. El diseño del cursor incluye la espada y el escudo icónicos de Sven, con la espada apuntando hacia la dirección del cursor. Los fans de DOTA 2 apreciarán la atención al detalle en el diseño y el sentido de conexión que crea con el héroe popular.Explora la colección DOTA 2 para encontrar más paquetes, como Sueño.

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/5d85c8cee1886.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/images/pointers/5d85c8cee189b.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/dota-2/sven-cute-cursors" title="Get free Sueño cursors for your website.">
  Sueño Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/images/cursors/5d85c8cee1886.png";
const POINTER = "https://cdn.cutecursors.com/images/pointers/5d85c8cee189b.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 />
   Sueño cursors by https://cutecursors.com//category/dota-2/sven-cute-cursors */
-- Sueño 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/5d85c8cee1886.png
--    Pointer: https://cdn.cutecursors.com/images/pointers/5d85c8cee189b.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)

-- Sueño cursors: https://cutecursors.com//category/dota-2/sven-cute-cursors

How to Install Sueño

How to Install cursor Sueño for Chrome

Sueño preview

Sueño

Descarga Sueño - custom cursor adorable para Chrome, Edge y Windows.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'Sueño' 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 'Sueño' 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 Dota 2 Largo

Pack de cursores Dota 2 Largo

Dota 2 Largo cursor - kawaii pastel buddy with a themed Musical Lute pointer.

Ver
Pack de cursores Dota 2 Legion Commander

Pack de cursores Dota 2 Legion Commander

Dota 2 Legion Commander cursor - kawaii pastel buddy with a themed Duel Sword pointer.

Ver
Pack de cursores Dota 2 Leshrac

Pack de cursores Dota 2 Leshrac

Dota 2 Leshrac cursor - kawaii pastel buddy with a themed Lightning Orb pointer.

Ver
Pack de cursores Dota 2 Lich

Pack de cursores Dota 2 Lich

Dota 2 Lich cursor - kawaii pastel buddy with a themed Ice Staff pointer.

Ver
Pack de cursores Lifestealer

Pack de cursores Lifestealer

Lifestealer cursor - kawaii pastel buddy with a themed Monster Claw pointer.

Ver
Pack de cursores Dota2

Pack de cursores Dota2

Dota2 cursor - bright buddy with a themed Aegis Soft pointer.

Ver
Pack de cursores The International Dota 2

Pack de cursores The International Dota 2

The International Dota 2 cursor - bright buddy with a themed Trophy Soft pointer.

Ver
Pack de cursores Dota Meaning

Pack de cursores Dota Meaning

Dota Meaning cursor - bright buddy with a themed Meaning Soft pointer.

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