Add icons to this collection by clicking the heart icon.
Checked icon - also known as success, complete, check mark, checked, done, and ui. Created in a clean 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 100 100"
>
    <linearGradient id="a">
        <stop offset="0" stop-color="#5654f9" />
        <stop offset="1" stop-color="#8d33ff" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="4"
        x2="96"
        y1="50"
        y2="50"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <linearGradient
        id="c"
        x1="27.812"
        x2="72.189"
        y1="50"
        y2="50"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <path
        fill="url(#b)"
        d="M50 96c25.364 0 46-20.636 46-46S75.364 4 50 4 4 24.636 4 50s20.636 46 46 46zm0-90c24.262 0 44 19.738 44 44S74.262 94 50 94 6 74.262 6 50 25.738 6 50 6z"
    />
    <path
        fill="url(#c)"
        d="M39.745 66.075a.997.997 0 0 0 1.414 0L71.895 35.34a1 1 0 1 0-1.414-1.414l-30.029 30.03L29.52 53.02a1 1 0 1 0-1.415 1.414z"
    />
</svg>
More icons in the same style and category