SVG

  1. In source view, add in the code for your SVG image. If you only have the image file, open it in a text editor to see the code.
  2. Paste that code into the source of your topic.
  3. Add a class, in these examples two classes have been added and applied. Open the default.css to see .fa-svg-blue and .fa-svg-red.
    Note the attribute in the CSS fill: currentColor; By applying that attribute in the CSS rather than in the code for the "image", it is not necessary to add it the SVG code if it is not already there.

 

 

This image is from from https://pixabay.com/vectors/infinity-infinite-repeating-loop-1837436/ and different classes have been applied. The classes could also define different sizes if required.