Add icons to this collection by clicking the heart icon.
Wall Clock icon - also known as clock, hour, watch, wall clock, 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="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd5900" />
        <stop offset="1" stop-color="#ffde00" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="255.999"
        x2="255.999"
        y1="450.24"
        y2="61.76"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffe59a" />
        <stop offset="1" stop-color="#ffffd5" />
    </linearGradient>
    <circle cx="256" cy="256" r="256" fill="url(#a)" />
    <path
        fill="url(#b)"
        d="M391 256c0-8.291 6.709-15 15-15h44.238c-3.259-42.488-20.112-81.163-46.318-111.711l-31.26 31.247c-5.859 5.859-15.351 5.86-21.211 0-5.859-5.859-5.859-15.352 0-21.211l31.26-31.247C352.16 81.872 313.486 65.019 271 61.76V106c0 8.291-6.709 15-15 15s-15-6.709-15-15V61.76c-42.486 3.259-81.16 20.112-111.707 46.318l31.258 31.247c5.859 5.859 5.859 15.352 0 21.211s-15.351 5.86-21.211 0l-31.258-31.247C81.874 159.837 65.019 198.512 61.76 241H106c8.291 0 15 6.709 15 15s-6.709 15-15 15H61.76c3.259 42.49 20.116 81.165 46.324 111.713l31.256-31.249c5.859-5.859 15.352-5.859 21.211 0s5.859 15.352 0 21.211l-31.256 31.249c30.547 26.204 69.219 43.059 111.705 46.317V406c0-8.291 6.709-15 15-15s15 6.709 15 15v44.24c42.486-3.258 81.158-20.112 111.705-46.317l-31.256-31.249c-5.859-5.859-5.859-15.352 0-21.211s15.352-5.859 21.211 0l31.256 31.249c26.21-30.547 43.063-69.223 46.322-111.713H406c-8.291.001-15-6.708-15-14.999zm-75 15h-60c-8.291 0-15-6.709-15-15v-90c0-8.291 6.709-15 15-15s15 6.709 15 15v75h45c8.291 0 15 6.709 15 15s-6.709 15-15 15z"
    />
</svg>
More icons in the same style and category