-
Notifications
You must be signed in to change notification settings - Fork 2
/
logo-symbol.astro
26 lines (26 loc) · 1.36 KB
/
logo-symbol.astro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 384 511"
height="67px"
>
<g fill="currentColor" clip-path="url(#a)">
<path
d="M145.489 232.334v-82.008c-26.697 12.376-40.732 40.169-48.615 62.267h-8.541s8.54-37.247 8.54-85.229V.565H0v501.412h96.874v-3.579c0-27.227-8.541-55.885-8.541-55.885h8.54c7.795 21.889 21.651 48.937 48.616 61.312v-81.739c-27.981-8.171-48.615-43.628-48.615-94.891 0-51.262 20.933-86.63 48.615-94.861Z"
></path>
<path
d="M209.604 143.825c-32.192 0-51.841 19.742-64.145 41.72v81.233c10.721-22.992 27.743-36.292 46.855-36.292 22.277 0 41.747 18.071 51.661 48.548v-126.59c-10.213-5.577-21.65-8.648-34.371-8.648v.029Zm-17.261 280.05c-19.291 0-36.223-13.181-46.854-36.054v81.501c12.363 21.8 32.431 41.243 65.966 41.243 11.975 0 22.845-2.863 32.55-8.052V375.654c-9.854 30.299-29.145 48.221-51.662 48.221Z"
></path>
<path
d="M244.662 143.825h-.686v90.179c24.248 10.706 42.046 44.941 42.046 93.191 0 48.251-17.589 82.634-42.046 93.221v90.119c.836 0 1.672.03 2.508.03 69.579 0 100.487-96.71 100.487-183.37 0-86.66-30.938-183.37-102.309-183.37Z"
></path>
<path
d="M343.656 176.42v301.7C371.249 442.454 384 382.633 384 326.957c0-55.676-12.602-114.811-40.344-150.537Z"
></path>
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 .565h384v510H0z"></path>
</clipPath>
</defs>
</svg>