16 lines
661 B
XML
16 lines
661 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" role="img" aria-label="StockFill logo">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#0d6efd" />
|
|
<stop offset="100%" stop-color="#0abf9e" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="200" height="200" rx="24" fill="url(#grad)" />
|
|
<g fill="#ffffff">
|
|
<rect x="44" y="54" width="112" height="18" rx="9" opacity="0.9" />
|
|
<rect x="44" y="91" width="112" height="18" rx="9" opacity="0.9" />
|
|
<rect x="44" y="128" width="92" height="18" rx="9" opacity="0.9" />
|
|
<circle cx="144" cy="137" r="16" />
|
|
</g>
|
|
</svg>
|