bomb-off from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
bomb-off
Set
Material Design Icons
Style
Filled
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0

More gaming / rpg icons from Material Design Icons

Use the bomb off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2.75c-1.8 0-3.25 1.45-3.25 3.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71 9.71A6.9 6.9 0 0 0 19 14c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75 1.75 0 0 1 1.75-1.75A1.75 1.75 0 0 1 16.25 6a2.25 2.25 0 0 0 2.25 2.25c1.24 0 2.24-1.01 2.24-2.25v-.75h-1.49V6c0 .42-.34.75-.75.75c-.42 0-.75-.33-.75-.75c0-1.8-1.46-3.25-3.25-3.25M3.41 6.36L2 7.77l3.55 3.55C5.2 12.14 5 13.04 5 14c0 3.86 3.13 7 7 7c.92 0 1.83-.19 2.68-.55L18.23 24l1.41-1.41z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBombOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2.75c-1.8 0-3.25 1.45-3.25 3.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71 9.71A6.9 6.9 0 0 0 19 14c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75 1.75 0 0 1 1.75-1.75A1.75 1.75 0 0 1 16.25 6a2.25 2.25 0 0 0 2.25 2.25c1.24 0 2.24-1.01 2.24-2.25v-.75h-1.49V6c0 .42-.34.75-.75.75c-.42 0-.75-.33-.75-.75c0-1.8-1.46-3.25-3.25-3.25M3.41 6.36L2 7.77l3.55 3.55C5.2 12.14 5 13.04 5 14c0 3.86 3.13 7 7 7c.92 0 1.83-.19 2.68-.55L18.23 24l1.41-1.41z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2.75c-1.8 0-3.25 1.45-3.25 3.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71 9.71A6.9 6.9 0 0 0 19 14c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75 1.75 0 0 1 1.75-1.75A1.75 1.75 0 0 1 16.25 6a2.25 2.25 0 0 0 2.25 2.25c1.24 0 2.24-1.01 2.24-2.25v-.75h-1.49V6c0 .42-.34.75-.75.75c-.42 0-.75-.33-.75-.75c0-1.8-1.46-3.25-3.25-3.25M3.41 6.36L2 7.77l3.55 3.55C5.2 12.14 5 13.04 5 14c0 3.86 3.13 7 7 7c.92 0 1.83-.19 2.68-.55L18.23 24l1.41-1.41z"/></svg>
</template>

CSS

.icon-bomb-off {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202.75c-1.8%200-3.25%201.45-3.25%203.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71%209.71A6.9%206.9%200%200%200%2019%2014c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75%201.75%200%200%201%201.75-1.75A1.75%201.75%200%200%201%2016.25%206a2.25%202.25%200%200%200%202.25%202.25c1.24%200%202.24-1.01%202.24-2.25v-.75h-1.49V6c0%20.42-.34.75-.75.75c-.42%200-.75-.33-.75-.75c0-1.8-1.46-3.25-3.25-3.25M3.41%206.36L2%207.77l3.55%203.55C5.2%2012.14%205%2013.04%205%2014c0%203.86%203.13%207%207%207c.92%200%201.83-.19%202.68-.55L18.23%2024l1.41-1.41z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202.75c-1.8%200-3.25%201.45-3.25%203.25H10v1.29c-.69.21-1.33.52-1.92.91l9.71%209.71A6.9%206.9%200%200%200%2019%2014c0-3.17-2.11-5.85-5-6.71V6h-1.25a1.75%201.75%200%200%201%201.75-1.75A1.75%201.75%200%200%201%2016.25%206a2.25%202.25%200%200%200%202.25%202.25c1.24%200%202.24-1.01%202.24-2.25v-.75h-1.49V6c0%20.42-.34.75-.75.75c-.42%200-.75-.33-.75-.75c0-1.8-1.46-3.25-3.25-3.25M3.41%206.36L2%207.77l3.55%203.55C5.2%2012.14%205%2013.04%205%2014c0%203.86%203.13%207%207%207c.92%200%201.83-.19%202.68-.55L18.23%2024l1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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