<button type="button"
    class="gse-btn gse-btn--inline"
    data-step-value="map">

    <!-- TICK (isolated) -->
    <span class="gse-btn__tick">
        <svg viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="10" fill="#22c55e"/>
            <path d="M7 12l3 3 7-7"
                stroke="#ffffff"
                stroke-width="2.5"
                stroke-linecap="round"
                stroke-linejoin="round"/>
        </svg>
    </span>

    <span class="gse-btn__content">

        <span class="gse-btn__icon">
            <svg viewBox="0 0 24 24">
                <circle cx="12" cy="12" r="3"/>
            </svg>
        </span>

        <span class="gse-btn__text">
            <strong>Measure Automatically</strong>
            <span>Use satellite map</span>
        </span>

    </span>

</button>