Files

55 lines
1.1 KiB
XML
Raw Permalink Normal View History

<svg
width="92"
height="92"
viewbox="0 0 92 92"
version="1.1"
style="--bg: #800; --fg: #fff; width: 100%; height: 100%"
fill="none"
xml:space="preserve"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
>
<defs>
<path
d="M 0,0 15,20 0,40"
id="k"
/>
</defs>
<rect
width="92"
height="92"
rx="10"
ry="10"
fill="var(--bg)"
/>
<g
id="lettering"
transform="translate(42 27)"
stroke-width="10"
stroke-linecap="round"
stroke-miterlimit=".2"
stroke-linejoin="round"
stroke="var(--fg)"
>
<g id="ks" transform="translate(-15 0)">
<use
href="#k"
x="-10"
style="stroke: color-mix(in srgb, var(--bg), var(--fg) 33%)"
/>
<use
href="#k"
x="-5"
style="stroke: color-mix(in srgb, var(--bg), var(--fg) 66%)"
/>
<use href="#k" />
</g>
<path
transform="translate(15 0)"
d="m 0,0 v 40 h 5 q 10,0 10,-10 0,-10 -10,-10 10,0 10,-10 0,-10 -10,-10 z"
id="b"
/>
</g>
</svg>