GradienceDesign/Emblems/logo.svg

29 lines
1.4 KiB
XML

<?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:#DC8ADD;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9141AC;stop-opacity:1" />
</linearGradient>
<filter id="alpha-to-white">
<feColorMatrix in="SourceGraphic" type="matrix"
values="0 0 0 1 0
0 0 0 1 0
0 0 0 1 0
0 0 0 1 0"/>
</filter>
<g id="child-svg"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#2e3436" stroke-width="207.866" paint-order="markers stroke fill"><path d="M3 0C1.34 0 0 1.34 0 3v2c0 1.66 1.34 3 3 3h10c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm0 2h10c.555 0 1 .445 1 1v2c0 .555-.445 1-1 1H3c-.555 0-1-.445-1-1V3c0-.555.445-1 1-1zm6 8v5c0 .554-.446 1-1 1s-1-.446-1-1v-5c0-.554.446-1 1-1s1 .446 1 1z"/><path d="M8 9h7c.554 0 1 .446 1 1s-.446 1-1 1H8c-.554 0-1-.446-1-1s.446-1 1-1z"/></g></svg></g>
</defs>
<rect
width="256"
height="256"
fill="url(#Gradient)"
ry="0"
x="0"
y="0" />
<use xlink:href="#child-svg" filter="url(#alpha-to-white)"
transform="matrix(8,0,0,8,64,64)" />
</svg>