Is there a way to create a ring in an SVG using CSS?
I have the desired shape using a polygon, but I am looking for a method to achieve the same effect with a ring:
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);