1
Fork 0

Add the square Holllo mark.

This commit is contained in:
Bauke 2022-10-11 20:09:12 +02:00
parent 692e1eafc4
commit 0a4249f749
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 100 100">
<defs>
<path id="l-shape" d="M0,0 l10,0 l0,25 l5,0 l0,5 l-10,0 l0,-25 l-5,0 z" />
</defs>
<rect fill="rgb(30, 20, 50)" width="100" height="100"/>
<g fill="rgb(245, 245, 255)" transform="translate(12.5, 35)">
<use xlink:href="#l-shape" transform="translate(10, 0)" />
<use xlink:href="#l-shape" transform="translate(45, 0) scale(-1, 1)" />
<use xlink:href="#l-shape" transform="translate(50, 0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 546 B