svg[class^="icon"]{
    display: inline-block;
    fill: currentColor;
    height: 1em;
    stroke: currentColor;
    stroke-width: 0;
    width: 1em;
}

.boxedIcon{
    align-items: center;
    background: #004480;
    display: flex;
    height: 1em;
    justify-content: center;
    width: 1em;
}
.boxedIcon > svg[class^="icon"]{
    height: 50%; 
    width: 50%;
}
