get_permalink to an anchor

Thanks to Andy, this is working:

<li class="comment-btn">
    <a href="https://wordpress.stackexchange.com/questions/233408/<?php echo get_comments_link( $post->ID ); ?>">
        <i class="icon-comment"></i>
    </a>
</li>