15 lines
653 B
XML
15 lines
653 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="boss-grad" x1="0%" x2="100%" y1="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#1f6feb" />
|
|
<stop offset="100%" stop-color="#0f7b55" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="18" fill="#f8f5ec" />
|
|
<rect x="8" y="8" width="48" height="48" rx="14" fill="url(#boss-grad)" />
|
|
<path
|
|
d="M22 19h12c7.732 0 13 4.828 13 12 0 4.125-1.908 7.426-5.168 9.387C45.31 41.923 47 44.597 47 48v1H37v-1c0-3.518-2.36-5.5-6.668-5.5H30V49H22V19zm8 7v10h3.156C36.11 36 39 34.313 39 31s-2.89-5-5.844-5H30z"
|
|
fill="#f8f5ec"
|
|
/>
|
|
</svg>
|