Skip to Content
Reference<AppIcon>
<AppIcon src="/app_view/icon_placeholder.png" srcset={[ { src: "/app_view/icon_placeholder_dark.png", theme: "dark" }, ]} size={48} mask={true} />

Properties

PropertyValueDescription
srcstring

URL of the app icon image inside the public/ folder.

srcset{ src: string; theme: 'dark' | 'light' }[]

Alternative icon sources for dark or light mode.

maskboolean

Enables the squircle mask around the icon. Defaults to false.

sizenumber

Icon size in pixels. Defaults to 40.

filter
nonegrayscale

Applies a visual filter to the icon. Defaults to none.