Version / Update: v1.0.0
- Download / Script Link
- -- NOTICE TO ANY MODS, Kawaza and iamunknown77 APPROVED THIS
-- Installation:
local lucide = loadstring(game:HttpGet(
"https://raw.githubusercontent.com/xxpwnxxx420lord/Lucide.Lua/refs/heads/main/lucide.lua",
true
))()
-- EXAMPLE:
local lucide = loadstring(game:HttpGet(
"https://raw.githubusercontent.com/xxpwnxxx420lord/Lucide.Lua/refs/heads/main/lucide.lua",
true
))()
local icon = lucide:geticon("arrow-right", {
size = 48,
color = "#ffffff",
stroke_width = 1.5,
})
local screenGui = Instance.new("ScreenGui")
screenGui.ResetOnSpawn = false
screenGui.Parent = game.CoreGui
local imageLabel = Instance.new("ImageLabel")
imageLabel.Image = icon
imageLabel.Size = UDim2.new(0, 48, 0, 48)
imageLabel.Position = UDim2.new(0.5, -24, 0.5, -24)
imageLabel.BackgroundTransparency = 1
imageLabel.ScaleType = Enum.ScaleType.Fit
imageLabel.Parent = screenGui
THIS ICON LIBRARY SUPPORTS EVERY LUCIDE ICON[ View More ]
Bring the full Lucide icon library to Roblox. Lucide.Lua lets you render any of 1,700+icons at runtime with full control over size, color, and stroke weight — no pre-uploadedassets required.
- Works on mobile
- Yes