18 lines
845 B
XML
18 lines
845 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
|
|
<defs>
|
|
<linearGradient id="grad14" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#8BC34A;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#689F38;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="96" height="96" rx="20" fill="url(#grad14)" />
|
|
<g fill="white" transform="translate(22, 18)">
|
|
<!-- 文件夹 -->
|
|
<path d="M0 12 L0 48 L52 48 L52 12 L24 12 L20 6 L0 6 Z" fill="white" />
|
|
<!-- 文件 -->
|
|
<rect x="12" y="22" width="16" height="20" rx="2" fill="#8BC34A" />
|
|
<rect x="32" y="22" width="16" height="20" rx="2" fill="#8BC34A" />
|
|
</g>
|
|
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
|
|
font-weight="bold">Data</text>
|
|
</svg> |