acebase/img/contribute.svg
Ewout Stortenbeker da047651af contribute button
2022-05-20 13:00:48 +02:00

17 lines
No EOL
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="130px" height="35px" version="1.1" viewBox="0 0 130 35">
<title>Contribute to AceBase</title>
<style>
g { cursor: pointer }
rect { fill-rule:evenodd; fill: #fafbfc; stroke: rgba(27,31,35,.15); stroke-width: 1.3; transition: fill .2s cubic-bezier(0.3,0,0.5,1); }
g:hover rect { fill: #f3f4f6; }
path { fill: #000000; stroke-width: 0.3; stroke: #00edab; transform: scale3d(0.75,0.75,0.75) translate(13px, 7px); transform-origin: 25px 14px; }
g:hover path { transform: scale3d(0.9,0.9,0.9) translate(13px, 5px); transition: transform .15s cubic-bezier(0.2, 0, 0.13, 2); transition-duration: .1s; animation: none }
text { fill: #24292e;font-size: 14px;font-weight: 500;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; }
</style>
<g>
<rect width="130" height="35" rx="8"/>
<path fill-rule="evenodd" d="M4.75 3a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 4.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zM4.75 17.5a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm17.75-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM16 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z"/>
<path fill-rule="evenodd" d="M4.75 7.25A.75.75 0 015.5 8v8A.75.75 0 014 16V8a.75.75 0 01.75-.75zm8.655-5.53a.75.75 0 010 1.06L12.185 4h4.065A3.75 3.75 0 0120 7.75v8.75a.75.75 0 01-1.5 0V7.75a2.25 2.25 0 00-2.25-2.25h-4.064l1.22 1.22a.75.75 0 01-1.061 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 011.06 0z"/>
<text x="43" y="23" xml:space="preserve">Contribute</text>
</g>
</svg>