Looking for some assistance with styling two SVG icons. I've applied padding and now want to round the edges using border-radius, but it seems that no matter what padding amount I use, the SVGs get cut off.
Here's an example of the issue with 10px padding and 50% border-radius: https://i.sstatic.net/WsglA.png
And this is how the SVG normally looks: https://i.sstatic.net/831mz.png
I've tried different padding sizes without success. Research led me to only unrelated topics like Link 1 and experimenting with border-block-start
mentioned in Link 2. Any ideas on how to solve this issue?