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="M101 120c33.084 0 60-26.916 60-60S134.084 0 101 0 41 26.916 41 60s26.916 60 60 60zm0-80c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20zm99 159v168h-40v145h-40V327h40V199c0-11.028-8.972-20-20-20H60c-11.028 0-20 8.972-20 20v128h40v185H40V367H0V199c0-33.084 26.916-60 60-60h80c33.084 0 60 26.916 60 60zm140-58v94h63v40H300V141zm172 109c0 106.42-86.579 193-193 193-41.727 0-80.4-13.314-112.003-35.912l37.02-23.765C266.189 395.842 291.772 403 319 403c84.364 0 153-68.636 153-153S403.364 97 319 97c-38.693 0-74.071 14.445-101.042 38.216a100.646 100.646 0 0 0-31.57-25.309C220.994 77.133 267.688 57 319 57c106.421 0 193 86.58 193 193z"
    />
</svg>
More icons in the same style and category