10 lines
562 B
XML
10 lines
562 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 128">
|
||
|
<pattern id="a" x="4" y="4" width="12" height="12" patternUnits="userSpaceOnUse">
|
||
|
<circle cx="6" cy="6" r="5" fill="#DCDCDC"/>
|
||
|
</pattern>
|
||
|
<path fill="#fff" opacity=".5" d="M0 0h128v128H0Z"/>
|
||
|
<path fill="url(#a)" d="M4 4h120 v120 H4Z"/>
|
||
|
<path id="b" fill="#005c94" d="M74 49q-5-16-22-16-30 0-30 34c0 23 16 30 29 30q18 0 24-22h11q-6 31-37 31c-20 0-38-11-39-40q2-42 42-42 27 0 33 25z"/>
|
||
|
<use xlink:href="#b" transform="translate(30)"/>
|
||
|
</svg>
|