Merhaba,

kendiniz istediğiniz gibi kolayca oluşturabilirsiniz, bir div ve biraz css yeterli. Örnek kod;

<div class="ara" style="display: none;"> <a href="#" title="Ara">Ara / icon </a></div>

@media screen and (max-width: 600px){ .ara{position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; display: block !important; background-color: #26d367; height: 50px; text-align: center;}}