<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" role="img" aria-label="Blackjack icon">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#0b6623"/>
<stop offset="1" stop-color="#084d1b"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="256" height="256" rx="32" fill="url(#bg)"/>
<!-- Card -->
<rect x="70" y="36" width="116" height="170" rx="16"
fill="#ffffff" stroke="#111111" stroke-width="6"/>
<!-- A? -->
<text x="88" y="78" font-family="ui-sans-serif, system-ui" font-size="32" font-weight="900" fill="#c1121f">A</text>
<text x="160" y="190" font-family="ui-sans-serif, system-ui" font-size="32" font-weight="900" fill="#c1121f" transform="rotate(180 160 190)">A</text>
<path d="M128 110
c 0 -14 -20 -20 -26 -6
c -6 -14 -26 -8 -26 6
c 0 16 26 34 26 34
c 0 0 26 -18 26 -34z"
fill="#c1121f"/>
</svg>
|