Utilizzando la guida per la personalizzazione del template, prova ad aggiungere queste due classi al foglio di stile user.css
svg.Icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
svg.Icon-large {
display: inline-block;
width: 2em;
height: 2em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}