.icon,
.icon-outline{
    width: var(--size, 24px);
    height: var(--size, 24px);
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.defs {
    position: absolute;
    z-index: -1;
}
.icon use{
    fill: currentColor;
    stroke: none
}
.icon-outline use{
    stroke: currentColor;
    fill: none
}