Add icons to this collection by clicking the heart icon.
Up Right Arrow icon - also known as arrows, direction, right, sign, top, up right, up right arrow, diagonal arrow, and top right. 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 64 64"
>
    <linearGradient
        id="a"
        x1="2"
        x2="62"
        y1="32"
        y2="32"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#0fdcdd" />
        <stop offset="1" stop-color="#46a1e8" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M32 2a30 30 0 1 0 30 30A30.034 30.034 0 0 0 32 2zm0 58a28 28 0 1 1 28-28 28.031 28.031 0 0 1-28 28zm11.245-42.38-26.921 2.941a2.012 2.012 0 0 0-.956 3.608l8.549 6.188-9.376 9.376a7 7 0 0 0 9.9 9.9l9.376-9.376 6.187 8.549a2.012 2.012 0 0 0 3.609-.956l2.94-26.921a3.017 3.017 0 0 0-3.308-3.308zm-1.62 30.013-6.188-8.549a2.013 2.013 0 0 0-3.035-.242l-9.375 9.376a5 5 0 0 1-7.071-7.07l9.375-9.377a2.012 2.012 0 0 0-.241-3.034l-8.55-6.188 26.922-2.94a1.032 1.032 0 0 1 1.103 1.102zm9.02-30.822-2.576 25.844a1 1 0 0 1-1.99-.199l2.576-25.844a1.006 1.006 0 0 0-1.094-1.094l-25.844 2.577a1 1 0 0 1-.198-1.99l25.844-2.577a3.018 3.018 0 0 1 3.282 3.283z"
    />
</svg>
More icons in the same style and category