33 lines
978 B
XML
33 lines
978 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 转化漏斗 -->
|
|
<path d="M24 24H56L44 44V56L36 60V44L24 24Z"
|
|
stroke="#4080ff"
|
|
stroke-width="3"
|
|
fill="none"/>
|
|
|
|
<!-- 数据流动线 -->
|
|
<path d="M28 28L32 32M36 28L40 32M44 28L48 32"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-linecap="round"/>
|
|
|
|
<!-- 转化指示箭头 -->
|
|
<path d="M34 48L40 52L46 48"
|
|
stroke="#4080ff"
|
|
stroke-width="2.5"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"/>
|
|
|
|
<!-- 外圈效果 -->
|
|
<circle cx="40" cy="40" r="28"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-dasharray="4 4"
|
|
fill="none"/>
|
|
|
|
<!-- 装饰点 -->
|
|
<circle cx="32" cy="32" r="2" fill="#4080ff"/>
|
|
<circle cx="40" cy="32" r="2" fill="#4080ff"/>
|
|
<circle cx="48" cy="32" r="2" fill="#4080ff"/>
|
|
</svg> |