
Cursor pack
Kawaii Sheep
The adorable sheep cursor in a kawaii style was specially created to make your time on the Internet more enjoyable. Use our lamb cursor from our Kawaii custom cursor collection to have fun surfing the web every time.

Cursor pack
The adorable sheep cursor in a kawaii style was specially created to make your time on the Internet more enjoyable. Use our lamb cursor from our Kawaii custom cursor collection to have fun surfing the web every time.
Download the file or copy ready-to-use CSS and Roblox code with the correct hotspot.

Download the file or copy embed code for your website or Roblox.
Paste this CSS into your stylesheet. Hotspot coordinates are already included.
.custom-cursor {
cursor: url('https://cute-cursor.com/cdn/packs/271/arrow.svg') 64 0, auto;
}Upload the image to Roblox, replace YOUR_ASSET_ID, then paste this LocalScript.
-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/271/arrow.svg
-- Hotspot: 64, 0
-- Size: 128x128
-- 1. Upload the image to Roblox and copy rbxassetid
-- 2. Replace YOUR_ASSET_ID below
-- 3. Put this LocalScript in StarterPlayer > StarterPlayerScripts
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local HOTSPOT_X = 64
local HOTSPOT_Y = 0
local CURSOR_WIDTH = 128
local CURSOR_HEIGHT = 128
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "CustomCursorGui"
screenGui.ResetOnSpawn = false
screenGui.IgnoreGuiInset = true
screenGui.DisplayOrder = 999999
screenGui.Parent = playerGui
local cursor = Instance.new("ImageLabel")
cursor.Name = "CustomCursor"
cursor.BackgroundTransparency = 1
cursor.Size = UDim2.fromOffset(CURSOR_WIDTH, CURSOR_HEIGHT)
cursor.Image = "rbxassetid://YOUR_ASSET_ID"
cursor.ZIndex = 999999
cursor.Parent = screenGui
UserInputService.MouseIconEnabled = false
RunService.RenderStepped:Connect(function()
local mouseLocation = UserInputService:GetMouseLocation()
cursor.Position = UDim2.fromOffset(mouseLocation.X - HOTSPOT_X, mouseLocation.Y - HOTSPOT_Y)
end)
Download the file or copy embed code for your website or Roblox.
Paste this CSS into your stylesheet. Hotspot coordinates are already included.
.custom-pointer {
cursor: url('https://cute-cursor.com/cdn/packs/271/hand.svg') 64 0, pointer;
}Upload the image to Roblox, replace YOUR_ASSET_ID, then paste this LocalScript.
-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/271/hand.svg
-- Hotspot: 64, 0
-- Size: 128x128
-- 1. Upload the image to Roblox and copy rbxassetid
-- 2. Replace YOUR_ASSET_ID below
-- 3. Put this LocalScript in StarterPlayer > StarterPlayerScripts
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local HOTSPOT_X = 64
local HOTSPOT_Y = 0
local CURSOR_WIDTH = 128
local CURSOR_HEIGHT = 128
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "CustomCursorGui"
screenGui.ResetOnSpawn = false
screenGui.IgnoreGuiInset = true
screenGui.DisplayOrder = 999999
screenGui.Parent = playerGui
local cursor = Instance.new("ImageLabel")
cursor.Name = "CustomCursor"
cursor.BackgroundTransparency = 1
cursor.Size = UDim2.fromOffset(CURSOR_WIDTH, CURSOR_HEIGHT)
cursor.Image = "rbxassetid://YOUR_ASSET_ID"
cursor.ZIndex = 999999
cursor.Parent = screenGui
UserInputService.MouseIconEnabled = false
RunService.RenderStepped:Connect(function()
local mouseLocation = UserInputService:GetMouseLocation()
cursor.Position = UDim2.fromOffset(mouseLocation.X - HOTSPOT_X, mouseLocation.Y - HOTSPOT_Y)
end)More cursor packs from the Kawaii Animals category and similar styles.
65 related cursor packs
Free for Chrome. Install once, then click Add on any cursor you like.
Install to ChromeInstall our free Chrome extension to customize your cursor!
Added successfully!
Thank you for using Cursors for Browser
Support the project. Leave 5 stars and a positive review.
To use custom cursors, install one of our Chrome extensions:
Installation steps: