AppSheet uses icons from Font Awesome for format rules, actions, views, etc.
But these images aren’t available to choose from when an image column is added to a table. Users can upload new images, but they can’t select from this set of icons- unless they had downloaded them ahead of time.
@ipannolinidiAurora asked about using these icons in a table’s image column this morning and it inspired me to build a new sample app.
I found a set of Font Awesome SVGs on GitHub and copied all the names into a new, public GSheet for others to use.
Then, I built a sample app using only the text-name, and a virtual column to retrieve the image:
To add these icons to your app, you can either copy the sample app and build on top of it, or add the public sheet to your app and add a new virtual column:
"https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/"&[Name]&".svg"