38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" {{ $attributes }}>
|
|
<defs>
|
|
<linearGradient id="shieldGlow" x1="4" x2="44" y1="6" y2="42" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#34d399" />
|
|
<stop offset="0.5" stop-color="#22d3ee" />
|
|
<stop offset="1" stop-color="#6366f1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<path
|
|
d="M24 3 7 9.5v13.1c0 10.4 7.4 20.18 17 22.4 9.6-2.22 17-12 17-22.4V9.5L24 3Z"
|
|
fill="url(#shieldGlow)"
|
|
opacity="0.18"
|
|
/>
|
|
<path
|
|
d="M24 3 7 9.5v13.1c0 10.4 7.4 20.18 17 22.4 9.6-2.22 17-12 17-22.4V9.5L24 3Z"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
fill="none"
|
|
/>
|
|
<path
|
|
d="M17 20.5c0-3.32 2.68-6 6-6s6 2.68 6 6c0 5-6 8.5-6 8.5s-6-3.5-6-8.5Z"
|
|
fill="currentColor"
|
|
opacity="0.18"
|
|
/>
|
|
<path
|
|
d="M17 20.5c0-3.32 2.68-6 6-6s6 2.68 6 6c0 5-6 8.5-6 8.5s-6-3.5-6-8.5Zm6 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"
|
|
fill="currentColor"
|
|
/>
|
|
<path
|
|
d="M15 29c2.5 3.4 6 5.8 9 6 3-.2 6.5-2.6 9-6"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
opacity="0.6"
|
|
/>
|
|
</svg>
|