13 lines
661 B
XML
13 lines
661 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="ImageForge">
|
|
<defs>
|
|
<linearGradient id="forge" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#0f766e"/>
|
|
<stop offset="1" stop-color="#ea580c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="16" fill="#081b1a"/>
|
|
<path d="M14 17h36v30H14z" fill="none" stroke="url(#forge)" stroke-width="5" stroke-linejoin="round"/>
|
|
<circle cx="41" cy="26" r="4" fill="#fbbf24"/>
|
|
<path d="m18 43 10-12 7 8 5-5 10 9" fill="none" stroke="#f8fafc" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|