Skip to main content

examples/basic/assets/images/astral-mark.svg

<svg xmlns="http://www.w3.org/2000/svg" width="320" height="180" viewBox="0 0 320 180" role="img" aria-label="Astral gradient mark">
  <defs>
    <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#7c3aed"/>
      <stop offset="1" stop-color="#06b6d4"/>
    </linearGradient>
  </defs>
  <rect width="320" height="180" rx="28" fill="url(#g)"/>
  <circle cx="160" cy="90" r="46" fill="white" opacity="0.9"/>
  <path d="M160 39l13 38 40 1-32 23 12 39-33-23-33 23 12-39-32-23 40-1z" fill="#111827"/>
</svg>