bomb-bold from Solar by 480 Design · Bold · Security · CC-BY-4.0 Attribution required.

Name
bomb-bold
Set
Solar
Style
Bold
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="currentColor"><path d="M17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 10.3579 5.35786 7 9.5 7C13.6421 7 17 10.3579 17 14.5Z"/><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"/><path d="M16.0175 9.04328L16.7669 8.29386L16.4669 7.53312L15.7063 7.23315L14.9568 7.98261C15.3407 8.30436 15.6957 8.6594 16.0175 9.04328Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBombBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 10.3579 5.35786 7 9.5 7C13.6421 7 17 10.3579 17 14.5Z"/><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"/><path d="M16.0175 9.04328L16.7669 8.29386L16.4669 7.53312L15.7063 7.23315L14.9568 7.98261C15.3407 8.30436 15.6957 8.6594 16.0175 9.04328Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 10.3579 5.35786 7 9.5 7C13.6421 7 17 10.3579 17 14.5Z"/><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"/><path d="M16.0175 9.04328L16.7669 8.29386L16.4669 7.53312L15.7063 7.23315L14.9568 7.98261C15.3407 8.30436 15.6957 8.6594 16.0175 9.04328Z"/></g></svg>
</template>

CSS

.icon-bomb-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17%2014.5C17%2018.6421%2013.6421%2022%209.5%2022C5.35786%2022%202%2018.6421%202%2014.5C2%2010.3579%205.35786%207%209.5%207C13.6421%207%2017%2010.3579%2017%2014.5Z%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%3Cpath%20d%3D%22M16.0175%209.04328L16.7669%208.29386L16.4669%207.53312L15.7063%207.23315L14.9568%207.98261C15.3407%208.30436%2015.6957%208.6594%2016.0175%209.04328Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17%2014.5C17%2018.6421%2013.6421%2022%209.5%2022C5.35786%2022%202%2018.6421%202%2014.5C2%2010.3579%205.35786%207%209.5%207C13.6421%207%2017%2010.3579%2017%2014.5Z%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%3Cpath%20d%3D%22M16.0175%209.04328L16.7669%208.29386L16.4669%207.53312L15.7063%207.23315L14.9568%207.98261C15.3407%208.30436%2015.6957%208.6594%2016.0175%209.04328Z%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-bold.svg?color=%231a73e8&size=48