.icon {
    display: inline-flex;
    align-self: center;
}

.icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.icon.baseline svg {
    top: .125em;
    position: relative;
}