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=".099" stop-color="#dd636e" />
        <stop offset=".617" stop-color="#d82e3d" />
        <stop offset=".726" stop-color="#d32e3b" />
        <stop offset=".859" stop-color="#c42f37" />
        <stop offset="1" stop-color="#ac3030" />
    </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="M181 145a4 4 0 0 1-4-4V73h-68a4 4 0 0 1 0-8h72a4 4 0 0 1 4 4v72a4 4 0 0 1-4 4z"
        />
        <path
            d="M141 185a4 4 0 0 1-4-4v-68H69a4 4 0 0 1 0-8h72a4 4 0 0 1 4 4v72a4 4 0 0 1-4 4z"
        />
    </g>
</svg>
More icons in the same style and category