Iconography
The Icons we use across the AppSignal brand as well as the in the product.
FontAwesome
We use FontAwesome 5 for most of our icons in the product as well as for the brand.
Style
By default, we're using the solid
style. In some cases we also use the regular
style, if the solid
style appears too thick or unfitting for another reason.
Using FontAwesome
Figma
To use FontAwesome in Figma, you have to install the FontAwesome Pro and FontAwesome Brand fonts. You can find the required files in our Google Drive.
React
To use FontAwesome in React, please follow the install instructions on their website. You can then add an icon by importing and using the FontAwesomeIcon
component.
<FontAwesomeIcon icon={faStroopwafel} />