move devtools to separate directory, make HTML-based inspector work
[themes.git] / LCARStrek / browser / identity-icon.svg
CommitLineData
c9b0a396
RK
1<?xml version="1.0" encoding="utf-8"?>\r
2<!-- This Source Code Form is subject to the terms of the Mozilla Public\r
3 - License, v. 2.0. If a copy of the MPL was not distributed with this\r
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"\r
6 width="48" height="16" viewBox="0 0 32 16">\r
7 <defs>\r
8 <circle id="shape-circle-base" cx="8" cy="8" r="7" />\r
9 <g id="shape-i">\r
10 <circle cx="8" cy="5" r="1" />\r
11 <rect x="7" y="7" width="2" height="5" rx="1" ry="1" />\r
12 </g>\r
13 <mask id="mask-ring-cutout">\r
14 <rect width="16" height="16" fill="#000" />\r
15 <use xlink:href="#shape-circle-base" fill="#fff" />\r
16 <circle cx="8" cy="8" r="6" fill="#000" />\r
17 </mask>\r
18 </defs>\r
19\r
20 <view id="normal" viewBox="0 0 16 16"/>\r
21 <g>\r
22 <use xlink:href="#shape-circle-base" mask="url(#mask-ring-cutout)" fill="#A09090" />\r
23 <use xlink:href="#shape-i" fill="#A09090" />\r
24 </g>\r
25\r
26 <view id="hover" viewBox="16 0 16 16"/>\r
27 <g transform="translate(16)">\r
28 <use xlink:href="#shape-circle-base" fill="#9C9CFF" />\r
29 <use xlink:href="#shape-i" fill="#000000" />\r
30 </g>\r
31</svg>\r