bomb emoji icon

bomb-emoji-line-duotone from Solar by 480 Design · Line Duotone · Security · CC-BY-4.0 Attribution required.

Name
bomb-emoji-line-duotone
Set
Solar
Style
Line Duotone
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More security icons from Solar

Use the bomb emoji icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><circle cx="9.5" cy="14.5" r="7.5" stroke-width="1.5"/><path stroke-linecap="round" stroke-width="1.5" d="M10 16L12 16" opacity=".5"/><path stroke-linecap="round" stroke-width="1.5" d="M17 7L15 9" opacity=".5"/><path stroke-width="1.5" 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="M13.5 12.5C13.5 13.0523 13.2761 13.5 13 13.5C12.7239 13.5 12.5 13.0523 12.5 12.5C12.5 11.9477 12.7239 11.5 13 11.5C13.2761 11.5 13.5 11.9477 13.5 12.5Z" opacity=".5"/><ellipse cx="9" cy="12.5" opacity=".5" rx=".5" ry="1"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBombEmojiLineDuotone(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"><circle cx="9.5" cy="14.5" r="7.5" strokeWidth="1.5"/><path strokeLinecap="round" strokeWidth="1.5" d="M10 16L12 16" opacity=".5"/><path strokeLinecap="round" strokeWidth="1.5" d="M17 7L15 9" opacity=".5"/><path strokeWidth="1.5" 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="M13.5 12.5C13.5 13.0523 13.2761 13.5 13 13.5C12.7239 13.5 12.5 13.0523 12.5 12.5C12.5 11.9477 12.7239 11.5 13 11.5C13.2761 11.5 13.5 11.9477 13.5 12.5Z" opacity=".5"/><ellipse cx="9" cy="12.5" opacity=".5" rx=".5" ry="1"/></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"><circle cx="9.5" cy="14.5" r="7.5" stroke-width="1.5"/><path stroke-linecap="round" stroke-width="1.5" d="M10 16L12 16" opacity=".5"/><path stroke-linecap="round" stroke-width="1.5" d="M17 7L15 9" opacity=".5"/><path stroke-width="1.5" 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="M13.5 12.5C13.5 13.0523 13.2761 13.5 13 13.5C12.7239 13.5 12.5 13.0523 12.5 12.5C12.5 11.9477 12.7239 11.5 13 11.5C13.2761 11.5 13.5 11.9477 13.5 12.5Z" opacity=".5"/><ellipse cx="9" cy="12.5" opacity=".5" rx=".5" ry="1"/></g></svg>
</template>

CSS

.icon-bomb-emoji-line-duotone {
  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%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%2214.5%22%20r%3D%227.5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2016L12%2016%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%207L15%209%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%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%22M13.5%2012.5C13.5%2013.0523%2013.2761%2013.5%2013%2013.5C12.7239%2013.5%2012.5%2013.0523%2012.5%2012.5C12.5%2011.9477%2012.7239%2011.5%2013%2011.5C13.2761%2011.5%2013.5%2011.9477%2013.5%2012.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2212.5%22%20opacity%3D%22.5%22%20rx%3D%22.5%22%20ry%3D%221%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%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%2214.5%22%20r%3D%227.5%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2016L12%2016%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17%207L15%209%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%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%22M13.5%2012.5C13.5%2013.0523%2013.2761%2013.5%2013%2013.5C12.7239%2013.5%2012.5%2013.0523%2012.5%2012.5C12.5%2011.9477%2012.7239%2011.5%2013%2011.5C13.2761%2011.5%2013.5%2011.9477%2013.5%2012.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cellipse%20cx%3D%229%22%20cy%3D%2212.5%22%20opacity%3D%22.5%22%20rx%3D%22.5%22%20ry%3D%221%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-emoji-line-duotone.svg?color=%231a73e8&size=48