Show SVG with regular text color

I want to show an SVG image ([this one]
(https://www.flaticon.com/free-icon/checkmate_138445?term=checkmate&related_id=138445) to be specific).

This is what I did:

Image image = new Image("images/icons/checkmate.svg", "checkmate");

This works and I can display it, but it is black. How can I change the color of the Icon? Is Image the right component for that or what should I use instead and how? Ideally I would like to have it in the form of an Icon.