You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
894 B
24 lines
894 B
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90" height="20"> |
|
<linearGradient id="smooth" x2="0" y2="100%"> |
|
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/> |
|
<stop offset="1" stop-opacity=".1"/> |
|
</linearGradient> |
|
|
|
<mask id="round"> |
|
<rect width="90" height="20" rx="3" fill="#fff"/> |
|
</mask> |
|
|
|
<g mask="url(#round)"> |
|
<rect width="42" height="20" fill="#555"/> |
|
<rect x="42" width="48" height="20" fill="#E01563"/> |
|
<rect width="90" height="20" fill="url(#smooth)"/> |
|
</g> |
|
|
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> |
|
<text x="22" y="15" fill="#010101" fill-opacity=".3">slack</text> |
|
<text x="22" y="14">slack</text> |
|
<text x="65" y="15" fill="#010101" fill-opacity=".3">Join us!</text> |
|
<text x="65" y="14">Join us!</text> |
|
</g> |
|
</svg> |
|
|
|
|