Add icons to this collection by clicking the heart icon.
Double Check icon - also known as arrows, direction, orientation, double tick, and double check. 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 64 64"
>
    <linearGradient
        id="a"
        x1="3.25"
        x2="60.75"
        y1="32"
        y2="32"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#5bb4f6" />
        <stop offset=".61" stop-color="#2191e5" />
        <stop offset="1" stop-color="#007edb" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M50 3.25H14A10.76 10.76 0 0 0 3.25 14v36A10.76 10.76 0 0 0 14 60.75h36A10.76 10.76 0 0 0 60.75 50V14A10.76 10.76 0 0 0 50 3.25zM48.92 32 27.06 53.83a3.11 3.11 0 0 1-4.42 0L11.28 42.48a3.13 3.13 0 1 1 4.42-4.42l9.15 9.15L44.5 27.56a3.13 3.13 0 0 1 4.42 0 3.13 3.13 0 0 1 0 4.41zm0-13.39L27.06 40.44a3.11 3.11 0 0 1-4.42 0L11.28 29.09a3.13 3.13 0 0 1 4.42-4.42l9.15 9.15L44.5 14.17a3.13 3.13 0 0 1 4.42 0 3.13 3.13 0 0 1 0 4.41z"
    />
</svg>
More icons in the same style and category