About 78,000 results
Open links in new tab
  1. SVG Files: What They Are and How to Open & Convert Them - Lifewire

    Aug 7, 2024 · An SVG file is a Scalable Vector Graphics file. SVG files use an XML-based text format to describe how an image should appear and can be opened with a web browser.

  2. SVG files: How to create, edit and open them | Adobe

    Scalable Vector Graphics (SVG) is a web-friendly vector file format. As opposed to pixel-based raster files like JPEGs, vector files store images via mathematical formulas based on points and lines on a …

  3. SVG - Wikipedia

    SVG images are defined in a vector graphics format and stored in XML text files. SVG images can thus be scaled in size without loss of quality, and SVG files can be searched, indexed, scripted, and …

  4. SVG Tutorial - W3Schools

    Learn SVG SVG stands for Scalable Vector Graphics. SVG defines vector-based graphics in XML format. SVG graphics are scalable, and do not lose any quality if they are zoomed or resized. SVG is …

  5. SVG Files: What They Are, How to Make One, and Why I Think You …

    Aug 16, 2024 · An SVG (scalable vector graphic) file is a standard graphics file type used for rendering two-dimensional images. SVG files encode images as vectors, which makes them resolution …

  6. What Is an SVG File, and How Do I Open One? - How-To Geek

    Feb 18, 2021 · In the context of computer graphics, SVG stands for "Scalable Vector Graphics." An SVG file is a computer file that uses the SVG standard, defined by the World Wide Web Consortium, to …

  7. What Is SVG? Your Guide to SVG Files - SitePoint

    Aug 12, 2020 · SVG (Scalable Vector Graphics) is an image file format that combines information on shape, line, curve, text, and color to construct images.

  8. SVG: Scalable Vector Graphics - MDN Web Docs

    Oct 30, 2025 · SVG is, essentially, to graphics what HTML is to text. SVG images and their related behaviors are defined in XML text files, which means they can be searched, indexed, scripted, and …

  9. SVG isn't just a file format - it's a whole graphics language in itself ...

    Jan 13, 2026 · SVGs are DOM-based, graphics language—not just images. Learn how SVG primitives, viewBox, and CSS integration unlock scalable, interactive visuals, and how developers should think …

  10. What is SVG File Format – A Complete Guide

    Jan 20, 2025 · SVG file format encodes images as vectors, and as a result, images become resolution-independent. SVG images do not lose image quality when resized or zoomed and thus are scalable.