Я создал три пути:
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
<path d="M 10 100 C 40 10, 65 10, 95 80 S 150 150, 180 80" stroke="black" fill="transparent"/>
<path d="M 10 90 C 40 00, 65 00, 95 70 S 150 140, 180 70" stroke="black" fill="transparent"/>
<path d="M250 75 L180 120 L180 30 Z" stroke="black" fill="transparent"/>
</svg>
Как я могу объединить пути и заполнить их градиентом? Для этого я также создал FIDDLE .
![enter image description here](https://i.stack.imgur.com/um7oW.png)