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
115
Ощутите вдохновение и спокойствие с удивительно красочным голубым цветом нашего магического флакона. Его глубокий оттенок создает ощущение бесконечных возможностей, захватывая ваш глаз своей красотой. Наслаждайтесь яркими оттенками голубого и позволяйте своему творчеству протекать.Найдите больше вариантов в коллекции Mix, где собрано разнообразие курсор паков для персонализации.

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/blue-potion-flasks-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/blue-potion-flasks-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/magic-potions/blue-potion-flasks-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/cdn-sweezy/packs/blue-potion-flasks-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/blue-potion-flasks-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/magic-potions/blue-potion-flasks-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/cdn-sweezy/packs/blue-potion-flasks-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/blue-potion-flasks-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/magic-potions/blue-potion-flasks-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

Пакет курсоров Aurora Magic Potion

Курсор пак Aurora Magic Potion

Aurora Magic Potion cursor - bright 3D fantasy potion buddy with a Aurora Magic Cuff.

Открыть
Пакет курсоров Eclipse Essence Bottle

Курсор пак Eclipse Essence Bottle

Eclipse Essence Bottle cursor - bright 3D fantasy potion buddy with a Eclipse Essence Cuff.

Открыть
Пакет курсоров Solar Power Elixir

Курсор пак Solar Power Elixir

Solar Power Elixir cursor - bright 3D fantasy potion buddy with a Solar Power Cuff.

Открыть
Пакет курсоров Lunar Energy Potion

Курсор пак Lunar Energy Potion

Lunar Energy Potion cursor - bright 3D fantasy potion buddy with a Lunar Energy Cuff.

Открыть
Пакет курсоров Comet Dust Bottle

Курсор пак Comet Dust Bottle

Comet Dust Bottle cursor - bright 3D fantasy potion buddy with a Comet Dust Cuff.

Открыть
Пакет курсоров Black Hole Elixir

Курсор пак Black Hole Elixir

Black Hole Elixir cursor - bright 3D fantasy potion buddy with a Black Hole Cuff.

Открыть
Пакет курсоров Nebula Magic Potion

Курсор пак Nebula Magic Potion

Nebula Magic Potion cursor - bright 3D fantasy potion buddy with a Nebula Magic Cuff.

Открыть
Пакет курсоров Starfall Essence Bottle

Курсор пак Starfall Essence Bottle

Starfall Essence Bottle cursor - bright 3D fantasy potion buddy with a Starfall Essence Cuff.

Открыть

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