Files

15 lines
753 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<defs>
<linearGradient id="mc-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#06b6d4" />
<stop offset="50%" stop-color="#0d9488" />
<stop offset="100%" stop-color="#3b82f6" />
</linearGradient>
</defs>
<!-- Background Shield or Rounded Square -->
<rect x="10" y="10" width="80" height="80" rx="20" fill="url(#mc-grad)" />
<!-- Central Terminal or Graph Symbol -->
<path d="M 30 40 L 45 50 L 30 60" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
<line x1="55" y1="60" x2="70" y2="60" stroke="#ffffff" stroke-width="8" stroke-linecap="round" />
</svg>