22 lines
No EOL
996 B
XML
22 lines
No EOL
996 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
<defs>
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#c9a9b7"/>
|
|
<stop offset="100%" stop-color="#211017"/>
|
|
</linearGradient>
|
|
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="3.5" result="blur1"/>
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur2"/>
|
|
<feMerge>
|
|
<feMergeNode in="blur1"/>
|
|
<feMergeNode in="blur2"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<g fill="none" stroke="url(#g)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" filter="url(#glow)">
|
|
<path d="M24 16 Q24 6 12 8 Q6 10 8 18 Q10 28 16 34 Q20 38 24 38 Q28 38 32 34 Q38 28 40 18 Q42 10 36 8 Q24 6 24 16 Z"/>
|
|
<path d="M24 16 Q24 10 20 6 Q24 8 28 6 Q24 10 24 16"/>
|
|
<line x1="24" y1="16" x2="24" y2="8"/>
|
|
</g>
|
|
</svg> |