svg:not(.outlined) circle{ fill: currentColor; stroke: currentColor; } svg:not(.outlined) text { fill: white; stroke: white; } svg.outlined circle{ fill: white; stroke: currentColor; } svg.outlined text { fill: currentColor; stroke: currentColor; } svg { user-select: none; }