<div class="success-wrapper">
<div class="icon-wrap">
<svg class="success-svg" viewBox="0 0 100 100" width="120" height="120">
<circle class="success-circle" cx="50" cy="50" r="40" fill="none" stroke="#10b981" stroke-width="6" stroke-linecap="round"></circle>
<polyline class="success-check" points="35 50 45 60 65 40" fill="none" stroke="#10b981" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></polyline>
</svg>
</div>
<h2>Payment Successful</h2>
<p>Your receipt has been sent via email.</p>
</div>
Back to Snippets
Animated Success Checkmark SVG CSS
Delight users after a form submission with an animated success checkmark. We mathematically perfected the SVG stroke properties, so it draws itself flawlessly on the screen with a satisfying pop.
360