15 lines
693 B
XML
15 lines
693 B
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="CluPilot">
|
|
<defs>
|
|
<linearGradient id="cp-bg" x1="0" y1="0" x2="64" y2="64" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#FB923C"/>
|
|
<stop offset="0.55" stop-color="#F97316"/>
|
|
<stop offset="1" stop-color="#C2560A"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="15" fill="url(#cp-bg)"/>
|
|
<!-- cloud -->
|
|
<path d="M22 41h20a8 8 0 0 0 .7-15.97A11 11 0 0 0 21.4 27.2 8.5 8.5 0 0 0 22 44z" fill="#ffffff" fill-opacity="0.22"/>
|
|
<!-- pilot / autopilot ascent mark -->
|
|
<path d="M32 17 44 44l-12-6-12 6z" fill="#ffffff"/>
|
|
</svg>
|