SAMPLE APP: Font Awesome Icon Library

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:

3X_5_1_51750b6c442d44cf4b93429c57408f87441468c8.png

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"
23 8 3,035
8 REPLIES 8

Duuuude!!! Thanks so much @GreenFlux this is amazing!

You don’t know how many times I’ve wanted a way to give my clients the ability to select their own map icons and things - but there was never a good way to get the icons to them.

You da man! 3X_e_0_e0913c6d179fc9d65941aab026ddd06b90333dd3.gif

Awesome Sample App… thank you for sharing!

The search works great & I also love the familiarity with the icons.

Thank you for sharing and spending bunch of time and works to prepare sample app.
This is super useful.

On the other day, I posted a ONE PAGER image for the list of icons. I took another clean screenshot.
If you are fine, add this file to your sample app as additional resources. Thanks again.

![2021-02-21_14-42-06|600x12500](upload://e81OTEUmTIFpDoNXMBA

flCmfQfS.png)

@GreenFlux and @tsuji_koichi

I want to grab a few of the icons to my app instructions which are contained in my Google sheets data for the app. Is it possible to copy a font awesome icon and insert it in a line of text in a sheet cell?

If so, how?

Thanks.

Are you trying to do something like this?

Hello, is there a way to get the regular and light versions of these icons? 

I tried changing the string to regular and light instead of solid. A couple of the icons I was using showed up with the regular version, but most didn't.  When I tried light, none of the icons I'm using showed up.

Just wondering if there are ways to adjust this string to get all of the fonts that are currently available in Appsheet

"https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/"&[Name]&".svg"

Thanks for your help!

I went and looked on the github website and it looks like the do have additional categories, but not all of them (regular, solid, brands) and they haven't been updated in a couple of years.  Any idea if someone out there could update that list?

Hi I know it's been a while since this was posted but I just found it and I hope someone can help me. I'm new to appsheet and not a very fluent english speaker, so I hope I can make myself clear.

I want to use this but I don't know if I can use it the way I'm intending:

Can this be used as a selection source from the details view? 

Let's say that I'm creating a new task or row, there in the details view there's an option to upload an image for that row (the camera icon), if you click it it opens a window to take a picture or select a file from the device. Can this be used instead of that? 

I checked the sample app and it is a gallery with all the icons displayed, but I don't understand how I can make it work the way I need

Top Labels in this Space