About 1,770,000 results
Open links in new tab
  1. SVG Repo - Free SVG Vectors and Icons

    Free Vectors and Icons in SVG format. Download free mono or multi color vectors for commercial use. Search in 500.000+ Free SVG Vectors and Icons.

  2. 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. …

  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, …

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

    What is an SVG file? 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 …

  5. SVG: Scalable Vector Graphics - MDN Web Docs

    May 13, 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, …

  6. Free SVG Editor Online

    Create and edit scalable vector graphics effortlessly with our Free SVG Editor Online. No downloads or installations required. Perfect for designers, developers, and hobbyists!

  7. SVG Files: What They Are and How to Open & Convert Them - Lifewire

    Aug 7, 2024 · Convert to PNG or JPG using our tool (below) or to other formats with a graphics editor. This article explains what an SVG file is and how the format is different than other …

  8. Scalable Vector Graphics (SVG)

    SVG is a platform for two-dimensional graphics. It has two parts: an XML-based file format and a programming API for graphical applications. Key features include shapes, text and embedded …

  9. What is an SVG? Definition, Use cases, Advantages, Examples and …

    Nov 21, 2024 · 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 …

  10. Getting started - SVG | MDN

    Jun 23, 2025 · SVG files come in two flavors. Normal SVG files are text files containing SVG markup. The recommended filename extension for these files is ".svg" (all lowercase).