blob: 1e9f4ddb10e5022bfca363c0db1a8e06fbb8d9ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="46" height="27" version="1.1">
<defs>
<circle id="a" cx="10" cy="10" r="10"/>
</defs>
<g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1">
<path fill="#A1C6FF" d="M37 6.2a10.046 10.046 0 0 0 -2 -0.2c-5.523 0 -10 4.477 -10 10a9.983 9.983 0 0 0 3.999 8h-27.999a1 1 0 0 1 -1 -1v-22a1 1 0 0 1 1 -1h35a1 1 0 0 1 1 1v5.2zm-18 7.8c3.314 0 6 -1.567 6 -3.5s-2.686 -3.5 -6 -3.5 -6 1.567 -6 3.5 2.686 3.5 6 3.5z"/>
<path fill="#5F5F5F" d="M2 17h9v2h-9v-2zm0 -15h33v3h-33v-3zm0 18h15v2h-15v-2zm10 -3h13v2h-13v-2z"/>
<g transform="translate(25 6)">
<mask id="b" fill="#fff">
<use xlink:href="#a"/>
</mask>
<use stroke="#FFF" stroke-width="1.5" xlink:href="#a"/>
<g mask="url(#b)">
<g transform="translate(-77 -31)">
<rect width="99.39" height="69.141" x="0" y="0" fill="#A1C6FF" fill-rule="evenodd" rx="1"/>
<path fill="#5F5F5F" fill-rule="evenodd" d="M79 46h17v6h-17z"/>
<text fill="none" font-family="sans-serif" font-size="6">
<tspan x="80" y="42" fill="#5F5F5F">1234</tspan>
</text>
</g>
</g>
</g>
</g>
</svg>
|