14 lines
557 B
XML
14 lines
557 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
height="${size}px"
|
|
viewBox="0 -960 960 960"
|
|
width="${size}px"
|
|
fill="${color}">
|
|
<path d="M280-80v-100l120-84v-144L80-280v-120l320-224v-176q0-33 23.5-56.5T480-880q33 0 56.5 23.5T560-800v176l320 224v120L560-408v144l120 84v100l-200-60-200 60Z"/>
|
|
<text x="460" y="-100" font-family="Arial" font-size="100" fill="red" text-anchor="middle">
|
|
ICAO:
|
|
</text>
|
|
|
|
<text x="460" y="-200" font-family="Arial" font-size="100" fill="red" text-anchor="middle">
|
|
ASDAS
|
|
</text>
|
|
</svg> |