bomb minimalistic icon
bomb-minimalistic-bold from Solar by 480 Design · Bold · Security · CC-BY-4.0 Attribution required.
- Name
- bomb-minimalistic-bold
- Set
- Solar
- Style
- Bold
- Category
- Security
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More security icons from Solar
barcode-boldbarcode-scan-boldbomb-boldbomb-emoji-boldcode-scan-boldeye-boldeye-closed-boldeye-scan-boldincognito-boldkey-boldkey-minimalistic-2-boldkey-minimalistic-boldkey-minimalistic-square-2-boldkey-minimalistic-square-3-boldkey-minimalistic-square-boldkey-square-2-boldkey-square-boldlock-boldlock-keyhole-boldlock-keyhole-minimalistic-boldlock-keyhole-minimalistic-unlocked-boldlock-keyhole-unlocked-boldlock-password-boldlock-password-unlocked-bold
Use the bomb minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.6646 2.82934C16.0351 2.6441 16.4856 2.79427 16.6708 3.16475L17.1708 4.16475C17.3561 4.53524 17.2059 4.98574 16.8354 5.17098C16.4649 5.35623 16.0144 5.20606 15.8292 4.83557L15.3292 3.83557C15.1439 3.46509 15.2941 3.01459 15.6646 2.82934Z"/><path d="M18.8292 7.16475C19.0144 6.79427 19.4649 6.6441 19.8354 6.82934L20.8354 7.32934C21.2059 7.51459 21.3561 7.96509 21.1708 8.33557C20.9856 8.70606 20.5351 8.85623 20.1646 8.67098L19.1646 8.17098C18.7941 7.98574 18.6439 7.53524 18.8292 7.16475Z"/><path d="M20.5303 4.53049C20.8232 4.2376 20.8232 3.76273 20.5303 3.46983C20.2374 3.17694 19.7626 3.17694 19.4697 3.46983L18.4697 4.46983C18.1768 4.76273 18.1768 5.2376 18.4697 5.53049C18.7626 5.82339 19.2374 5.82339 19.5303 5.53049L20.5303 4.53049Z"/><path d="M17 14.5002C17 18.6423 13.6421 22.0002 9.5 22.0002C5.35786 22.0002 2 18.6423 2 14.5002C2 10.358 5.35786 7.00016 9.5 7.00016C13.6421 7.00016 17 10.358 17 14.5002Z"/><path d="M17.5302 7.53049L16.3722 8.68853C16.0486 8.30631 15.6938 7.95143 15.3115 7.62787L16.4696 6.46983C16.7625 6.17694 17.2373 6.17694 17.5302 6.46983C17.8231 6.76273 17.8231 7.2376 17.5302 7.53049Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBombMinimalisticBold(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="M15.6646 2.82934C16.0351 2.6441 16.4856 2.79427 16.6708 3.16475L17.1708 4.16475C17.3561 4.53524 17.2059 4.98574 16.8354 5.17098C16.4649 5.35623 16.0144 5.20606 15.8292 4.83557L15.3292 3.83557C15.1439 3.46509 15.2941 3.01459 15.6646 2.82934Z"/><path d="M18.8292 7.16475C19.0144 6.79427 19.4649 6.6441 19.8354 6.82934L20.8354 7.32934C21.2059 7.51459 21.3561 7.96509 21.1708 8.33557C20.9856 8.70606 20.5351 8.85623 20.1646 8.67098L19.1646 8.17098C18.7941 7.98574 18.6439 7.53524 18.8292 7.16475Z"/><path d="M20.5303 4.53049C20.8232 4.2376 20.8232 3.76273 20.5303 3.46983C20.2374 3.17694 19.7626 3.17694 19.4697 3.46983L18.4697 4.46983C18.1768 4.76273 18.1768 5.2376 18.4697 5.53049C18.7626 5.82339 19.2374 5.82339 19.5303 5.53049L20.5303 4.53049Z"/><path d="M17 14.5002C17 18.6423 13.6421 22.0002 9.5 22.0002C5.35786 22.0002 2 18.6423 2 14.5002C2 10.358 5.35786 7.00016 9.5 7.00016C13.6421 7.00016 17 10.358 17 14.5002Z"/><path d="M17.5302 7.53049L16.3722 8.68853C16.0486 8.30631 15.6938 7.95143 15.3115 7.62787L16.4696 6.46983C16.7625 6.17694 17.2373 6.17694 17.5302 6.46983C17.8231 6.76273 17.8231 7.2376 17.5302 7.53049Z"/></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="M15.6646 2.82934C16.0351 2.6441 16.4856 2.79427 16.6708 3.16475L17.1708 4.16475C17.3561 4.53524 17.2059 4.98574 16.8354 5.17098C16.4649 5.35623 16.0144 5.20606 15.8292 4.83557L15.3292 3.83557C15.1439 3.46509 15.2941 3.01459 15.6646 2.82934Z"/><path d="M18.8292 7.16475C19.0144 6.79427 19.4649 6.6441 19.8354 6.82934L20.8354 7.32934C21.2059 7.51459 21.3561 7.96509 21.1708 8.33557C20.9856 8.70606 20.5351 8.85623 20.1646 8.67098L19.1646 8.17098C18.7941 7.98574 18.6439 7.53524 18.8292 7.16475Z"/><path d="M20.5303 4.53049C20.8232 4.2376 20.8232 3.76273 20.5303 3.46983C20.2374 3.17694 19.7626 3.17694 19.4697 3.46983L18.4697 4.46983C18.1768 4.76273 18.1768 5.2376 18.4697 5.53049C18.7626 5.82339 19.2374 5.82339 19.5303 5.53049L20.5303 4.53049Z"/><path d="M17 14.5002C17 18.6423 13.6421 22.0002 9.5 22.0002C5.35786 22.0002 2 18.6423 2 14.5002C2 10.358 5.35786 7.00016 9.5 7.00016C13.6421 7.00016 17 10.358 17 14.5002Z"/><path d="M17.5302 7.53049L16.3722 8.68853C16.0486 8.30631 15.6938 7.95143 15.3115 7.62787L16.4696 6.46983C16.7625 6.17694 17.2373 6.17694 17.5302 6.46983C17.8231 6.76273 17.8231 7.2376 17.5302 7.53049Z"/></g></svg> </template>
CSS
.icon-bomb-minimalistic-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%22M15.6646%202.82934C16.0351%202.6441%2016.4856%202.79427%2016.6708%203.16475L17.1708%204.16475C17.3561%204.53524%2017.2059%204.98574%2016.8354%205.17098C16.4649%205.35623%2016.0144%205.20606%2015.8292%204.83557L15.3292%203.83557C15.1439%203.46509%2015.2941%203.01459%2015.6646%202.82934Z%22%2F%3E%3Cpath%20d%3D%22M18.8292%207.16475C19.0144%206.79427%2019.4649%206.6441%2019.8354%206.82934L20.8354%207.32934C21.2059%207.51459%2021.3561%207.96509%2021.1708%208.33557C20.9856%208.70606%2020.5351%208.85623%2020.1646%208.67098L19.1646%208.17098C18.7941%207.98574%2018.6439%207.53524%2018.8292%207.16475Z%22%2F%3E%3Cpath%20d%3D%22M20.5303%204.53049C20.8232%204.2376%2020.8232%203.76273%2020.5303%203.46983C20.2374%203.17694%2019.7626%203.17694%2019.4697%203.46983L18.4697%204.46983C18.1768%204.76273%2018.1768%205.2376%2018.4697%205.53049C18.7626%205.82339%2019.2374%205.82339%2019.5303%205.53049L20.5303%204.53049Z%22%2F%3E%3Cpath%20d%3D%22M17%2014.5002C17%2018.6423%2013.6421%2022.0002%209.5%2022.0002C5.35786%2022.0002%202%2018.6423%202%2014.5002C2%2010.358%205.35786%207.00016%209.5%207.00016C13.6421%207.00016%2017%2010.358%2017%2014.5002Z%22%2F%3E%3Cpath%20d%3D%22M17.5302%207.53049L16.3722%208.68853C16.0486%208.30631%2015.6938%207.95143%2015.3115%207.62787L16.4696%206.46983C16.7625%206.17694%2017.2373%206.17694%2017.5302%206.46983C17.8231%206.76273%2017.8231%207.2376%2017.5302%207.53049Z%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%22M15.6646%202.82934C16.0351%202.6441%2016.4856%202.79427%2016.6708%203.16475L17.1708%204.16475C17.3561%204.53524%2017.2059%204.98574%2016.8354%205.17098C16.4649%205.35623%2016.0144%205.20606%2015.8292%204.83557L15.3292%203.83557C15.1439%203.46509%2015.2941%203.01459%2015.6646%202.82934Z%22%2F%3E%3Cpath%20d%3D%22M18.8292%207.16475C19.0144%206.79427%2019.4649%206.6441%2019.8354%206.82934L20.8354%207.32934C21.2059%207.51459%2021.3561%207.96509%2021.1708%208.33557C20.9856%208.70606%2020.5351%208.85623%2020.1646%208.67098L19.1646%208.17098C18.7941%207.98574%2018.6439%207.53524%2018.8292%207.16475Z%22%2F%3E%3Cpath%20d%3D%22M20.5303%204.53049C20.8232%204.2376%2020.8232%203.76273%2020.5303%203.46983C20.2374%203.17694%2019.7626%203.17694%2019.4697%203.46983L18.4697%204.46983C18.1768%204.76273%2018.1768%205.2376%2018.4697%205.53049C18.7626%205.82339%2019.2374%205.82339%2019.5303%205.53049L20.5303%204.53049Z%22%2F%3E%3Cpath%20d%3D%22M17%2014.5002C17%2018.6423%2013.6421%2022.0002%209.5%2022.0002C5.35786%2022.0002%202%2018.6423%202%2014.5002C2%2010.358%205.35786%207.00016%209.5%207.00016C13.6421%207.00016%2017%2010.358%2017%2014.5002Z%22%2F%3E%3Cpath%20d%3D%22M17.5302%207.53049L16.3722%208.68853C16.0486%208.30631%2015.6938%207.95143%2015.3115%207.62787L16.4696%206.46983C16.7625%206.17694%2017.2373%206.17694%2017.5302%206.46983C17.8231%206.76273%2017.8231%207.2376%2017.5302%207.53049Z%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-minimalistic-bold.svg?color=%231a73e8&size=48