List of available font icons?

Hi folks,

I’ve discovered you can use a lot of font icons as “text” for you buttons.

Is there anywhere a list of the available ones?

Or is it dependent on what you have installed on your computer? If so, that’s tricky if you plan to share your templates with other people (who might not have that font installed).

I found this website that has a lot of these icon fonts, but not all of them work on OStageC.

Any tips would be appreciated!

1 Like

https://fontawesome.com/icons?d=gallery&s=solid&m=free
The included font is not up to date anymore though (5.13 vs 5.15), a bunch of icons are currently missing (around 50 i’d say).

:+1: :+1: :+1: :+1: :+1: … thanks!

1 Like

Thank you very much, you are the best as always!
Good luck !!!

Thank you very much !!!
This will help me a lot with the design...!
Good luck !!!

Thank you very much for the information provided, but I was delighted early)
Can't put any icon.
I copied the three presented code options in turn and tried to paste them into all items (html, Label), to no avail!
Can you please tell me how you install them?
Such a huge selection, just a find!
Thanks, I appreciate your help!

Just in case, not all icons are available, only the free/solid ones are, and currently the font version is 5.0.8, it will be updated to 6.0 in a future release. To add an icon in a label property, write the name of the icon prefixed with a ^, for example ^play (that's in the documentation of the label property by the way).
Adding it in the html property is a bit trickier:
<i class="fa fa-play"></i>

1 Like

hi

here is a simple example for a button

1 Like

Thanks for the support !!!
Yes, that's right!
I do so.
As I already found out, there is also this type of code:
& # x 2 1 E 7;
(put spaces, otherwise it will be converted to an icon).
But where to get the rest of the titles?
I tried various options for selecting English words, but almost nothing came up (

Thanks for the support !
I appreciate it !






Not one to be put!
Neither in html nor in Label (
In the latter, I tried both the original and without the space, and with the exact comma.
All characters at the end are marked 6.0.0-BETA1.
Maybe you know what is the reason?
Thanks for the support !!!

So right now you don t have access to these new icons

1 Like

the fa- prefix should be omitted, try ^caret-left. As for the html, replace fa-solid with fa (i'll make it possible to use the syntax provided on fontawesome's site in next version though).

1 Like

Fine ! Thanks !
Everything worked, I'm delighted)
True, not all icons (
Even this example didn't work for me.