Add icons to this collection by clicking the heart icon.
Diagonal Arrows icon - also known as arrows, arrow, up, top, directional sign, ui, diagonal, up left, diagonal arrows, diagonal arrow, top left, and up left arrow. 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 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#009efd" />
        <stop offset="1" stop-color="#2af598" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M400 120H120v280h40V160h240zM280 0H0v280h40V40h240zm-40 240v272h40V280h232v-40z"
    />
</svg>
More icons in the same style and category