File: Stopwatch.svg

package info (click to toggle)
webkit2gtk 2.48.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 429,764 kB
  • sloc: cpp: 3,697,587; javascript: 194,444; ansic: 169,997; python: 46,499; asm: 19,295; ruby: 18,528; perl: 16,602; xml: 4,650; yacc: 2,360; sh: 2,098; java: 1,993; lex: 1,327; pascal: 366; makefile: 298
file content (38 lines) | stat: -rw-r--r-- 2,450 bytes parent folder | download | duplicates (17)
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
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright © 2020 Apple Inc. All rights reserved. -->
<svg xmlns="http://www.w3.org/2000/svg">
    <defs>
        <style>
            g:not(:target) {
                display: none;
            }

            #light {
                --border: hsl(240, 2%, 57%);
                --fill: hsl(240, 26%, 96%);
                --hand: hsl(360, 54%, 62%);
            }

            #dark {
                --border: hsl(240, 2%, 57%);
                --fill: hsl(0, 0%, 13%);
                --hand: hsl(360, 54%, 62%);
            }
        </style>

        <linearGradient id="a" x1="0%" x2="100%" y1="100%" y2="100%">
            <stop offset="0%" stop-color="#D26A6A" stop-opacity="0"/>
            <stop offset="100%" stop-color="#D26A6A"/>
        </linearGradient>
    </defs>

    <symbol id="stopwatch" fill="none" fill-rule="evenodd" viewBox="0 0 16 16">
        <path fill="var(--fill)" stroke="var(--border)" d="M 11.2494575 13.6282254 C 14.3578404 11.8335996 15.4228511 7.85892561 13.6282253 4.75054257 C 11.8335996 1.64215954 7.85892562 0.577148862 4.75054258 2.37177464 C 1.64215955 4.16640042 0.577148868 8.14107439 2.37177465 11.2494574 C 4.16640043 14.3578405 8.1410744 15.4228511 11.2494575 13.6282254 L 11.2494575 13.6282254 Z"/>
        <path fill="var(--border)" d="M 2.76448221 2.31178566 L 3.4895923 3.03689575 L 2.76448221 3.77007811 L 2.03937213 3.04496803 L 1.30045379 3.77007811 C 1.10403321 3.96649869 0.789603904 3.97053007 0.578851081 3.75977724 L 0.21969278 3.40061894 L 3.12013313 0.500178582 L 3.47929145 0.859336885 C 3.68140103 1.06144648 3.68930296 1.38122894 3.4895923 1.5809396 L 2.76448221 2.31178566 Z"/>
        <path fill="url(#a)" d="M 7.51643589 2.90002441 C 7.51643589 4.05758504 7.53472527 5.82488478 7.57130402 8.20192362 C 11.2007981 8.20192362 13.0155451 8.20192362 13.0155451 8.20192362 C 13.0155451 5.56563898 11.0736296 2.90002441 7.51643589 2.90002441 Z"/>
        <path fill="rgb(210, 106, 106)" d="M 8.06381589 7.7436645 L 12.4681651 7.7436645 C 12.7704747 7.7436645 13.0155451 7.95623583 13.0155451 8.2019236 C 13.0155451 8.4550131 12.7792553 8.66018274 12.4681652 8.66018274 L 8.06381589 8.66018274 C 7.76150626 8.66018274 7.51643589 8.44761135 7.51643589 8.2019236 C 7.51643589 7.94883409 7.75272574 7.7436645 8.06381589 7.7436645 Z"/>
    </symbol>

    <g id="light"><use href="#stopwatch"/></g>
    <g id="dark"><use href="#stopwatch"/></g>
</svg>