20 lines
579 B
XML
20 lines
579 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60">
|
|
<!-- Symbol -->
|
|
<path d="M30 5 L50 50 H40 L36 38 H24 L20 50 H10 L30 5 Z M28 32 H32 L30 25 L28 32 Z"
|
|
fill="#cbf400"
|
|
stroke="#cbf400"
|
|
stroke-width="2.5"
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"/>
|
|
|
|
<!-- Text: avanzato. -->
|
|
<text x="65" y="38"
|
|
font-family="Urbanist, Arial, sans-serif"
|
|
font-size="28"
|
|
font-weight="700"
|
|
fill="#ffffff">avanzato</text>
|
|
|
|
<!-- Dot -->
|
|
<circle cx="188" cy="38" r="3" fill="#cbf400"/>
|
|
</svg>
|