You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
816 B
23 lines
816 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 背景圆 -->
|
|
<circle cx="16" cy="16" r="16" fill="#041236" />
|
|
|
|
<!-- 外圈 -->
|
|
<circle cx="16" cy="16" r="14" stroke="#00c3ff" stroke-width="1.5" />
|
|
|
|
<!-- 路灯杆 -->
|
|
<path d="M16 8 L16 24" stroke="#00c3ff" stroke-width="2" />
|
|
|
|
<!-- 路灯灯头 -->
|
|
<path d="M16 8 L20 12 L16 16 L12 12 Z" fill="#00c3ff" />
|
|
|
|
<!-- 发光效果 -->
|
|
<path d="M16 8 L20 12 L16 16 L12 12 Z" fill="#00c3ff" opacity="0.3" transform="scale(1.2) translate(-2.7 -2.7)" />
|
|
|
|
<!-- 科技环 -->
|
|
<circle cx="16" cy="16" r="10" stroke="#00c3ff" stroke-width="1" stroke-dasharray="2 2" />
|
|
|
|
<!-- 中心点 -->
|
|
<circle cx="16" cy="16" r="1.5" fill="#00c3ff" />
|
|
</svg> |