/* .appIcon {
    width: 200px;
    margin: 50px auto;
    cursor: pointer;
} */

.appIcon svg {
  width: 100%;
  height: 100%;
  overflow: visible;   /* animatie buiten de 57px blijft zichtbaar */
  display: block;
}

.appIcon {
  width: 57px;        /* alleen het icoon zelf */
  height: 57px;
  overflow: visible;  /* animatie buiten icon zichtbaar */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}