13 lines
389 B
XML
13 lines
389 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
||
|
<defs>
|
||
|
<radialGradient id="a" cx="0" cy="1" r="1">
|
||
|
<stop offset="0" stop-color="#89b"/>
|
||
|
<stop offset="1" stop-color="#def"/>
|
||
|
</radialGradient>
|
||
|
</defs>
|
||
|
<g stroke="#000" stroke-width="2">
|
||
|
<path d="M9 2h23l2 1 9 9 1 2v31l-2 1H9l-1-1V4l1-2z" fill="url(#a)"/>
|
||
|
<path d="M32 2v11l1 1h11" fill="url(#a)"/>
|
||
|
</g>
|
||
|
</svg>
|