Add icons to this collection by clicking the heart icon.
Double Arrow icon - also known as arrows, arrow, button, ui, double arrow, 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 250 250"
>
    <linearGradient
        id="a"
        x1="125"
        x2="125"
        y1="245"
        y2="5"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#80b4fb" />
        <stop offset=".146" stop-color="#7aaffb" />
        <stop offset=".342" stop-color="#69a1fa" />
        <stop offset=".516" stop-color="#5490f9" />
        <stop offset="1" stop-color="#407093" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M175 245H75c-38.66 0-70-31.34-70-70V75C5 36.34 36.34 5 75 5h100c38.66 0 70 31.34 70 70v100c0 38.66-31.34 70-70 70z"
    />
    <g fill="#fff">
        <path
            d="M69 145a4 4 0 0 1-4-4V69a4 4 0 0 1 4-4h72a4 4 0 0 1 0 8H73v68a4 4 0 0 1-4 4z"
        />
        <path
            d="M109 185a4 4 0 0 1-4-4v-72a4 4 0 0 1 4-4h72a4 4 0 0 1 0 8h-68v68a4 4 0 0 1-4 4z"
        />
    </g>
</svg>
More icons in the same style and category