RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Icon Button — RobloxUI
  1. Home
  2. /
  3. Buttons
  4. /
  5. Icon Button
Booting Luau VM…

Install with the CLI

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-button

First time? Start with the documentation.

Import

tsx
import { Icon Button } from "./src/client/ui/components/icon-button";

Usage

tsx
<IconButton icon="rbxassetid://123456" onClick={() => print("Clicked!")} />

Icon Button

TSX + LuauFree

A compact button displaying only an icon. Ideal for toolbars, action bars, and inline controls where space is limited.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryButtons
Dependencies@rbxts/react
Theme Tokenscolors.textSecondary
Last Updated
July 31, 2026