mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-14 12:24:20 +08:00
13 lines
624 B
XML
13 lines
624 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Bytedance">
|
|
<defs>
|
|
<linearGradient id="bdg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#3B82F6"/>
|
|
<stop offset="100%" stop-color="#2563EB"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="12" y="14" width="7" height="36" rx="3.5" fill="url(#bdg)"/>
|
|
<rect x="23" y="20" width="7" height="30" rx="3.5" fill="url(#bdg)" opacity="0.92"/>
|
|
<rect x="34" y="10" width="7" height="40" rx="3.5" fill="url(#bdg)" opacity="0.96"/>
|
|
<path d="M46 25c3.3 0 6 2.7 6 6s-2.7 6-6 6h-2v-12h2z" fill="#1D4ED8"/>
|
|
</svg>
|