bomb-broken from Solar by 480 Design · Broken · Security · CC-BY-4.0 Attribution required.

Name
bomb-broken
Set
Solar
Style
Broken
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More security icons from Solar

Use the bomb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.75 8.00337C6.85315 7.36523 8.13392 7 9.5 7C13.6421 7 17 10.3579 17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 13.1339 2.36523 11.8532 3.00337 10.75"/><path stroke-linecap="round" d="M17 7L15 9"/><path d="M17.9811 2.35316C18.1668 1.88228 18.8332 1.88228 19.0189 2.35316L19.6733 4.01242C19.73 4.15618 19.8438 4.26998 19.9876 4.32668L21.6468 4.98108C22.1177 5.16679 22.1177 5.83321 21.6468 6.01892L19.9876 6.67332C19.8438 6.73002 19.73 6.84382 19.6733 6.98758L19.0189 8.64684C18.8332 9.11772 18.1668 9.11772 17.9811 8.64684L17.3267 6.98758C17.27 6.84382 17.1562 6.73002 17.0124 6.67332L15.3532 6.01892C14.8823 5.83321 14.8823 5.16679 15.3532 4.98108L17.0124 4.32668C17.1562 4.26998 17.27 4.15618 17.3267 4.01242L17.9811 2.35316Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBombBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5.75 8.00337C6.85315 7.36523 8.13392 7 9.5 7C13.6421 7 17 10.3579 17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 13.1339 2.36523 11.8532 3.00337 10.75"/><path strokeLinecap="round" d="M17 7L15 9"/><path d="M17.9811 2.35316C18.1668 1.88228 18.8332 1.88228 19.0189 2.35316L19.6733 4.01242C19.73 4.15618 19.8438 4.26998 19.9876 4.32668L21.6468 4.98108C22.1177 5.16679 22.1177 5.83321 21.6468 6.01892L19.9876 6.67332C19.8438 6.73002 19.73 6.84382 19.6733 6.98758L19.0189 8.64684C18.8332 9.11772 18.1668 9.11772 17.9811 8.64684L17.3267 6.98758C17.27 6.84382 17.1562 6.73002 17.0124 6.67332L15.3532 6.01892C14.8823 5.83321 14.8823 5.16679 15.3532 4.98108L17.0124 4.32668C17.1562 4.26998 17.27 4.15618 17.3267 4.01242L17.9811 2.35316Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.75 8.00337C6.85315 7.36523 8.13392 7 9.5 7C13.6421 7 17 10.3579 17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 13.1339 2.36523 11.8532 3.00337 10.75"/><path stroke-linecap="round" d="M17 7L15 9"/><path d="M17.9811 2.35316C18.1668 1.88228 18.8332 1.88228 19.0189 2.35316L19.6733 4.01242C19.73 4.15618 19.8438 4.26998 19.9876 4.32668L21.6468 4.98108C22.1177 5.16679 22.1177 5.83321 21.6468 6.01892L19.9876 6.67332C19.8438 6.73002 19.73 6.84382 19.6733 6.98758L19.0189 8.64684C18.8332 9.11772 18.1668 9.11772 17.9811 8.64684L17.3267 6.98758C17.27 6.84382 17.1562 6.73002 17.0124 6.67332L15.3532 6.01892C14.8823 5.83321 14.8823 5.16679 15.3532 4.98108L17.0124 4.32668C17.1562 4.26998 17.27 4.15618 17.3267 4.01242L17.9811 2.35316Z"/></g></svg>
</template>

CSS

.icon-bomb-broken {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.75%208.00337C6.85315%207.36523%208.13392%207%209.5%207C13.6421%207%2017%2010.3579%2017%2014.5C17%2018.6421%2013.6421%2022%209.5%2022C5.35786%2022%202%2018.6421%202%2014.5C2%2013.1339%202.36523%2011.8532%203.00337%2010.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%207L15%209%22%2F%3E%3Cpath%20d%3D%22M17.9811%202.35316C18.1668%201.88228%2018.8332%201.88228%2019.0189%202.35316L19.6733%204.01242C19.73%204.15618%2019.8438%204.26998%2019.9876%204.32668L21.6468%204.98108C22.1177%205.16679%2022.1177%205.83321%2021.6468%206.01892L19.9876%206.67332C19.8438%206.73002%2019.73%206.84382%2019.6733%206.98758L19.0189%208.64684C18.8332%209.11772%2018.1668%209.11772%2017.9811%208.64684L17.3267%206.98758C17.27%206.84382%2017.1562%206.73002%2017.0124%206.67332L15.3532%206.01892C14.8823%205.83321%2014.8823%205.16679%2015.3532%204.98108L17.0124%204.32668C17.1562%204.26998%2017.27%204.15618%2017.3267%204.01242L17.9811%202.35316Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.75%208.00337C6.85315%207.36523%208.13392%207%209.5%207C13.6421%207%2017%2010.3579%2017%2014.5C17%2018.6421%2013.6421%2022%209.5%2022C5.35786%2022%202%2018.6421%202%2014.5C2%2013.1339%202.36523%2011.8532%203.00337%2010.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%207L15%209%22%2F%3E%3Cpath%20d%3D%22M17.9811%202.35316C18.1668%201.88228%2018.8332%201.88228%2019.0189%202.35316L19.6733%204.01242C19.73%204.15618%2019.8438%204.26998%2019.9876%204.32668L21.6468%204.98108C22.1177%205.16679%2022.1177%205.83321%2021.6468%206.01892L19.9876%206.67332C19.8438%206.73002%2019.73%206.84382%2019.6733%206.98758L19.0189%208.64684C18.8332%209.11772%2018.1668%209.11772%2017.9811%208.64684L17.3267%206.98758C17.27%206.84382%2017.1562%206.73002%2017.0124%206.67332L15.3532%206.01892C14.8823%205.83321%2014.8823%205.16679%2015.3532%204.98108L17.0124%204.32668C17.1562%204.26998%2017.27%204.15618%2017.3267%204.01242L17.9811%202.35316Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bomb-broken.svg?color=%231a73e8&size=48