Add icons to this collection by clicking the heart icon.
Deadline icon - also known as clock, deadline, stopwatch, bomb, time and date, and time bomb. Created in a clean circular 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="#ffe59a" />
        <stop offset="1" stop-color="#ffffd5" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="407"
        y2="105"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffde00" />
        <stop offset="1" stop-color="#fd5900" />
    </linearGradient>
    <circle cx="256" cy="256" r="256" fill="url(#a)" />
    <path
        fill="url(#b)"
        d="M176.059 291.529c0 24.487 19.916 44.412 44.412 44.412s44.412-19.925 44.412-44.412-19.916-44.412-44.412-44.412-44.412 19.925-44.412 44.412zm53.294-17.764v8.882h8.882c4.91 0 8.882 3.973 8.882 8.882s-3.973 8.882-8.882 8.882H220.47a8.877 8.877 0 0 1-8.882-8.882v-17.765c0-4.91 3.973-8.882 8.882-8.882s8.883 3.973 8.883 8.883zM327.059 105H256c-24.496 0-44.412 19.925-44.412 44.412v8.882h-8.882a8.877 8.877 0 0 0-8.882 8.882v11.97C141.917 191.325 105 237.437 105 291.529 105 355.198 156.802 407 220.471 407c63.668 0 115.471-51.802 115.471-115.471 0-54.092-36.917-100.204-88.823-112.383v-11.97a8.877 8.877 0 0 0-8.882-8.882h-8.882v-8.882c0-14.694 11.953-26.647 26.647-26.647h71.059c14.694 0 26.647 11.953 26.647 26.647 0 4.91 3.973 8.882 8.882 8.882s8.882-3.973 8.882-8.882C371.471 124.925 351.555 105 327.059 105zm-44.412 186.529c0 34.28-27.896 62.176-62.176 62.176s-62.176-27.896-62.176-62.176 27.896-62.177 62.176-62.177 62.176 27.897 62.176 62.177zm55.896-112.868-17.765 17.765a8.878 8.878 0 0 0 0 12.56 8.878 8.878 0 0 0 12.56 0l17.765-17.765a8.878 8.878 0 0 0 0-12.56 8.878 8.878 0 0 0-12.56 0zm65.855 17.765-17.765-17.765a8.878 8.878 0 0 0-12.56 0 8.878 8.878 0 0 0 0 12.56l17.765 17.765a8.878 8.878 0 0 0 12.56 0 8.88 8.88 0 0 0 0-12.56z"
    />
</svg>
More icons in the same style and category