编辑文件:kids.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid slice" role="img" aria-label="Kids"> <defs> <linearGradient id="kg" x1="0" y1="0" x2="1" y2="1"> <stop offset="0" stop-color="#F4E2D4"/> <stop offset="1" stop-color="#CC7B4C"/> </linearGradient> </defs> <rect width="600" height="800" fill="url(#kg)"/> <g fill="none" stroke="#FBF4EE" stroke-width="14" stroke-linejoin="round" stroke-linecap="round" opacity="0.92"> <circle cx="300" cy="230" r="52"/> <path d="M210 330l90 45 90-45 50 55-45 35 15 230c0 0-45 30-110 30s-110-30-110-30l15-230-45-35z"/> </g> <text x="300" y="720" text-anchor="middle" font-family="Segoe UI, Arial, sans-serif" font-size="34" font-weight="700" letter-spacing="6" fill="#FBF4EE">KIDS</text> </svg>
保存
返回