I have tried to use svg icons but it didnt appear, was trying to find out the reason , what i understood is without sass and live server installed svg files doesnt work is that correct? … if im just purely using html/css with no server i better of using PNG icons?
You need neither SASS nor a server for SVG files, and the SVG not showing up could have many different reasons. There’s a number of ways to include an SVG on your page.
Are you using inline-SVG (write the code directly into your HTML)?
Are you including it via an img tag instead? Or as a background-image that you’re referencing in your CSS?
It’s impossible to help you out without you sharing the respective parts of your code.
yes im using inline-SVG , im getting the code from website IcoMoon App … and it it gives the following code