<button class="button"> <!-- Icon --> ... <!-- Label --> ...</button>
.button { /* Center the content */ align-items: center; display: flex; flex-direction: row; justify-content: center; }