49 lines
2.5 KiB
XML
49 lines
2.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="48" height="48">
|
|
<defs>
|
|
<linearGradient id="frontGrad" x1="0" y1="1" x2="0" y2="0">
|
|
<stop stop-color="#ECECEC" offset="0" />
|
|
<stop stop-color="#FFF" offset="1" />
|
|
</linearGradient>
|
|
<linearGradient id="backGrad" x1="0" y1="0" x2="1" y2="0">
|
|
<stop stop-color="#D9D9D9" offset="0" />
|
|
<stop stop-color="#EEE" offset="1" />
|
|
</linearGradient>
|
|
<linearGradient id="leftfrontfoldGrad" xlink:href="#frontGrad" x1="0" y1="0" x2="1" y2="0" />
|
|
<linearGradient id="rightfrontfoldGrad" xlink:href="#frontGrad" x1="1" y1="0" x2="0" y2="0" />
|
|
<linearGradient id="rightbackfoldGrad" xlink:href="#backGrad" x1="1" y1="0" x2="0" y2="0" />
|
|
<linearGradient id="leftbackfoldGrad" xlink:href="#backGrad" x1="0" y1="0" x2="1" y2="0" />
|
|
<linearGradient id="handleGrad" x1="0" y1="1" x2="0" y2="0">
|
|
<stop stop-color="#E6E6E6" offset="0" />
|
|
<stop stop-color="#FFF" offset="1" />
|
|
</linearGradient>
|
|
<clipPath id="frontClip">
|
|
<rect x="2" y="9" width="44" height="37" />
|
|
</clipPath>
|
|
<symbol id="circ">
|
|
<circle cx="24" cy="27.5" r="1.5" />
|
|
</symbol>
|
|
</defs>
|
|
|
|
<rect id="back" x="4" y="3" width="40" height="10" fill="url(#backGrad)" />
|
|
<polygon id="leftbackfold" fill="url(#leftbackfoldGrad)" points="4,3 4,30 7.5,5.5" />
|
|
<polygon id="rightbackfold" fill="url(#rightbackfoldGrad)" points="44,3 44,8 40.5,5.5" />
|
|
<polygon id="shadow" points="7.5,5.5 15.2,11 4,11" fill="#000" opacity="0.08" />
|
|
<rect id="frontnew" fill="url(#frontGrad)" x="2" y="6" width="44" height="40" rx="3" clip-path="url(#frontClip)" />
|
|
<polygon id="rightfrontfold" points="46,9 40.5,9 40.5,5.5" fill="url(#rightfrontfoldGrad)" />
|
|
<polygon id="leftfrontfold" points="7.5,5.5 2,9 7.5,9" fill="url(#leftfrontfoldGrad)" />
|
|
<circle class="hole" cx="14" cy="14" r="2" fill="#000" opacity="0.3" />
|
|
<circle class="hole" cx="34" cy="14" r="2" fill="#000" opacity="0.3" />
|
|
<path id="handle" d="M 34,13 a 10,10 0 1,0 -20,0" fill="none" stroke="url(#handleGrad)" stroke-width="2.4" stroke-linecap="round" />
|
|
<g id="symbol" fill="#000" opacity="0.8">
|
|
<use xlink:href="#circ" />
|
|
<use xlink:href="#circ" x="-4.5" />
|
|
<use xlink:href="#circ" x="4.5" />
|
|
<use xlink:href="#circ" x="-4.5" y="4.5" />
|
|
<use xlink:href="#circ" x="4.5" y="4.5" />
|
|
<use xlink:href="#circ" y="4.5" />
|
|
<use xlink:href="#circ" x="-4.5" y="-4.5" />
|
|
<use xlink:href="#circ" x="4.5" y="-4.5" />
|
|
<use xlink:href="#circ" y="-4.5" />
|
|
</g>
|
|
</svg>
|