编辑文件:man.svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid slice" role="img" aria-label="Man"> <defs> <linearGradient id="mg" x1="0" y1="0" x2="1" y2="1"> <stop offset="0" stop-color="#43434A"/> <stop offset="1" stop-color="#141417"/> </linearGradient> </defs> <rect width="600" height="800" fill="url(#mg)"/> <g fill="none" stroke="#DB9F75" stroke-width="14" stroke-linejoin="round" stroke-linecap="round" opacity="0.95"> <path d="M240 175c0-33 27-60 60-60s60 27 60 60"/> <path d="M180 250l120 55 120-55 35 60-55 38v270l-100 30-100-30V348l-55-38z"/> <path d="M300 305l-40 50v260m40-310l40 50v260"/> </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="#DB9F75">MAN</text> </svg>
保存
返回