Add icons to this collection by clicking the heart icon.
Loop Arrow icon - also known as arrows, arrow, loop, repeat, re, loop arrow, repeat sign, and user interface. 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 32 32"
>
    <linearGradient
        id="a"
        x1="16"
        x2="16"
        y1="1.003"
        y2="30.997"
        gradientTransform="rotate(45 16.004 15.998)"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#09c6f9" />
        <stop offset="1" stop-color="#045de9" />
    </linearGradient>
    <g>
        <circle
            cx="16"
            cy="16"
            r="15"
            fill="url(#a)"
            transform="rotate(-45 15.998 16.004)"
        />
        <g fill="#fff" fill-rule="evenodd">
            <path
                d="M9.003 16.417v6.586h14v-3h-2v1h-10v-4.586l1.293 1.293 1.414-1.414-3.707-3.708-3.707 3.708L7.71 17.71zM21.003 15.588l-1.293-1.292-1.414 1.414 3.707 3.707 3.707-3.707-1.414-1.414-1.293 1.292V9.003h-14v3h2v-1h10z"
            />
        </g>
    </g>
</svg>
More icons in the same style and category