13 lines
661 B
XML
13 lines
661 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#0e468c"/>
|
|
<stop offset="1" stop-color="#14805c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="url(#g)"/>
|
|
<rect x="13" y="19" width="38" height="26" rx="3" fill="none" stroke="#fff" stroke-opacity=".68" stroke-width="2"/>
|
|
<path d="M26 19v26M38 19v26M13 32h38" stroke="#fff" stroke-opacity=".48" stroke-width="1.5"/>
|
|
<text x="32" y="38" text-anchor="middle" font-family="Arial, sans-serif" font-size="17" font-weight="700" fill="#fff">车研</text>
|
|
</svg>
|