branding: new button
This commit is contained in:
49
button.svg
Normal file
49
button.svg
Normal file
@@ -0,0 +1,49 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="88"
|
||||
height="31"
|
||||
viewBox="0 0 88 31"
|
||||
>
|
||||
<defs>
|
||||
<linearGradient id="bg-grad" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#4a3b69" />
|
||||
<stop offset="100%" stop-color="#352654" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="88" height="31" fill="#000" />
|
||||
<rect x="1" y="1" width="86" height="29" fill="url(#bg-grad)" />
|
||||
<text
|
||||
x="5"
|
||||
y="12"
|
||||
font-family="Georgia, 'Times New Roman', Times, serif"
|
||||
font-size="10"
|
||||
font-weight="bold"
|
||||
fill="#debfff"
|
||||
style="letter-spacing: -0.5px;"
|
||||
>made</text>
|
||||
<text
|
||||
x="5"
|
||||
y="22"
|
||||
font-family="Georgia, 'Times New Roman', Times, serif"
|
||||
font-size="10"
|
||||
font-weight="bold"
|
||||
fill="#debfff"
|
||||
style="letter-spacing: -0.5px;"
|
||||
>with</text>
|
||||
<text
|
||||
x="80"
|
||||
y="16"
|
||||
text-anchor="end"
|
||||
dominant-baseline="central"
|
||||
font-family="Georgia, 'Times New Roman', Times, serif"
|
||||
font-size="28"
|
||||
font-weight="bold"
|
||||
font-style="italic"
|
||||
fill="#debfff"
|
||||
letter-spacing="-2"
|
||||
>kewt</text>
|
||||
<rect x="1" y="1" width="86" height="1" fill="#ffffff" fill-opacity="0.2" />
|
||||
<rect x="1" y="2" width="1" height="27" fill="#ffffff" fill-opacity="0.2" />
|
||||
<rect x="1" y="29" width="86" height="1" fill="#000000" fill-opacity="0.4" />
|
||||
<rect x="86" y="2" width="1" height="28" fill="#000000" fill-opacity="0.4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user