for example, instead of using "font awesome" library, I want to create own library with color images, I download few image also made some color image in photoshop like "New Employee", "Edit Employee", "Save" etc. few, then save those as PNG, then using "Adobe Illustrator" I converted them to svg, then using "iconmoon" web site I tried to create my own library, but svg files has multiple path, because of these the code in html is to long like 10-15 like for single image. but If i tried to join the path of svg image its color completely changes into single color, nothing is recognoizable of that image.
Is it possible what I am trying to do?