Add Icon Button to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.
bashnpx robloxui add icon-buttonFirst time? Start with the documentation.
import { Icon Button } from "./src/client/ui/components/icon-button";<IconButton icon="rbxassetid://123456" onClick={() => print("Clicked!")} />A compact button displaying only an icon. Ideal for toolbars, action bars, and inline controls where space is limited.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | Buttons |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.textSecondary |
| Last Updated |
| July 31, 2026 |