.s-icon div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 22px;
    width: 36px;
    margin: auto;
    background-color: #ffd800;
    border-radius: 10px;
}

.s-icon svg {
    height: 20px;
    width: 20px;
    margin: auto;
    fill: transparent;
    stroke: #000000;
}