Font Awesome 5 support

Just out of interest, why don’t you guys consider downloading SVG icons from thenounproject.com and simply pasting the code into HTML elements? I do that, actually I’ve saved them in a table so I make a call to the table initially (SPA app) to load them into hidden texts (acting as variables) and then simply refer to the variable in my icon HTMLs. But, now I wonder if I’m doing something that might have performance implications.

1 Like