10 lines
358 B
XML
10 lines
358 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="20" fill="#0e0e0e"/>
|
|
<path d="M50 15 L75 75 H60 L55 60 H45 L40 75 H25 L50 15 Z M48 48 H52 L50 40 L48 48 Z"
|
|
fill="#cbf400"
|
|
stroke="#cbf400"
|
|
stroke-width="3"
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"/>
|
|
</svg>
|