Files
time_to_leave/apps/web/public/timetoleave_logo.svg
T
fegger 6c7d57106c Update logo assets and pin React 19.1.0 versions
Add new SVG icon and logo variations for web app. Revert React
and React DOM to 19.1.0 to align with type definitions and
overrides. Remove privacy policy URL from mobile config and
disable hierarchical lookup in Metro bundler.
Pin React to 19.1.0 and add new logo assets
2026-05-13 17:05:22 +02:00

58 lines
3.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="TimeToLeave">
<defs>
<linearGradient id="g" x1="280" y1="210" x2="900" y2="720" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#8B5CF6"/>
<stop offset="42%" stop-color="#B23CFF"/>
<stop offset="72%" stop-color="#D946EF"/>
<stop offset="100%" stop-color="#FF2D8D"/>
</linearGradient>
<linearGradient id="tg" x1="228" y1="368" x2="295" y2="428" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#B23CFF"/>
<stop offset="100%" stop-color="#FF2D8D"/>
</linearGradient>
<filter id="glow" x="-35%" y="-35%" width="170%" height="170%">
<feGaussianBlur stdDeviation="8" result="blur"/>
<feColorMatrix in="blur" type="matrix"
values="0.72 0 0 0 0.26 0 0.18 0 0 0.92 0 0 0.34 0 1 0 0 0 0.32 0"
result="glow"/>
<feMerge><feMergeNode in="glow"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<rect width="512" height="512" fill="#0A0816"/>
<!-- Mark centred in top portion -->
<g filter="url(#glow)" transform="matrix(0.579 0 0 0.579 -133.1 -109.7)">
<path d="M334 552 C324 498 335 437 370 388 C415 324 486 290 562 293 C660 297 744 372 758 471 C763 508 758 541 753 565 C748 589 756 610 779 622 C808 637 810 594 832 590 C855 586 860 620 851 644 C842 669 824 682 803 678"
fill="none" stroke="url(#g)" stroke-width="42" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M334 552 C322 588 331 622 365 628 C395 633 386 581 415 580 C447 579 441 641 475 641 C510 641 506 585 544 585 C579 585 571 651 604 670 C650 697 733 695 797 657"
fill="none" stroke="url(#g)" stroke-width="42" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M475 641 C472 690 474 724 489 724 C506 724 506 690 509 651"
fill="none" stroke="url(#g)" stroke-width="42" stroke-linecap="round"/>
<path d="M797 657 C830 639 862 624 898 615"
fill="none" stroke="url(#g)" stroke-width="42" stroke-linecap="round"/>
<path d="M882 572 L1010 620 L904 708 L917 650 Z" fill="#FF2D8D"/>
<ellipse cx="505" cy="725" rx="17" ry="26" fill="#B23CFF"/>
<g stroke="#F4F1EA" stroke-linecap="round" opacity="0.96">
<line x1="556" y1="334" x2="556" y2="360" stroke-width="15"/>
<line x1="694" y1="391" x2="716" y2="378" stroke-width="15"/>
<line x1="733" y1="526" x2="762" y2="526" stroke-width="15"/>
<line x1="405" y1="655" x2="425" y2="633" stroke-width="15"/>
<line x1="362" y1="526" x2="390" y2="526" stroke-width="15"/>
<line x1="405" y1="398" x2="425" y2="420" stroke-width="15"/>
<line x1="658" y1="420" x2="671" y2="398" stroke-width="15"/>
<line x1="556" y1="526" x2="556" y2="405" stroke-width="19"/>
<line x1="556" y1="526" x2="665" y2="590" stroke-width="19"/>
</g>
<circle cx="556" cy="526" r="25" fill="#F4F1EA"/>
</g>
<!-- "TimeToLeave" text centred below mark -->
<g font-family="Inter, 'Segoe UI', system-ui, Arial, sans-serif" font-size="64" font-weight="800">
<text x="90" y="420" fill="#F4F1EA">Time</text>
<text x="228" y="420" fill="url(#tg)">To</text>
<text x="294" y="420" fill="#F4F1EA">Leave</text>
</g>
</svg>