This document was successfully checked as SVG 1.1 + URL + HTML + MathML 3.0!

Result: Passed, 1 warning(s)
:
: utf-8
: SVG 1.1 + URL + HTML + MathML 3.0
Root Element: svg
Root Namespace: http://www.w3.org/2000/svg
Options

Help on the options is available.

Validation Output: 1 Warning

Below is a list of the warning message(s) produced when checking your document.

  1. Warning Line 2, Column 74: Unsupported SVG version specified. This validator only supports SVG 1.1. The recommended way to suppress this warning is to remove the version attribute altogether.
    <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 62 62">

↑ Top

Congratulations

The document located at <https://upload.wikimedia.org/wikipedia/commons/3/35/Arrow_icon.svg> was successfully checked as SVG 1.1 + URL + HTML + MathML 3.0. This means that the resource in question identified itself as "SVG 1.1 + URL + HTML + MathML 3.0" and that we successfully performed a formal validation of it. The parser implementations we used for this check are based on Compound XML and libxml2 (XML).

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F3%2F35%2FArrow_icon.svg;ss=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 62 62">
  3. <defs>
  4. <linearGradient id="b" x1="42.986301" x2="22.0144" y1="7.0127001" y2="51.987099" gradientUnits="userSpaceOnUse">
  5. <stop offset="0" stop-color="#c4febc"/>
  6. <stop offset="1" stop-color="#69d467"/>
  7. </linearGradient>
  8. <linearGradient id="c" x1="55.454102" x2="9.5471001" y1="42.752899" y2="16.248501" gradientUnits="userSpaceOnUse">
  9. <stop offset="0" stop-color="#35a730"/>
  10. <stop offset="1" stop-color="#5cc65a"/>
  11. </linearGradient>
  12. <radialGradient id="a">
  13. <stop offset="0" stop-color="silver"/>
  14. <stop offset=".88" stop-color="silver"/>
  15. <stop offset="1" stop-color="silver" stop-opacity="0"/>
  16. </radialGradient>
  17. </defs>
  18. <circle cx="32.5" cy="29.5" r="26.5" fill="url(#a)" transform="matrix(1.0648 0 0 1.06482 -2.1 1.0864)"/>
  19. <circle cx="31" cy="31" r="25.799999" fill="url(#b)" stroke="url(#c)" stroke-width="2"/>
  20. <path fill="#fff" fill-rule="evenodd" d="M49.404186 31.000004S38.578784 22.94769 34.868988 19.979849c-.950014-.760013-3.372547-.189999-2.612537 2.090021.570009 1.710024 1.615022 4.940072 1.615022 4.940072l-19.665269-.902511v9.785127l19.665269-.902511s-1.045013 3.230048-1.615022 4.940073c-.76001 2.280036 1.662523 2.850033 2.612537 2.09004 3.709796-2.967844 14.535198-11.020156 14.535198-11.020156z"/>
  21. </svg>

↑ Top