Add icons to this collection by clicking the heart icon.
Double Arrow icon - also known as arrows, direction, right arrow, double arrow, and skip. 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 64 64"
>
    <linearGradient
        id="a"
        x1="-33.86"
        x2="77.46"
        y1="-41.86"
        y2="69.46"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#9cecfb" />
        <stop offset=".51" stop-color="#65c7f7" />
        <stop offset="1" stop-color="#0052d4" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="-40.61"
        x2="70.71"
        y1="-35.11"
        y2="76.21"
        href="#a"
    />
    <g>
        <path
            fill="url(#a)"
            d="m58.71 31.29-18-18a1 1 0 0 0-1.42 1.42L56.59 32l-17.3 17.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0l18-18a1 1 0 0 0 0-1.42z"
        />
        <path
            fill="url(#b)"
            d="m50.71 31.29-18-18a1 1 0 0 0-1.42 0l-4.24 4.24a1 1 0 0 0 0 1.42L36.1 28H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h30.1l-9 9a1 1 0 0 0 0 1.42l4.24 4.24a1 1 0 0 0 1.42 0l18-18a1 1 0 0 0-.05-1.37z"
        />
    </g>
</svg>
More icons in the same style and category