2025-05-22 21:01:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<svg width="256" height="256" version="1.1"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<defs>
|
|
|
|
<linearGradient id="Gradient" x1="0" x2="0" y1="0" y2="1">
|
|
|
|
<stop offset="0%" style="stop-color:#3584E4;stop-opacity:1" />
|
|
|
|
<stop offset="100%" style="stop-color:#1A5FB4;stop-opacity:1" />
|
|
|
|
</linearGradient>
|
|
|
|
<filter id="alpha-to-white">
|
|
|
|
<feColorMatrix in="SourceGraphic" type="matrix"
|
|
|
|
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
|
|
|
</filter>
|
|
|
|
<g id="child-svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="16px" width="16px"><path d="M11.501 3V11.5H3.00098V3H11.501ZM11.501 21H3.00098V12.5H11.501V21ZM12.501 3H21.001V11.5H12.501V3ZM21.001 12.5V21H12.501V12.5H21.001Z" /></svg></g>
|
|
|
|
</defs>
|
|
|
|
<rect
|
|
|
|
width="256"
|
|
|
|
height="256"
|
|
|
|
fill="url(#Gradient)"
|
|
|
|
ry="128"
|
|
|
|
x="0"
|
|
|
|
y="0" />
|
|
|
|
<use xlink:href="#child-svg" filter="url(#alpha-to-white)"
|
|
|
|
transform="matrix(8,0,0,8,64,64)" />
|
|
|
|
</svg>
|