I am new to web development. And in my sample project to get icons I have included the font-awesome plugin (http://fontawesome.io/icons/). And I can select all sort of icons available. But I have two three project specific images
like the project logo
.
Question 1: How can I convert project specific images (png) to icons like "font-awesome"
Question 2: I searched a little and then found that the are nothing but files with svg extension. So, if I convert the images that I already have in SVG format will that be sufficient.
Question 3: So, once I create SVG icons will I be able to apply the CSS styling as I apply on "font-awesome" icons.
I am new to all this. Please guide me.