Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Downloading pics for your site

I am on the first project for the tech degree and they have me download a zip file to work with. The problem is that when I download and extract the zip file the images are svg document files, so I can't use them with my project. The pics are supposed to be social icons.

Any advice? Did I download the file wrong? If you need more info, please, ask me.

1 Answer

I assume your project is a web based project? If so, you should be able to use SVG images. I will leave some resources below.

One benefit of the SVG format, is scaling. So it will look sharp on any device.

Using SVG

Do I use <img>, <object>, or <embed> for SVG files?

SVG to PNG - for converting svg files to the png format

I'm using an older laptop with windows 7 and that may be causes issues according to your resources, right? The converter doesn't work with the svg document file I have for some reason.