11 lines
549 B
XML
11 lines
549 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<svg width="28" height="28" version="1.1" viewBox="0 0 28 28" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<filter id="filter1" x="-.17373" y="-.17373" width="1.3475" height="1.3475" color-interpolation-filters="sRGB">
|
||
|
|
<feGaussianBlur stdDeviation="1.5925"/>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<circle cx="14" cy="14" r="11" filter="url(#filter1)" opacity=".35"/>
|
||
|
|
<circle cx="14" cy="13" r="11" fill="#1e96f0" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||
|
|
</svg>
|