Skip to main content

max / goingson

3.0 KB · 67 lines History Blame Raw
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg
3 viewBox="0 0 64 64"
4 width="64"
5 height="64"
6 version="1.1"
7 id="svg3"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:svg="http://www.w3.org/2000/svg">
10 <defs
11 id="defs1">
12 <!-- Clip path to contain text within the icon shape -->
13 <clipPath
14 id="iconClip">
15 <rect
16 x="5"
17 y="5"
18 width="54"
19 height="54"
20 rx="12"
21 ry="12"
22 id="rect1" />
23 </clipPath>
24 </defs>
25 <!-- Layer 1: Background -->
26 <rect
27 x="5"
28 y="5"
29 width="54"
30 height="54"
31 rx="12"
32 ry="12"
33 fill="#E8F4F8"
34 id="rect2" />
35 <!-- Layer 2: Text (clipped, above background, below border) -->
36 <g
37 clip-path="url(#iconClip)"
38 id="g3">
39 <!-- Classic drop shadow - solid dark blue, offset +2,+2 -->
40 <path
41 d="m 32.007993,26.088 h -12.488 v 7.28 h 5.264 v 4.2 c 0,2.8 -2.352,5.096 -5.264,5.152 -2.744,0 -5.152,-2.352 -5.208,-5.152 V 20.992 c 0,-2.688 2.352,-5.152 5.208,-5.152 2.8,0 5.208,2.296 5.264,5.152 h 7.224 c 0,-6.888 -5.6,-12.488 -12.488,-12.488 -6.832,0 -12.4319998,5.6 -12.4319998,12.488 v 16.576 c 0,6.832 5.5999998,12.432 12.4319998,12.432 6.888,0 12.488,-5.6 12.488,-12.432 z M 44.423985,8.224 c -6.776,0 -12.376,5.6 -12.376,12.544 v 17.08 c 0,6.776 5.6,12.376 12.376,12.376 6.888,0 12.488,-5.6 12.488,-12.376 v -17.08 c 0,-6.944 -5.6,-12.544 -12.488,-12.544 z m 0,34.776 c -2.744,0 -5.096,-1.848 -5.152,-5.152 v -17.08 c 0,-2.8 2.352,-5.208 5.152,-5.264 2.8,0 5.208,2.408 5.264,5.264 v 17.08 c 0,2.744 -2.408,5.096 -5.264,5.152 z"
42 id="text2"
43 style="font-weight:bold;font-size:56px;font-family:Reglo;letter-spacing:-5;text-anchor:middle;fill:#1b365d"
44 transform="rotate(-45,35.414214,30.585786)"
45 aria-label="GO" />
46 <!-- GO text - white fill with dark blue stroke -->
47 <path
48 d="m 32.007993,26.088 h -12.488 v 7.28 h 5.264 v 4.2 c 0,2.8 -2.352,5.096 -5.264,5.152 -2.744,0 -5.152,-2.352 -5.208,-5.152 V 20.992 c 0,-2.688 2.352,-5.152 5.208,-5.152 2.8,0 5.208,2.296 5.264,5.152 h 7.224 c 0,-6.888 -5.6,-12.488 -12.488,-12.488 -6.832,0 -12.4319998,5.6 -12.4319998,12.488 v 16.576 c 0,6.832 5.5999998,12.432 12.4319998,12.432 6.888,0 12.488,-5.6 12.488,-12.432 z M 44.423985,8.224 c -6.776,0 -12.376,5.6 -12.376,12.544 v 17.08 c 0,6.776 5.6,12.376 12.376,12.376 6.888,0 12.488,-5.6 12.488,-12.376 v -17.08 c 0,-6.944 -5.6,-12.544 -12.488,-12.544 z m 0,34.776 c -2.744,0 -5.096,-1.848 -5.152,-5.152 v -17.08 c 0,-2.8 2.352,-5.208 5.152,-5.264 2.8,0 5.208,2.408 5.264,5.264 v 17.08 c 0,2.744 -2.408,5.096 -5.264,5.152 z"
49 id="text3"
50 style="font-weight:bold;font-size:56px;font-family:Reglo;letter-spacing:-5;text-anchor:middle;fill:#ffffff;stroke:#1b365d;stroke-width:2.5;paint-order:stroke fill"
51 transform="rotate(-45,32,32)"
52 aria-label="GO" />
53 </g>
54 <!-- Layer 3: Border (on top of text) -->
55 <rect
56 x="6"
57 y="6"
58 width="52"
59 height="52"
60 rx="11"
61 ry="11"
62 fill="none"
63 stroke="#1B365D"
64 stroke-width="2"
65 id="rect3" />
66 </svg>
67