bomb-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
bomb-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the bomb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.943 21.57q-2.706 0-4.615-1.909q-1.909-1.908-1.909-4.603q0-2.74 1.951-4.615T9.08 8.57q.172 0 .356.01q.183.01.355.029l1.194-2.13l1.723.984l.125-.2q.517-.902 1.511-1.17t1.897.262l.432.25l-.5.86l-.432-.25q-.543-.316-1.157-.155q-.615.16-.911.703l-.106.2l1.775.992l-1.226 2.154q.575.938.949 1.95t.374 2.127q0 2.682-1.895 4.533T8.943 21.57m-.004-.98q2.294 0 3.897-1.613t1.603-3.887q0-.776-.213-1.526t-.638-1.425l-.65-1.025l1.031-1.8l-2.6-1.5l-1.03 1.762H9.162q-2.35 0-4.05 1.567T3.415 15.04q0 2.3 1.612 3.925T8.94 20.59M19 8.685v-1h2v1zm-4.384-4.616v-2h1v2zm4.24 1.237l-.689-.689l1.414-1.432l.688.707z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBombOutlineSharp(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="M8.943 21.57q-2.706 0-4.615-1.909q-1.909-1.908-1.909-4.603q0-2.74 1.951-4.615T9.08 8.57q.172 0 .356.01q.183.01.355.029l1.194-2.13l1.723.984l.125-.2q.517-.902 1.511-1.17t1.897.262l.432.25l-.5.86l-.432-.25q-.543-.316-1.157-.155q-.615.16-.911.703l-.106.2l1.775.992l-1.226 2.154q.575.938.949 1.95t.374 2.127q0 2.682-1.895 4.533T8.943 21.57m-.004-.98q2.294 0 3.897-1.613t1.603-3.887q0-.776-.213-1.526t-.638-1.425l-.65-1.025l1.031-1.8l-2.6-1.5l-1.03 1.762H9.162q-2.35 0-4.05 1.567T3.415 15.04q0 2.3 1.612 3.925T8.94 20.59M19 8.685v-1h2v1zm-4.384-4.616v-2h1v2zm4.24 1.237l-.689-.689l1.414-1.432l.688.707z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.943 21.57q-2.706 0-4.615-1.909q-1.909-1.908-1.909-4.603q0-2.74 1.951-4.615T9.08 8.57q.172 0 .356.01q.183.01.355.029l1.194-2.13l1.723.984l.125-.2q.517-.902 1.511-1.17t1.897.262l.432.25l-.5.86l-.432-.25q-.543-.316-1.157-.155q-.615.16-.911.703l-.106.2l1.775.992l-1.226 2.154q.575.938.949 1.95t.374 2.127q0 2.682-1.895 4.533T8.943 21.57m-.004-.98q2.294 0 3.897-1.613t1.603-3.887q0-.776-.213-1.526t-.638-1.425l-.65-1.025l1.031-1.8l-2.6-1.5l-1.03 1.762H9.162q-2.35 0-4.05 1.567T3.415 15.04q0 2.3 1.612 3.925T8.94 20.59M19 8.685v-1h2v1zm-4.384-4.616v-2h1v2zm4.24 1.237l-.689-.689l1.414-1.432l.688.707z"/></svg>
</template>

CSS

.icon-bomb-outline-sharp {
  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%22M8.943%2021.57q-2.706%200-4.615-1.909q-1.909-1.908-1.909-4.603q0-2.74%201.951-4.615T9.08%208.57q.172%200%20.356.01q.183.01.355.029l1.194-2.13l1.723.984l.125-.2q.517-.902%201.511-1.17t1.897.262l.432.25l-.5.86l-.432-.25q-.543-.316-1.157-.155q-.615.16-.911.703l-.106.2l1.775.992l-1.226%202.154q.575.938.949%201.95t.374%202.127q0%202.682-1.895%204.533T8.943%2021.57m-.004-.98q2.294%200%203.897-1.613t1.603-3.887q0-.776-.213-1.526t-.638-1.425l-.65-1.025l1.031-1.8l-2.6-1.5l-1.03%201.762H9.162q-2.35%200-4.05%201.567T3.415%2015.04q0%202.3%201.612%203.925T8.94%2020.59M19%208.685v-1h2v1zm-4.384-4.616v-2h1v2zm4.24%201.237l-.689-.689l1.414-1.432l.688.707z%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%22M8.943%2021.57q-2.706%200-4.615-1.909q-1.909-1.908-1.909-4.603q0-2.74%201.951-4.615T9.08%208.57q.172%200%20.356.01q.183.01.355.029l1.194-2.13l1.723.984l.125-.2q.517-.902%201.511-1.17t1.897.262l.432.25l-.5.86l-.432-.25q-.543-.316-1.157-.155q-.615.16-.911.703l-.106.2l1.775.992l-1.226%202.154q.575.938.949%201.95t.374%202.127q0%202.682-1.895%204.533T8.943%2021.57m-.004-.98q2.294%200%203.897-1.613t1.603-3.887q0-.776-.213-1.526t-.638-1.425l-.65-1.025l1.031-1.8l-2.6-1.5l-1.03%201.762H9.162q-2.35%200-4.05%201.567T3.415%2015.04q0%202.3%201.612%203.925T8.94%2020.59M19%208.685v-1h2v1zm-4.384-4.616v-2h1v2zm4.24%201.237l-.689-.689l1.414-1.432l.688.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bomb-outline-sharp.svg?color=%231a73e8&size=48