12 lines
719 B
XML
12 lines
719 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="112" height="28" viewBox="0 0 112 28" fill="none" role="img" aria-label="Acme">
|
|
<defs>
|
|
<linearGradient id="acme" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#6366f1"/>
|
|
<stop offset="1" stop-color="#a855f7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="4" width="13" height="13" rx="4" fill="url(#acme)" opacity="0.35"/>
|
|
<rect x="5.5" y="7.5" width="13" height="13" rx="4" fill="url(#acme)" opacity="0.65"/>
|
|
<rect x="9" y="11" width="13" height="13" rx="4" fill="url(#acme)"/>
|
|
<text x="32" y="19.5" font-family="Inter, system-ui, sans-serif" font-size="16" font-weight="700" letter-spacing="-0.4" fill="#18181b">Acme</text>
|
|
</svg> |