Hi You’ve got two options to achieve what you’re looking for:
- Create a custom font with icons - You can make a custom font that includes your icons. There’s a detailed explanation on how to do this here: Is it possible to use FontAwesome symbols directly in SLS? - #4 by SquareLine_Support
- Build your own tab bar - Instead of using the built-in tab widget, create your tab bar using regular buttons and put each tab’s content on separate screens. This way you can easily add images to the buttons.
The second approach gives you much more flexibility for customization, especially when you want to add visual elements like icons or images to your tabs.