veyrix.svg (936B)
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%"> 2 <defs> 3 <linearGradient id="v-grad" x1="0%" y1="0%" x2="100%" y2="100%"> 4 <stop offset="100%" stop-color="#381E72" /> 5 </linearGradient> 6 <linearGradient id="v-grad-dark" x1="0%" y1="0%" x2="100%" y2="100%"> 7 <stop offset="100%" stop-color="#4F378B" /> 8 </linearGradient> 9 <filter id="glow" x="-20%" y="-20%" width="140%" height="140%"> 10 <feGaussianBlur stdDeviation="15" result="blur" /> 11 <feComposite in="SourceGraphic" in2="blur" operator="over" /> 12 </filter> 13 </defs> 14 <rect width="512" height="512" rx="120" fill="#141218" /> 15 <path d="M120 140 L256 380 L392 140 L310 140 L256 240 L202 140 Z" fill="url(#v-grad)" filter="url(#glow)" /> 16 <path d="M160 140 L256 320 L352 140 L310 140 L256 240 L202 140 Z" fill="#EADDFF" /> 17 <circle cx="256" cy="420" r="16" fill="#D0BCFF" /> 18 </svg>