Spaces:
Sleeping
Sleeping
File size: 954 Bytes
540b600 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>icon--modify</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 -->
<circle cx="10" cy="9" r="5" fill="black"></circle>
</mask>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="modify" fill="#00c3ff">
<rect x="7.5" y="2" width="5" height="16" rx="2.5" mask="url(#myMask)"></rect>
<circle cx="10" cy="9" r="4"></circle>
</g>
</g>
</svg> |