Files
CalibratorLauncher/icons/ic_dual_channel.svg
2026-01-02 19:20:35 +09:00

24 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
<defs>
<linearGradient id="grad12" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#673AB7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#512DA8;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="96" height="96" rx="20" fill="url(#grad12)" />
<g fill="white" transform="translate(18, 22)">
<!-- 双通道符号 -->
<rect x="0" y="8" width="24" height="32" rx="4" fill="white" />
<rect x="36" y="8" width="24" height="32" rx="4" fill="white" />
<!-- 连接箭头 -->
<polygon points="28,20 32,16 32,24" fill="white" />
<polygon points="32,28 28,32 32,36" fill="white" />
<!-- 通道标识 -->
<text x="12" y="28" font-family="Arial" font-size="10" fill="#673AB7" text-anchor="middle"
font-weight="bold">1</text>
<text x="48" y="28" font-family="Arial" font-size="10" fill="#673AB7" text-anchor="middle"
font-weight="bold">2</text>
</g>
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
font-weight="bold">2CH</text>
</svg>