25 lines
801 B
XML
25 lines
801 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="300" height="300"
|
|
version="1.0">
|
|
|
|
<defs>
|
|
<path id="arrows" d="M160 60v180l105-90zM55 60v180l105-90z"/>
|
|
|
|
<clipPath id="background-cut">
|
|
<path d="M136.856 78.357a37.5 37.5 0 1 1-75 0 37.5 37.5 0 1 1 75 0"/>
|
|
<path d="M149.826-.002A150 150-26.33 1 1 0 150.17l150-.172z"/>
|
|
</clipPath>
|
|
</defs>
|
|
|
|
<g fill="#000" opacity=".4">
|
|
<path fill="#fff" d="M149.826-.002a150 150-26.33 1 1 .345 300 150 150-26.33 1 1-.345-300"/>
|
|
<path d="M136.856 78.357a37.5 37.5 0 1 1-75 0 37.5 37.5 0 1 1 75 0"/>
|
|
<path d="M149.826-.002A150 150-26.33 1 1 0 150.17l150-.172z"/>
|
|
|
|
<use href="#arrows"/>
|
|
</g>
|
|
|
|
<use href="#arrows" fill="#fff" clip-path="url(#background-cut)"/>
|
|
|
|
</svg>
|