18 lines
956 B
XML
18 lines
956 B
XML
|
|
<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Person icon -->
|
||
|
|
<circle cx="25" cy="18" r="4" fill="url(#grad6)"/>
|
||
|
|
<path d="M 17 35 Q 17 28 25 28 Q 33 28 33 35 L 33 40 L 17 40 Z" fill="url(#grad6)"/>
|
||
|
|
<!-- Speech bubble/consulting -->
|
||
|
|
<ellipse cx="40" cy="25" rx="8" ry="6" fill="none" stroke="url(#grad6)" stroke-width="2"/>
|
||
|
|
<path d="M 35 28 L 32 32 L 35 30 Z" fill="url(#grad6)"/>
|
||
|
|
<!-- Chart/strategy lines inside bubble -->
|
||
|
|
<line x1="37" y1="23" x2="43" y2="23" stroke="url(#grad6)" stroke-width="1"/>
|
||
|
|
<line x1="37" y1="25" x2="41" y2="25" stroke="url(#grad6)" stroke-width="1"/>
|
||
|
|
<line x1="37" y1="27" x2="43" y2="27" stroke="url(#grad6)" stroke-width="1"/>
|
||
|
|
</svg>
|