Can anyone help me position the trophy inside the circle, just below the number 2000?
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1b7974746f686f697a6b5b2e35283529">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<div class="text-center content-align-items">
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke-width="4" style="opacity: 0.8;stroke: rgb(76, 182, 172);fill:white"/>
<text fill="#000000" font-size="18" font-family="Verdana" text-anchor="middle" alignment-baseline="center">
<tspan x="50" y="55">20000 <i class="fa fa-trophy"></i></tspan>
</text>
</svg>
</div>