I'm trying to build this indicator and as you can see it has rectangles with a small rounded portion clipped off. One of the requirements is that you should be able to see the strips "behind" the indicator so I can't just add another slightly bigger circle that sits behind the existing grey circle to achieve this effect.
I tried looking into clip-path: clip(...)
but I can't make sense of all the values in the data/path string.