返回
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256"> <defs> <style> .box{ fill:none; stroke-width:8; stroke-linecap:round; stroke-linejoin:round; } .cn{stroke:#2563EB;} .en{stroke:#10B981;} .txt{ stroke-width:7; stroke-linecap:round; } .txt-cn{stroke:#2563EB;} .txt-en{stroke:#10B981;} </style> </defs> <!-- Chinese --> <rect class="box cn" x="14" y="16" width="120" height="90" rx="14"/> <line class="txt txt-cn" x1="49" y1="48" x2="99" y2="48"/> <line class="txt txt-cn" x1="49" y1="70" x2="99" y2="70"/> <!-- English --> <rect class="box en" x="122" y="150" width="120" height="90" rx="14"/> <line class="txt txt-en" x1="157" y1="182" x2="207" y2="182"/> <line class="txt txt-en" x1="157" y1="204" x2="207" y2="204"/> <!-- Chain --> <g transform="rotate(45 128 128)"> <!-- upper link --> <rect x="92" y="112" width="40" height="32" rx="16" fill="none" stroke="#10B981" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/> <!-- lower link --> <rect x="124" y="112" width="40" height="32" rx="16" fill="none" stroke="#2563EB" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg>
SVGChineseEnglish