If want to change the SVG color. You can use CSS, to change color of image.
To change any SVGs color
1. Add the SVG image using an tag.
2. To change the color of any SVG you can directly change the svg code by opening the svg file in any text editor
3. You can observe that there are some XML tags like path, circle, polygon etc. There you can add your own color with help of style attribute.
4. Add the style attribute to all the tags so that you can get your SVG of your required color