Water & Salad custom cursor
Water & Salad free cursor pack: cute cursor art for a fresher pointer.
Default navigation pointer
Used for clickable elements
Hover over each side to preview both cursor styles in real-time.
Discover "Water & Salad": The Ideal Companion for Your Desktop
Enhance your browsing experience with the stylish, vibrant custom cursor pack "Water & Salad". Tailored exclusively for web browsers like Chrome and Edge on Windows 10/11, this captivating collection of cursors is a delightful blend of function and fun. Whether you're an artist at heart or just looking to add some flair to your digital environment, "Water & Salad" offers an array of enchanting options for every taste.
Inspired by the vibrant hues of a fresh salad bowl and the tranquil shades found in clear water, this custom cursor pack has been designed to infuse your workspace with a hint of culinary creativity. "Water & Salad" is not just about changing how you see your mouse pointer; it's an extension of your digital palette that adds a dash of personality and vibrancy to every click.
Embark on this whimsical journey with our exclusive cursor pack, which features:
- An array of animated cursors inspired by the freshness of greens in a salad bowl and the clarity of water. The design elements echo the crisp texture of lettuce leaves and the gentle ripple of liquid crystal, bringing your cursor to life.
- "Water & Salad" is more than just an accessory for your screen; it's a daily reminder to blend health with style. Each animated cursor comes packed with subtle animations that add a dynamic flair as you navigate through your applications, making every click feel like part of the experience.
- For more delightful and unique cursors, be sure not to miss our other fanart cursor packs such as Infinity and the whimsical Cloud Cursor. Dive into a world of delightful digital expression with "Water & Salad".
This fanart cursor pack is your gateway to personalizing your desktop experience, combining the best ingredients from our other renowned collections like Infinity Cursor Pack and Cloud Cursor Pack. Indulge in a feast for your eyes with "Water & Salad" - the perfect blend of creativity and functionality.
Customize your embed code and preview it in real time below.
Live preview
<style type="text/css">
body {
cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/water-salad-cursor/arrow.png) 4 4, auto;
}
a, button, .clickable {
cursor: url(https://cdn.cutecursors.com/cdn-sweezy/packs/water-salad-cursor/hand.png) 4 4, pointer;
}
</style>
<a href="https://cutecursors.com//category/drinks/water-salad-cursor" title="Get free Water & Salad cursors for your website.">
Water & Salad Cursors
</a>/* components/CuteCursor.jsx */
"use client";
import { useEffect } from "react";
const CURSOR = "https://cdn.cutecursors.com/cdn-sweezy/packs/water-salad-cursor/arrow.png";
const POINTER = "https://cdn.cutecursors.com/cdn-sweezy/packs/water-salad-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 />
Water & Salad cursors by https://cutecursors.com//category/drinks/water-salad-cursor */-- Water & Salad 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/water-salad-cursor/arrow.png
-- Pointer: https://cdn.cutecursors.com/cdn-sweezy/packs/water-salad-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)
-- Water & Salad cursors: https://cutecursors.com//category/drinks/water-salad-cursorHow to Install Water & Salad cursors
How to Install cursor Water & Salad for Chrome
Water & Salad
Water & Salad free cursor pack: cute cursor art for a fresher pointer.
- 1Go to Chrome Web Store
Hit the 'Add to Browser' button to get the 'Water & Salad' pack.
- 2Add the Extension
On the Chrome Web Store, smash that ‘Add to Chrome’ button and confirm.
- 3Pin for Easy Access
Pro-tip: Pin the 'Cute Cursors' extension to your toolbar for quick access.
- 4Activate Your Cursor
Open the extension, find the 'Water & Salad' pack, and click to activate. Easy peasy!
You may also like
Explore other cursor packs from our collection
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







