编辑文件:women.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid slice" role="img" aria-label="Women"> <defs> <linearGradient id="wg" x1="0" y1="0" x2="1" y2="1"> <stop offset="0" stop-color="#E9C3A6"/> <stop offset="1" stop-color="#BE6437"/> </linearGradient> </defs> <rect width="600" height="800" fill="url(#wg)"/> <g fill="none" stroke="#FBF4EE" stroke-width="14" stroke-linejoin="round" stroke-linecap="round" opacity="0.92"> <path d="M230 180c0-38 31-69 70-69s70 31 70 69"/> <path d="M205 250l95 55 95-55 60 70-50 40 20 230c0 0-50 35-125 35s-125-35-125-35l20-230-50-40z"/> </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">WOMEN</text> </svg>
保存
返回