10.4.3. Adding a custom icon to a quick start
A default icon is provided for all quick starts. You can provide your own custom icon.
Procedure
-
Find the
.svgfile that you want to use as your custom icon. - Use an online tool to convert the text to base64.
In the YAML file, add
icon: >-, then on the next line includedata:image/svg+xml;base64followed by the output from the base64 conversion. For example:icon: >- data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgdmlld.