Files
triplex/avatar.svg
micha edc038a042
All checks were successful
CI / test (push) Successful in 16s
Added PR material.
2026-02-21 01:49:28 +01:00

27 lines
1.1 KiB
XML

<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Triplex logo">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#2C001E"/>
<stop offset="100%" stop-color="#120018"/>
</linearGradient>
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#E95420"/>
<stop offset="100%" stop-color="#FF7645"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="512" height="512" rx="112" fill="url(#bg)"/>
<g transform="translate(84 92)">
<rect x="0" y="0" width="344" height="328" rx="56" fill="#FFFFFF" fill-opacity="0.06"/>
<rect x="44" y="56" width="36" height="216" rx="18" fill="url(#accent)"/>
<rect x="154" y="56" width="36" height="216" rx="18" fill="url(#accent)"/>
<rect x="264" y="56" width="36" height="216" rx="18" fill="url(#accent)"/>
<circle cx="62" cy="164" r="8" fill="#FFFFFF" fill-opacity="0.85"/>
<circle cx="172" cy="164" r="8" fill="#FFFFFF" fill-opacity="0.85"/>
<circle cx="282" cy="164" r="8" fill="#FFFFFF" fill-opacity="0.85"/>
</g>
</svg>