meta: export icon as optimized svg (from inkscape)

This commit is contained in:
Xymorot 2021-07-26 21:14:57 +02:00
parent a50d3e2a7a
commit a268de6f22
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="linearGradient1112" x1="7.7" x2="49" y1="42" y2="1.4" gradientUnits="userSpaceOnUse">
<stop stop-color="#28284e" offset="0"/>
<stop stop-color="#575798" offset=".59"/>
<stop stop-color="#6969ac" offset=".76"/>
<stop stop-color="#8a8ae2" offset="1"/>
</linearGradient>
</defs>
<circle cx="25" cy="25" r="25" fill="url(#linearGradient1112)"/>
<text x="3.96875" y="20.410715" fill="#ffffff" font-family="APJapanesefontHT" font-size="24px" letter-spacing="-6.7px" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8" word-spacing="0px" style="line-height:1.25" xml:space="preserve"><tspan x="3.96875" y="20.410715" dy="4" style="line-height:1">レン</tspan><tspan x="3.96875" y="44.75238" style="line-height:1">アイ</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 948 B