Files
frontend-miniapp/static/icons/marker-location.svg

11 lines
462 B
XML

<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 外圈半透明黑色 -->
<circle cx="20" cy="20" r="20" fill="black" fill-opacity="0.2"/>
<!-- 内圈黑色 -->
<circle cx="20" cy="20" r="12" fill="black" stroke="#E0E100" stroke-width="2"/>
<!-- 黄色定位图标 -->
<path d="M20 11L14 24L20 21L26 24L20 11Z" fill="#E0E100" stroke="#E0E100" stroke-width="1.5" stroke-linejoin="round"/>
</svg>