Add icons to this collection by clicking the heart icon.
Arrow icon - also known as arrows, arrow, direction, right arrow, right, arrowhead, next, and skip. Created in a clean 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 32 32"
>
    <linearGradient id="a">
        <stop offset="0" stop-color="#ff9407" />
        <stop offset="1" stop-color="#fb4203" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="6.944"
        x2="29.611"
        y1="26.973"
        y2="4.973"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <linearGradient
        id="c"
        x1="4.272"
        x2="26.939"
        y1="24.22"
        y2="2.22"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <path
        fill="url(#b)"
        d="M21 28h-5.5a1 1 0 0 1-.878-1.478L20.361 16 14.622 5.479A1 1 0 0 1 15.5 4H21a1 1 0 0 1 .878.521l6 11a.998.998 0 0 1 0 .957l-6 11A1 1 0 0 1 21 28zm-3.815-2h3.222l5.455-10-5.456-10h-3.222l5.193 9.521a.998.998 0 0 1 0 .957z"
    />
    <path
        fill="url(#c)"
        d="M15.492 28h-5.5a1 1 0 0 1-.878-1.478L14.853 16 9.114 5.479A1 1 0 0 1 9.992 4h5.5a1 1 0 0 1 .878.521l6 11a.998.998 0 0 1 0 .957l-6 11a1.002 1.002 0 0 1-.878.522zm-3.816-2h3.222l5.455-10-5.455-10h-3.222l5.193 9.521a.998.998 0 0 1 0 .957z"
    />
</svg>
More icons in the same style and category