Kosorikōsori alpha
Links

Wavy

Flick effect on hover

Installation

Download the svg

Download the wavy.svg file.

Change stroke color

Change the stroke color of the path to your desired hover color.

<pattern id="wavePattern" width="80" height="80" x="0" y="0" patternUnits="userSpaceOnUse">
--  <path ... stroke="#B1AFB8" ... />
++  <path ... stroke="#6E56CF" ... />
</pattern>

On this page