Add icons to this collection by clicking the heart icon.
Zigzag Arrow icon - also known as arrows, direction, curve arrow, signaling, turn, down, directional sign, zig zag, zigzag arrow, and user interface. Created in a clean flat gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#6c54a3" />
        <stop offset="1" stop-color="#00b1d2" />
    </linearGradient>
    <path
        fill="url(#a)"
        fill-rule="evenodd"
        d="M256 0c141.385 0 256 114.615 256 256S397.385 512 256 512 0 397.385 0 256 114.615 0 256 0zm2.778 325.979-12.439-12.439a23.437 23.437 0 0 0-33.145 33.144l52.467 52.44a23.4 23.4 0 0 0 33.145 0l52.439-52.44A23.436 23.436 0 0 0 318.1 313.54l-12.44 12.439v-91.637a23.436 23.436 0 0 0-23.44-23.442h-81.465v-81.465a23.442 23.442 0 0 0-46.883 0v104.907a23.453 23.453 0 0 0 23.441 23.441h81.465z"
    />
</svg>
More icons in the same style and category