#1. First, you need to upload a Mobile Logo

#2. Use this code to Code Injection – Footer
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('.header-mobile-logo').clone().appendTo('.header-menu-nav-wrapper');
});
</script>

#3. Use this code to Custom CSS box
div.header-menu-nav-wrapper .header-mobile-logo {
margin-left: 5vw !important;
padding-left: 3vw !important
}

Result:
