Spaces:
Sleeping
Sleeping
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch --> | |
<title>idk icon</title> | |
<desc>Created with Sketch.</desc> | |
<defs></defs> | |
<mask id="myMask"> | |
<!-- Everything under a white pixel will be visible --> | |
<rect x="0" y="0" width="20" height="20" fill="white" /> | |
<!-- Everything under a black pixel will be invisible --> | |
<rect x="10" y="10" width="10" height="10" fill="black" /> | |
</mask> | |
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | |
<circle cx="10" cy="10" r="8" stroke-width="3" stroke="white" mask="url(#myMask)"></circle> | |
</g> | |
</svg> |