Add a custom icon to a quick start

A default icon is provided for all quick starts. You can provide your own custom icon.

Procedure
  1. Find the .svg file that you want to use as your custom icon.

  2. Use an online tool to convert the text to base64.

  3. In the YAML file, add icon: >-, then on the next line include data:image/svg+xml;base64 followed by the output from the base64 conversion. For example:

    icon: >-
       data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgdmlld.