School Red Marker & Test Paper custom cursor

Meet the Red Marker and Test Paper cute cursor - free custom cursor ready for every click.

Try this cursor

Move across the preview to feel both cursor styles.

School Red Marker & Test Paper cute cursor pack preview
Hover these
Auto · default + hover
21

Red Marker and Test Paper Custom Cursor Pack

Suit up your mouse with Red Marker and Test Paper, a clean cute cursor for everyday browsing with back-to-school flair. Use this free custom cursor in Chrome and Edge, and on Windows 10/11 via Custom Cursor for a matching pointer on the desktop.

Clean shapes keep Red Marker and Test Paper readable at cursor size, so the click point never gets lost. Fan-made artwork celebrating back-to-school charm - not an official stationery merchandise set.

More school and kawaii looks wait in the Treble Clef and Notes Cursor Pack, the Scissors Cursor Pack, and the Pencil and Notebook Cursor Pack.

Download the Red Marker and Test Paper pack and let school-day energy follow every click.

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/school-red-marker-test-paper-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
  cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/school-red-marker-test-paper-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/school/school-red-marker-test-paper-cursor" title="Get free School Red Marker & Test Paper cursors for your website.">
  School Red Marker & Test Paper Cursors
</a>
/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";

const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/school-red-marker-test-paper-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/school-red-marker-test-paper-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 />
   School Red Marker & Test Paper cursors by https://cutecursors.com//category/school/school-red-marker-test-paper-cursor */
-- School Red Marker & Test Paper 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/school-red-marker-test-paper-cursor/arrow.png
--    Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/school-red-marker-test-paper-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)

-- School Red Marker & Test Paper cursors: https://cutecursors.com//category/school/school-red-marker-test-paper-cursor

How to Install School Red Marker & Test Paper

How to Install cursor School Red Marker & Test Paper for Chrome

School Red Marker & Test Paper preview

School Red Marker & Test Paper

Meet the Red Marker and Test Paper cute cursor - free custom cursor ready for every click.

  1. 1
    Go to Chrome Web Store

    Hit the 'Add to Browser' button to get the 'School Red Marker & Test Paper' 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 'School Red Marker & Test Paper' 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

School Supplies Oil Pastels Cursor-Paket

School Supplies Oil Pastels Cursor-Paket

School Supplies Oil Pastels cursor with a Color Stroke pointer - vibrant drawing vibe for every click.

Ansehen
School Supplies Charcoal Pencil Cursor-Paket

School Supplies Charcoal Pencil Cursor-Paket

School Supplies Charcoal Pencil cursor with a Sketch Paper pointer - professional art vibe for every click.

Ansehen
School Supplies Eraser Cursor-Paket

School Supplies Eraser Cursor-Paket

School Supplies Eraser cursor with a Pencil Mark pointer - cute classroom vibe for every click.

Ansehen
School Supplies Correction Pen Cursor-Paket

School Supplies Correction Pen Cursor-Paket

School Supplies Correction Pen cursor with a White Line pointer - clean stationery vibe for every click.

Ansehen
School Supplies Correction Tape Cursor-Paket

School Supplies Correction Tape Cursor-Paket

School Supplies Correction Tape cursor with a Paper Sheet pointer - modern office vibe for every click.

Ansehen
School Supplies Pencil Grip Cursor-Paket

School Supplies Pencil Grip Cursor-Paket

School Supplies Pencil Grip cursor with a Writing Hand pointer - friendly learning vibe for every click.

Ansehen
School Supplies Notebook Cursor-Paket

School Supplies Notebook Cursor-Paket

School Supplies Notebook cursor with a Blue Pen pointer - classic student vibe for every click.

Ansehen
School Supplies Spiral Notebook Cursor-Paket

School Supplies Spiral Notebook Cursor-Paket

School Supplies Spiral Notebook cursor with a Metal Spiral pointer - modern study vibe for every click.

Ansehen

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