SVG文件源码

SVG文件地址:http://el.eeurl.com/svg/e2/Single/1


<svg xmlns="http://www.w3.org/2000/svg" 
     viewBox="0 0 200 75"
     width="200"
     height="75"
     fill="#00709B"
     stroke="black"
     >
    <title></title>
    <desc></desc>

<symbol id="e1_0" viewBox="0 0 200 25">
    <rect x="2" y="2" width="71" height="21" stroke-width="4" />
    <rect x="127" y="2" width="71" height="21" stroke-width="4" />
</symbol>
<symbol id="e1_1" viewBox="0 0 200 25">
    <rect x="2" y="2" width="196" height="21" stroke-width="4" />
</symbol>
<symbol id="e2_0" viewBox="0 0 200 75">
    <use x="0" y="0" height="25" width="200" href="#e1_0" />
    <use x="0" y="50" height="25" width="200" href="#e1_0" />
</symbol>
<symbol id="e2_1" viewBox="0 0 200 75">
    <use x="0" y="0" height="25" width="200" href="#e1_1" />
    <use x="0" y="50" height="25" width="200" href="#e1_0" />
</symbol>
<symbol id="e2_2" viewBox="0 0 200 75">
    <use x="0" y="0" height="25" width="200" href="#e1_0" />
    <use x="0" y="50" height="25" width="200" href="#e1_1" />
</symbol>
<symbol id="e2_3" viewBox="0 0 200 75">
    <use x="0" y="0" height="25" width="200" href="#e1_1" />
    <use x="0" y="50" height="25" width="200" href="#e1_1" />
</symbol>

<g>
    <use x="0" y="0" width="200" height="75"  href="#e2_1" />
</g>
</svg>