I'm trying to draw an animated arc around a CSS styled text, which looks like a rounded icon.
Since it could be either an arc or a circle (because the rounded icon inside would hide the internal part of it), there are several solutions using only CSS, like this, or this.
But I would like the line to be rounded at the ends. Something like this:
I'm not sure if it is possible. Any ideas?