ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Start for free
Rush Royal
rushroyal
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="rushroyal"> <span>Start for free</span> <svg width="16" height="16" viewBox="0 0 16 16" fill="none"> <path d="M1 8L15 8M15 8L8 1M15 8L8 15" stroke="#506CF0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> <style> .rushroyal { display: inline-flex; align-items: center; gap: 10px; padding: 0; font-size: 20px; font-weight: 700; line-height: 1.125; letter-spacing: -0.31px; color: #506CF0; text-align: left; text-decoration: none; border-radius: 9999px; background-color: transparent; transition: color 0.3s ease-out; outline: none; } .rushroyal:focus-visible { outline: 2px solid #000; outline-offset: 2px; } .rushroyal svg { width: 1rem; height: 1rem; transition: transform 0.3s ease-out; } .rushroyal:hover svg, .rushroyal:focus svg { transform: translateX(0.5rem); } </style>