CluPilotCloud/resources/views/components/ui/logo.blade.php

15 lines
823 B
PHP

{{-- CluPilot mark: cloud + autopilot ascent, on the accent gradient. --}}
<svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
{{ $attributes->merge(['class' => 'size-7']) }}>
<defs>
<linearGradient id="cp-mark-{{ $id = \Illuminate\Support\Str::random(4) }}" 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-mark-{{ $id }})"/>
<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"/>
<path d="M32 17 44 44l-12-6-12 6z" fill="#ffffff"/>
</svg>