17 lines
812 B
XML
17 lines
812 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<filter id="glow" x="-35%" y="-35%" width="170%" height="170%">
|
|
<feGaussianBlur stdDeviation="1.8" result="blur"/>
|
|
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
</filter>
|
|
</defs>
|
|
<rect width="64" height="64" fill="#050807"/>
|
|
<g fill="none" stroke="#b892ff" stroke-width="2" filter="url(#glow)">
|
|
<rect x="12" y="12" width="40" height="40"/>
|
|
<path d="M20 24h24M20 32h24M20 40h24"/>
|
|
<path d="M24 8v8M32 8v8M40 8v8M24 48v8M32 48v8M40 48v8M8 24h8M8 32h8M8 40h8M48 24h8M48 32h8M48 40h8"/>
|
|
</g>
|
|
<path d="M27 22 41 32 27 42z" fill="#53e5ff" filter="url(#glow)"/>
|
|
<rect x="18" y="18" width="28" height="28" fill="none" stroke="#29ff85" stroke-width="1" opacity=".65"/>
|
|
</svg>
|