In many places throughout everypage you can use icons. We support a range of icons and all are loaded dynamically on the page to ensure that your page loads super fast.

As an example you may want to use icons in the feature-boxes-1 section like this:

{
  "type": "feature-boxes-1",
  "titleText": "Hello World",
  "subtitleText": "Let's talk about icons",
  "features": [
    {
      "iconId": "ion-code-working",
      "title": "Built for developers",
      "description": "We love developers!"
    }
  ]
}

This would generate a section that looks like this:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/374b039b-da8b-4474-a579-641b6ec0b046/Screen_Shot_2020-08-05_at_18.28.31.png

The iconId has the form <IconType>-<IconName>. We support a number of icon sets, each of which has a corresponding IconType. You can find the list of icon sets we support below. The IconName for the icon you want can be found on the site for the icon set.

Supported Icon Sets