Download Chrome extension

Конан custom cursor

Милий курсор Конан - безкоштовний кастомний курсор для робочого столу.

Try this cursor

Move across the preview to feel both cursor styles.

Конан cute cursor pack preview
Hover these
Auto · default + hover
12
Курсор Konan з колекції Cursors є унікальним і стильним варіантом для тих, хто хоче додати деяку особистість до свого браузера. Завдяки шикарному дизайну, натхненному аніме персонажем Konan, цей курсор обов'язково вразить. Чорно-біла колірна схема курсора і різкі лінії роблять його відмінним на будь-якій веб-сторінці. Чи є ви шанувальником шоу або просто шукаєте перемикач курсора, курсор Konan є відмінним вибором для тих, хто хоче зробити своє досвід перегляду більш цікавим і персоналізованим.У колекції Cursor Collection зібрано ще більше курсор паків, як-от Конан.

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

const CURSOR = "https://cdn.cutecursors.com/db/konan_cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/db/konan_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 />
   Конан cursors by https://cutecursors.com//category/akatsuki/konan-cursor */
-- Конан 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/konan_cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/db/konan_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)

-- Конан cursors: https://cutecursors.com//category/akatsuki/konan-cursor

How to Install Конан

How to Install cursor Конан for Chrome

Конан preview

Конан

Милий курсор Конан - безкоштовний кастомний курсор для робочого столу.

  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

Пакет курсорів Akatsuki Ring

Akatsuki Ring курсор пак

Fan-made dark metal ring arrow cursor with a red kanji face, plus a gunmetal pointing hand accent.

Пакет курсорів Akatsuki Origami Crane

Akatsuki Origami Crane курсор пак

Fan-made origami crane arrow cursor with red sun and cherry blossoms, plus a paper-texture pointing hand.

Пакет курсорів Akatsuki Scroll

Akatsuki Scroll курсор пак

Fan-made ninja scroll arrow cursor with ink mountains and a red sun, plus a parchment pointing hand.

Пакет курсорів Akatsuki Anbu Mask

Akatsuki Anbu Mask курсор пак

Fan-made white kitsune ANBU mask arrow cursor with red markings and gold bells, plus a matching mask pointer.

Пакет курсорів Akatsuki Cloud Cloak

Akatsuki Cloud Cloak курсор пак

Akatsuki cloud cloak cute cursor packs the charcoal red cloud cloak arrow and a matching red pointing-hand pointer.

Пакет курсорів Akatsuki Straw Hat

Akatsuki Straw Hat курсор пак

Akatsuki straw hat cute cursor brings the conical straw hat arrow and a matching tan pointing-hand pointer.

Пакет курсорів Akatsuki Silver Ring

Akatsuki Silver Ring курсор пак

Akatsuki silver ring cute cursor packs the silver crimson ring arrow and a matching silver pointing-hand pointer.

Пакет курсорів Akatsuki Origami Crane

Akatsuki Origami Crane курсор пак

Akatsuki origami crane cute cursor brings the white red crane arrow and a matching white red pointing-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

Explore Related Topics