.icon {
    display: inline-flex;
    align-self: center;
}

.icon svg,
.icon img {
    height: 2em;
    width: 2em;
    /* fill: currentColor; */
}

.icon.baseline svg,
.icon img {
    top: .125em;
    left: .125em;
    position: relative;
}