All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6m33s
33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="ToonFlow logo">
|
|
<defs>
|
|
<linearGradient id="tf-stem" x1="24" y1="24" x2="96" y2="98" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#64e1d3"/>
|
|
<stop offset="0.58" stop-color="#8ea3ff"/>
|
|
<stop offset="1" stop-color="#ffb46b"/>
|
|
</linearGradient>
|
|
<linearGradient id="tf-play" x1="63" y1="42" x2="92" y2="82" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#ffffff"/>
|
|
<stop offset="1" stop-color="#dffdf7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="30" fill="#101828"/>
|
|
<path
|
|
fill="url(#tf-stem)"
|
|
d="M28 24h72c5.52 0 10 4.48 10 10v4c0 5.52-4.48 10-10 10H74v49c0 5.52-4.48 10-10 10H52c-5.52 0-10-4.48-10-10V48H28c-5.52 0-10-4.48-10-10v-4c0-5.52 4.48-10 10-10Z"
|
|
/>
|
|
<path
|
|
fill="url(#tf-stem)"
|
|
opacity=".9"
|
|
d="M42 74h56c6.63 0 12 5.37 12 12v2c0 6.63-5.37 12-12 12H42V74Z"
|
|
/>
|
|
<path
|
|
fill="#142133"
|
|
fill-opacity=".25"
|
|
d="M31 32h10a4 4 0 0 1 0 8H31a4 4 0 0 1 0-8Zm44 50h14a4 4 0 0 1 0 8H75a4 4 0 0 1 0-8Z"
|
|
/>
|
|
<path
|
|
fill="url(#tf-play)"
|
|
d="M68.4 47.58c-3.32-2.09-7.65.3-7.65 4.22v32.4c0 3.92 4.33 6.31 7.65 4.22l25.7-16.2c3.1-1.95 3.1-6.49 0-8.44l-25.7-16.2Z"
|
|
/>
|
|
</svg>
|