Add icons to this collection by clicking the heart icon.
Up Right Arrow icon - also known as arrows, direction, directional sign, up right arrow, user interface, and top right. 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 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#6c54a3" />
        <stop offset="1" stop-color="#00b1d2" />
    </linearGradient>
    <path
        fill="url(#a)"
        fill-rule="evenodd"
        d="M256 0c141.385 0 256 114.615 256 256S397.385 512 256 512 0 397.385 0 256 114.615 0 256 0zm150 129.435a23.445 23.445 0 0 0-23.436-23.441H129.44a23.442 23.442 0 0 0 0 46.883h196.541l-213.113 213.1a23.436 23.436 0 1 0 33.142 33.145l213.116-213.1v196.543a23.437 23.437 0 1 0 46.874 0z"
    />
</svg>
More icons in the same style and category