Skip to content
Snippets Groups Projects

simplify xml structure of svg logos

Merged Sebastian Müller requested to merge simplify_logo into main
2 files
+ 30
22
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
11
<?xml version="1.0" encoding="UTF-8"?>
<svg id="svg8" width="256" height="256" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><script xmlns="" id="__gaOptOutExtension"/>
<path id="rect1095-4-9-3-1-6-2-58-1-5-4-0-1" d="m57.854 224 13.772-40h88.375v40z" fill="#ffa600" stop-color="#000000" style="font-variation-settings:normal"/>
<path id="rect1095-4-9-8-7-5-7-65-5-7-8-8-1-6-9" d="m91 128 13.875-40h99.125v40z" fill="#ffa600" stop-color="#000000" style="font-variation-settings:normal"/>
<g id="g8" fill="#005aa0">
<path id="rect1095-8-5-97-1-3-4-5-0-6-5" d="m57.375 40 8 20.281-11.266 27.719h-22.109v136h16.312l63.688-184z" stop-color="#000000" style="font-variation-settings:normal"/>
<path id="rect1095-4-9-3-1-6-2-58-1-5-4-39" d="m198.15 40-13.772 40h-88.375v-40z" stop-color="#000000" style="font-variation-settings:normal"/>
<path id="rect1095-4-9-8-7-5-7-65-5-7-8-8-1-1" d="m165 136-13.875 40h-99.125v-40z" stop-color="#000000" style="font-variation-settings:normal"/>
<path id="rect1095-4-9-3-1-6-2-5-5-97-3-3-3-5" d="m48 40 8 20.281-8 19.719h-24l-8-40z" stop-color="#000000" style="font-variation-settings:normal"/>
<svg width="256" height="256" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<g fill="#ffa600" >
<path d="m207.69 40-63.688 184h54.625l-8-20.281 11.266-27.719h22.109v-136z"/>
<path d="m57.854 224 13.772-40h88.375v40z"/>
<path d="m91 128 13.875-40h99.125v40z"/>
<path d="m208 224-8-20.281 8-19.719h24l8 40z"/>
</g>
<path id="rect1095-8-5-97-1-3-7-6-1-0-1" d="m207.69 40-63.688 184h54.625l-8-20.281 11.266-27.719h22.109v-136z" fill="#ffa600" stop-color="#000000" style="font-variation-settings:normal"/>
<path id="rect1095-4-9-3-1-6-2-5-5-9-7-6-2-7-8" d="m208 224-8-20.281 8-19.719h24l8 40z" fill="#ffa600" stop-color="#000000" style="font-variation-settings:normal"/>
</svg>
\ No newline at end of file
<g fill="#005aa0">
<path d="m57.375 40 8 20.281-11.266 27.719h-22.109v136h16.312l63.688-184z"/>
<path d="m198.15 40-13.772 40h-88.375v-40z"/>
<path d="m165 136-13.875 40h-99.125v-40z"/>
<path d="m48 40 8 20.281-8 19.719h-24l-8-40z"/>
</g>
</svg>
Loading