framework/extensions/lang-english/icon.svg
Miles Cellar 8a034a21c3 Optimize Union Jack SVG with SVGO
The SVG now weighs 259 bytes only (27.45% saving).
2017-05-18 22:23:55 +02:00

11 lines
501 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="1200" height="600">
<clipPath id="a">
<path d="M30 15h30v15zv15H0zH0V0zV0h30z"/>
</clipPath>
<path d="M0 0v30h60V0z" fill="#00247d"/>
<path d="M0 0l60 30m0-30L0 30" stroke="#fff" stroke-width="6"/>
<path d="M0 0l60 30m0-30L0 30" clip-path="url(#a)" stroke="#cf142b" stroke-width="4"/>
<path d="M30 0v30M0 15h60" stroke="#fff" stroke-width="10"/>
<path d="M30 0v30M0 15h60" stroke="#cf142b" stroke-width="6"/>
</svg>