Add icons to this collection by clicking the heart icon.
Up Left Arrow icon - also known as arrows, direction, up, sign, top, directional sign, up left, 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 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 28zm8.256-29.643 8.549-6.188a2.012 2.012 0 0 0-.956-3.608l-26.922-2.94a3.017 3.017 0 0 0-3.308 3.308L20.56 47.85a2.012 2.012 0 0 0 3.608.955l6.188-8.548 9.376 9.375a7 7 0 0 0 9.9-9.9zm7.901 17.861a4.963 4.963 0 0 1-7.01 0l-9.377-9.376a2.013 2.013 0 0 0-3.034.242l-6.188 8.549-2.94-26.922a1.032 1.032 0 0 1 1.102-1.103l26.922 2.941-8.549 6.188a2.012 2.012 0 0 0-.241 3.035l9.375 9.375a4.982 4.982 0 0 1-.06 7.071zm-32.64-31.606 2.577 25.844a1 1 0 0 1-1.99.2L13.528 16.81a3.018 3.018 0 0 1 3.282-3.283l25.844 2.577a1 1 0 0 1-.198 1.99l-25.844-2.577a1.006 1.006 0 0 0-1.094 1.094z"
    />
</svg>
More icons in the same style and category