Download Chrome extension

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

Pack de curseurs personnalisés School Supplies Homework Diary

Pack de curseurs personnalisés gratuit School Supplies Homework Diary

School Supplies Homework Diary cursor with a Assignment Note pointer - organized school vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Timetable

Pack de curseurs personnalisés gratuit School Supplies Timetable

School Supplies Timetable cursor with a Clock pointer - structured classroom vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Clock

Pack de curseurs personnalisés gratuit School Supplies Clock

School Supplies Clock cursor with a Alarm Bell pointer - school schedule vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Magnifying Glass

Pack de curseurs personnalisés gratuit School Supplies Magnifying Glass

School Supplies Magnifying Glass cursor with a Science Sample pointer - discovery classroom vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Globe

Pack de curseurs personnalisés gratuit School Supplies Globe

School Supplies Globe cursor with a Map Pin pointer - bright geography vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Microscope

Pack de curseurs personnalisés gratuit School Supplies Microscope

School Supplies Microscope cursor with a Microscope Slide pointer - laboratory learning vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Test Tube

Pack de curseurs personnalisés gratuit School Supplies Test Tube

School Supplies Test Tube cursor with a Science Flask pointer - colorful experiment vibe for every click.

Voir
Pack de curseurs personnalisés School Supplies Safety Goggles

Pack de curseurs personnalisés gratuit School Supplies Safety Goggles

School Supplies Safety Goggles cursor with a Science Spark pointer - laboratory protection vibe for every click.

Voir

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