1<svg xmlns="http://www.w3.org/2000/svg"
2     xmlns:xlink="http://www.w3.org/1999/xlink"
3     width="100%"
4     height="100%"
5     viewBox="0 0 300 300">
6
7  <title>SVG Logo</title>
8  <desc>Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted by W3C in 2009. It is available under the Creative Commons license for those who have an SVG product or who are using SVG on their site.</desc>
9
10   <metadata id="license">
11     <rdf:RDF
12       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13       xmlns:dc="http://purl.org/dc/elements/1.1/"
14       xmlns:cc="http://web.resource.org/cc/">
15       <cc:Work rdf:about="">
16         <dc:title>SVG Logo</dc:title>
17         <dc:date>14-08-2009</dc:date>
18         <dc:creator>
19           <cc:Agent><dc:title>W3C</dc:title></cc:Agent>
20           <cc:Agent><dc:title>Harvey Rayner, designer</dc:title></cc:Agent>
21         </dc:creator>
22         <dc:description>See document description</dc:description>
23         <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/" />
24         <dc:format>image/svg+xml</dc:format>
25         <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26       </cc:Work>
27       <cc:License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/">
28         <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
29         <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
30         <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
31         <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
32         <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
33         <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
34         <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
35       </cc:License>
36     </rdf:RDF>
37   </metadata>
38
39   <g stroke-width="38.0086" stroke="#000">
40     <g id="svgstar" transform="translate(150, 150)">
41       <path id="svgbar" fill="#ffb13b"
42         d="M-84.1487,-15.8513 a22.4171,22.4171 0 1 0 0,31.7026 h168.2974 a22.4171,22.4171 0 1 0 0,-31.7026 Z"/>
43       <use xlink:href="#svgbar" transform="rotate(45)"/>
44       <use xlink:href="#svgbar" transform="rotate(90)"/>
45       <use xlink:href="#svgbar" transform="rotate(135)"/>
46     </g>
47   </g>
48   <use xlink:href="#svgstar"/>
49
50</svg>
51