Sample SVG images
SVG is a format for presenting vector graphics. Vector graphics is a way to encode images as a set of elementary geometric objects - points, lines, circles, rectangles. Below are the test images in this format available for download
🧠 How SVG Works
SVG is not a pixel image but a text XML file with drawing instructions: lines, curves, shapes, text. That is why SVG scales without quality loss and has a small file size. It can be styled with CSS and animated with JavaScript. Here is what it consists of:

