- Home
- /Realtime
- /…
- /React
- /RtkIcon
RtkIcon
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
An icon component which accepts an svg string and renders it.
import { RtkIcon } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkIcon />;
}
import { RtkIcon } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkIcon
icon="example"
size="md"
variant="primary"
/>
);
}
PreviousRtkHeaderNextRtkIdleScreen