Project

General

Profile

Feature #3096 » TvheadendLogo.svg

Logo as vectorized svg - Bernhard Berger, 2019-09-24 15:35

 
1
  <svg xmlns="http://www.w3.org/2000/svg" width="2480" height="2480" viewBox="0 0 2480 2480" class="">
2

    
3
        <rect
4
                id="dot"
5
                class="dot"
6
                width="600"
7
                height="600"
8
                x="940"
9
                y="940"
10
                fill="#fa7f00"
11
                stroke="null"
12
                stroke-opacity="null"
13
                stroke-width="null"
14
                rx="80"
15
                transform="rotate(45 1240 1240)"
16
        />
17
        <g fill="none" id="wings">
18
            <path fill="#00bcfa"
19
                  class="wings"
20
                  id="wing-top"
21
                  stroke="none"
22
                  d="M1242 0c-15 0-31 4-43 16L501 713c-9 9-4 27 8 27h446c17 0 29-8 42-20l204-196c11-11 24-13 39-13 16 0 32 3 43 14l191 186c13 10 28 8 29-23V561 405 263s-7-34-20-47L1285 18a60 60 0 0 0-43-18z"/>
23
            <path fill="#00bcfa"
24
                  id="wing-right"
25
                  class="wings"
26
                  stroke="none"
27
                  d="M2479 1242c0-16-4-31-16-43l-698-699c-8-8-27-3-27 9v445c0 18 8 30 21 42l196 204c11 11 12 24 12 40 0 15-2 31-14 42-67 68-123 127-185 192-10 13-8 28 23 28h424s35-7 47-19l199-199c12-12 18-27 18-42z"/>
28
            <path fill="#00bcfa"
29
                  id="wing-bottom"
30
                  class="wings"
31
                  stroke="none"
32
                  d="M0 1237c0 15 4 31 16 43l697 698c9 9 27 3 27-8v-446c0-17-8-29-20-42l-196-204c-11-11-13-24-13-39 0-16 3-32 14-43l186-191c10-13 8-28-23-29H263s-34 7-47 20L18 1194a60 60 0 0 0-18 43z"/>
33
            <path fill="#00bcfa"
34
                  id="wing-left"
35
                  class="wings"
36
                  stroke="none"
37
                  d="M1241 2480c15 0 31-4 43-16l698-697c9-9 4-27-8-27h-445c-18 0-30 8-43 20l-203 196c-12 11-25 13-40 13-16 0-31-3-42-14l-192-186c-13-10-28-8-28 23v127 298s7 34 19 47l199 198c11 12 27 18 42 18z"/>
38
        </g>
39
    </svg>
(1-1/2)