logo-2017-fr.svg (1354B)
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-50 -50 100 100" 2 xmlns:xlink="http://www.w3.org/1999/xlink"> 3 <style> 4 .ts1 { fill: #aa3939; letter-spacing:0; } 5 .ts2 { letter-spacing:0; } 6 </style> 7 8 <circle cx="0" cy="0" r="40" stroke="black" stroke-width="7.5" fill="none" /> 9 <circle cx="0" cy="0" r="45" stroke="black" stroke-width="1" fill="none" /> 10 <!-- big horizontal T stroke --> 11 <rect x="-30" y="-14" width="60" height="4"/> 12 <rect x="-30" y="-9" width="60" height="1"/> 13 <rect x="-4" y="-14" width="8" height="54"/> 14 15 16 17 <text font-family="'Lucida Console', Monaco, monospace" font-weight="bold" font-size="9" color="red" x="0" y="-18" text-anchor="middle" letter-spacing="0.20em"> 18 <tspan class="ts1">❬</tspan>Tale<tspan class="ts2">r<tspan class="ts1">❭</tspan></tspan> 19 </text> 20 21 22 <defs> 23 <path id="MyPath1" 24 d="M -38 0 A 38 38 1 0 1 38 0" /> 25 </defs> 26 27 <defs> 28 <path id="MyPath2" 29 d="M 0 42 A 42 42 1 0 0 0 -42" /> 30 </defs> 31 32 33 <text font-family="Verdana" font-size="6" color="red" fill="white"> 34 <textPath xlink:href="#MyPath1"> 35 Taxable Anonyme Libre 36 </textPath> 37 </text> 38 39 <text font-family="Verdana" font-size="6" color="red" fill="white"> 40 <textPath xlink:href="#MyPath2"> 41 Électronique Réserve 42 </textPath> 43 </text> 44 </svg>