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="0"
        x2="512"
        y1="256"
        y2="256"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00f2fe" />
        <stop offset=".021" stop-color="#03effe" />
        <stop offset=".293" stop-color="#24d2fe" />
        <stop offset=".554" stop-color="#3cbdfe" />
        <stop offset=".796" stop-color="#4ab0fe" />
        <stop offset="1" stop-color="#4facfe" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M383 275h-63c-11.046 0-20-8.954-20-20v-94c0-11.046 8.954-20 20-20s20 8.954 20 20v74h43c11.046 0 20 8.954 20 20s-8.954 20-20 20zM160 492V364.573c23.281-8.254 40-30.498 40-56.573V199c0-33.084-26.916-60-60-60H60c-33.084 0-60 26.916-60 60v109c0 26.075 16.719 48.318 40 56.573V492c0 11.046 8.954 20 20 20s20-8.954 20-20V348c0-11.046-8.954-20-20-20-11.028 0-20-8.972-20-20V199c0-11.028 8.972-20 20-20h80c11.028 0 20 8.972 20 20v109c0 11.028-8.972 20-20 20-11.046 0-20 8.954-20 20v144c0 11.046 8.954 20 20 20s20-8.954 20-20zm0-432c0-33.084-26.916-60-60-60S40 26.916 40 60s26.916 60 60 60 60-26.916 60-60zm-40 0c0 11.028-8.972 20-20 20s-20-8.972-20-20 8.972-20 20-20 20 8.972 20 20zm392 190c0-106.42-86.579-193-193-193-41.249 0-80.602 12.832-113.805 37.108-8.916 6.52-10.859 19.033-4.34 27.949s19.03 10.86 27.949 4.341C255.108 107.166 286.298 97 319 97c84.364 0 153 68.636 153 153s-68.636 153-153 153c-30.355 0-59.682-8.865-84.811-25.635-9.188-6.132-21.605-3.654-27.738 5.533-6.132 9.188-3.654 21.606 5.533 27.738C243.709 431.809 280.715 443 319 443c106.421 0 193-86.58 193-193z"
    />
</svg>
More icons in the same style and category