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

17 lines
774 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
<defs>
<linearGradient id="grad6" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#00BCD4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0097A7;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="96" height="96" rx="20" fill="url(#grad6)" />
<g stroke="white" stroke-width="3" fill="none" transform="translate(12, 24)">
<!-- 正弦波 -->
<path d="M0 24 Q18 0, 36 24 Q54 48, 72 24" />
<!-- 方波 -->
<path d="M0 48 L18 48 L18 28 L36 28 L36 48 L54 48 L54 28 L72 28" />
</g>
<text x="48" y="82" font-family="Arial" font-size="10" fill="white" text-anchor="middle"
font-weight="bold">Hz</text>
</svg>