Add icons to this collection by clicking the heart icon.
Bomb icon - also known as nuclear, bomb, explosion, weapon, miscellaneous, and atomic bomb. 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="#009efd" />
        <stop offset="1" stop-color="#2af598" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M276 162.238V116h-40v-16c0-11.028 8.972-20 20-20h80V40h-80c-33.084 0-60 26.916-60 60v16h-40v46.238C84.612 187.384 36 255.096 36 332c0 99.252 80.748 180 180 180s180-80.748 180-180c0-76.904-48.612-144.616-120-169.762zM216 472c-77.196 0-140-62.804-140-140 0-63.924 43.172-119.681 104.985-135.591L196 192.545V156h40v36.545l15.015 3.865C312.828 212.319 356 268.076 356 332c0 77.196-62.804 140-140 140zM376 0c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20zm0 80c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20zm80-40c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z"
    />
</svg>
More icons in the same style and category