Add icons to this collection by clicking the heart icon.
Time Zone icon - also known as clock, hour, watch, time and date, and time zone. 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="#fd3a84" />
        <stop offset="1" stop-color="#ffa68d" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="271"
        x2="271"
        y1="437"
        y2="60"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffc2cc" />
        <stop offset="1" stop-color="#fff2f4" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M120 0C53.818 0 0 53.833 0 120s53.818 120 120 120 120-53.833 120-120S186.182 0 120 0zm272 240c66.182 0 120-53.833 120-120S458.182 0 392 0 272 53.833 272 120s53.818 120 120 120zm-272 32C53.818 272 0 325.833 0 392s53.818 120 120 120 120-53.833 120-120-53.818-120-120-120zm272 0c-66.182 0-120 53.833-120 120s53.818 120 120 120 120-53.833 120-120-53.818-120-120-120z"
    />
    <path
        fill="url(#b)"
        d="M120 135h30c8.291 0 15-6.709 15-15s-6.709-15-15-15h-15V75c0-8.291-6.709-15-15-15s-15 6.709-15 15v45c0 8.291 6.709 15 15 15zm302-30h-30a14.986 14.986 0 0 0-10.605 4.395l-30 30c-5.859 5.859-5.859 15.352 0 21.211s15.352 5.859 21.211 0L398.211 135H422c8.291 0 15-6.709 15-15s-6.709-15-15-15zM165 377h-45c-8.291 0-15 6.709-15 15v30c0 8.291 6.709 15 15 15s15-6.709 15-15v-15h30c8.291 0 15-6.709 15-15s-6.709-15-15-15zm227-45c-8.291 0-15 6.709-15 15v38.789l-25.605 25.605c-5.859 5.859-5.859 15.352 0 21.211s15.352 5.859 21.211 0l30-30A14.99 14.99 0 0 0 407 392v-45c0-8.291-6.709-15-15-15z"
    />
</svg>
More icons in the same style and category