Add icons to this collection by clicking the heart icon.
Time icon - also known as time, speedometer, stopwatch, timer, and time and date. 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 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="0"
        y2="512"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#2af598" />
        <stop offset="1" stop-color="#009efd" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M220 71h40v189H116v-40h104zm157.065 307.78-36.423-36.422-28.284 28.284 64.577 64.578 123.642-122.513-28.154-28.414zm133.718-19.875-41.647 41.266C458.766 441.391 421.393 472 377 472c-52.383 0-95-42.617-95-95s42.617-95 95-95a94.52 94.52 0 0 1 34.4 6.448l30.223-29.947C422.418 247.985 400.396 242 377 242c-74.439 0-135 60.56-135 135s60.561 135 135 135 135-60.56 135-135c0-6.136-.42-12.174-1.217-18.095zM40 240c0-110.28 89.72-200 200-200 101.139 0 184.971 75.466 198.177 173.043a174.834 174.834 0 0 1 41.769 22.533c-1.122-62.451-25.955-120.997-70.241-165.282C364.375 24.964 304.106 0 240 0S115.625 24.964 70.294 70.294 0 175.894 0 240s24.964 124.375 70.294 169.706c44.285 44.285 102.832 69.119 165.282 70.241a174.798 174.798 0 0 1-22.533-41.769C115.466 424.971 40 341.139 40 240z"
    />
</svg>
More icons in the same style and category