- Home
- /Realtime
- /…
- /React Native
- /RtkIcon
RtkIcon
Last updated Apr 23, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
Renders an SVG icon from an icon string, applying the current theme text color.
import { RtkIcon } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkIcon icon={svgIconString} />;
}
import {
RtkIcon,
defaultIconPack,
} from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkIcon icon={defaultIconPack.mic_on} />;
}
PreviousRtkHeaderNextRtkIdleScreen