cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 icons library for IconTabBar

cmetz
Participant
0 Kudos

Hey guys,

i wanna implement a IconTabBar. In this control I have different Tabs, which can be accessed by a icon.

To do so I used IconTabFilter, where i can set a icon:

   <IconTabFilter key="Attachments" icon="sap-icon://group">
  

</IconTabFilter>

IconTabFilter excepts for the icon sap.ui.core.URI. The API says: A string type that represents an RFC 3986 conformant URI.

But the question is: Where am i able to find all icons (like sap-icon://group)?

I found a image library already, but there i only get the id:

SAPUI5 SDK - Demo Kit

Thanks and regards

Chris

Accepted Solutions (1)

Accepted Solutions (1)

SandipAgarwalla
Active Contributor
0 Kudos

Icon Explorer

so from the icon explorer, sap-icon://<nameOfIcon>

e.g.

sap-icon://accidental-leave

sap-icon://action

cmetz
Participant
0 Kudos

Thanks Sandip, thats it

rakshetha_jn
Associate
Associate
0 Kudos

hi how can i change the color ? of the icons some are in black and white ? is it the background or another icon altogether?

regards

Raksh

rakshetha_jn
Associate
Associate
0 Kudos

ok so if i change the color css i seem to be able to control the color .

thanks anyways

raksh

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

You can use SAPUI5 SDK - Demo Kit as well ! This will give information on all icons in single page.

Regards,

Chandra