├── .gitignore ├── .DS_Store ├── Bridge ├── Shield Generator Relay.svg ├── Tesla Tower.svg ├── Grenadier Battlement.svg ├── Orbital Precision Strike.svg ├── HMG Emplacement.svg ├── Orbital Smoke Strike.svg ├── Orbital EMS Strike.svg └── Orbital Gas Strike.svg ├── Dust Devils ├── Solo Silo.svg ├── Expendable Napalm.svg └── Speargun.svg ├── Engineering Bay ├── Anti-Personnel Minefield.svg ├── Incendiary Mines.svg ├── Shield Generator Pack.svg ├── Supply Pack.svg ├── Arc Thrower.svg ├── Guard Dog Rover.svg ├── Grenade Launcher.svg ├── Laser Cannon.svg ├── Ballistic Shield Backpack.svg ├── Anti-Tank Mines.svg ├── Quasar Cannon.svg └── Gas Mine.svg ├── General Stratagems ├── Upload Data.svg ├── Cargo Container.svg ├── Resupply.svg ├── Reinforce.svg ├── Hive Breaker Drill.svg ├── Prospecting Drill.svg ├── Super Earth Flag.svg ├── Tectonic Drill.svg ├── Hellbomb.svg ├── Seismic Probe.svg ├── Dark Fluid Vessel.svg ├── Orbital Illumination Flare.svg ├── SEAF Artillery.svg └── SOS Beacon.svg ├── Hangar ├── Eagle 500KG Bomb.svg ├── Jump Pack.svg ├── Eagle Airstrike.svg ├── Eagle Napalm Airstrike.svg ├── Eagle Rearm.svg ├── Eagle 110MM Rocket Pods.svg ├── Eagle Strafing Run.svg ├── Fast Recon Vehicle.svg ├── Eagle Smoke Strike.svg └── Eagle Cluster Bomb.svg ├── Robotics Workshop ├── Rocket Sentry.svg ├── Mortar Sentry.svg ├── EMS Mortar Sentry.svg ├── Patriot Exosuit.svg ├── Machine Gun Sentry.svg ├── Autocannon Sentry.svg ├── Guard Dog.svg ├── Emancipator Exosuit.svg └── Gatling Sentry.svg ├── Patriotic Administration Center ├── Expendable Anti-Tank.svg ├── Recoilless Rifle.svg ├── Spear.svg ├── Autocannon.svg ├── Flamethrower.svg ├── Railgun.svg ├── Machine Gun.svg ├── Stalwart.svg ├── Commando.svg ├── Anti-Materiel Rifle.svg ├── StA-X3 W.A.S.P. Launcher.svg ├── Heavy Machine Gun.svg └── Airburst Rocket Launcher.svg ├── Urban Legends ├── Directional Shield.svg ├── Flame Sentry.svg └── Anti-Tank Emplacement.svg ├── Force of Law ├── Guard Dog K-9.svg └── GL-52 De-Escalator.svg ├── Python Commandos ├── Guard Dog Hot Dog.svg ├── Maxigun.svg └── Defoliation Tool.svg ├── Orbital Cannons ├── Orbital Laser.svg ├── Orbital Walking Barrage.svg ├── Orbital Gatling Barrage.svg ├── Orbital Railcannon Strike.svg ├── Orbital 380MM HE Barrage.svg ├── Orbital Napalm Barrage.svg ├── Orbital Airburst Strike.svg └── Orbital 120MM HE Barrage.svg ├── Servants of Freedom └── Hellbomb Portable.svg ├── Borderline Justice └── Hover Pack.svg ├── Control Group ├── Laser Sentry.svg ├── Warp Pack.svg └── Epoch.svg ├── Chemical Agents ├── Guard Dog Breath.svg └── Sterilizer.svg ├── Masters of Ceremony └── One True Flag.svg └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | icons_warbonds 2 | .vscode -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nvigneux/Helldivers-2-Stratagems-icons-svg/HEAD/.DS_Store -------------------------------------------------------------------------------- /Bridge/Shield Generator Relay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dust Devils/Solo Silo.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Engineering Bay/Anti-Personnel Minefield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Upload Data.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Cargo Container.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bridge/Tesla Tower.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Incendiary Mines.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle 500KG Bomb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Jump Pack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Rocket Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Mortar Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Expendable Anti-Tank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Shield Generator Pack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Resupply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Urban Legends/Directional Shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Supply Pack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Force of Law/Guard Dog K-9.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Recoilless Rifle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Spear.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Reinforce.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /Hangar/Eagle Airstrike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/EMS Mortar Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Hive Breaker Drill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Prospecting Drill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python Commandos/Guard Dog Hot Dog.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /General Stratagems/Super Earth Flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Autocannon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Flamethrower.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle Napalm Airstrike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Urban Legends/Flame Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bridge/Grenadier Battlement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Tectonic Drill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle Rearm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Arc Thrower.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Patriot Exosuit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Urban Legends/Anti-Tank Emplacement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle 110MM Rocket Pods.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Machine Gun Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Autocannon Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Guard Dog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Guard Dog Rover.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Hellbomb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle Strafing Run.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Railgun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Grenade Launcher.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Laser Cannon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bridge/Orbital Precision Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Machine Gun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Ballistic Shield Backpack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Emancipator Exosuit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Stalwart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Fast Recon Vehicle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Commando.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Seismic Probe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Anti-Materiel Rifle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Dark Fluid Vessel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /General Stratagems/Orbital Illumination Flare.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bridge/HMG Emplacement.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Robotics Workshop/Gatling Sentry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Engineering Bay/Anti-Tank Mines.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /General Stratagems/SEAF Artillery.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Laser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Walking Barrage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Servants of Freedom/Hellbomb Portable.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Borderline Justice/Hover Pack.svg: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /Bridge/Orbital Smoke Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Gatling Barrage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle Smoke Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Railcannon Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Bridge/Orbital EMS Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hangar/Eagle Cluster Bomb.svg: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital 380MM HE Barrage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Control Group/Laser Sentry.svg: -------------------------------------------------------------------------------- 1 | 12 | -------------------------------------------------------------------------------- /Bridge/Orbital Gas Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chemical Agents/Guard Dog Breath.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/StA-X3 W.A.S.P. Launcher.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Engineering Bay/Quasar Cannon.svg: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /Masters of Ceremony/One True Flag.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Control Group/Warp Pack.svg: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Napalm Barrage.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Engineering Bay/Gas Mine.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital Airburst Strike.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Orbital Cannons/Orbital 120MM HE Barrage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dust Devils/Expendable Napalm.svg: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Heavy Machine Gun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python Commandos/Maxigun.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /General Stratagems/SOS Beacon.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /Chemical Agents/Sterilizer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Patriotic Administration Center/Airburst Rocket Launcher.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Force of Law/GL-52 De-Escalator.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Control Group/Epoch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Python Commandos/Defoliation Tool.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /Dust Devils/Speargun.svg: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Helldivers 2 - Stratagems icons svg 2 | 3 | ## Stratagem Hero Trainer - [https://stratagem-hero-trainer.vercel.app/](https://stratagem-hero-trainer.vercel.app/) 4 | 5 | These SVG icons are tailored for the [Stratagem Hero Trainer](https://stratagem-hero-trainer.vercel.app/) project. 6 | 7 | Feel free to use them in your own projects ! 8 | 9 | ## Download all icons 10 | [Helldivers-2-Stratagems-icons-svg.zip](https://github.com/nvigneux/Helldivers-2-Stratagems-icons-svg/archive/refs/heads/master.zip) 11 | 12 | # Icons Catalog 13 | 14 | ## Patriotic Administration Center 15 | 16 |
| Icon | 339 |Name | 340 |
|---|---|
| Sterilizer | 346 ||
| Guard Dog Breath | 350 |
| Icon | 361 |Name | 362 |
|---|---|
| Directional Shield | 368 ||
| Flame Sentry | 372 ||
| Anti-Tank Emplacement | 376 |
| Icon | 387 |Name | 388 |
|---|---|
| Hellbomb Portable | 394 |
| Icon | 405 |Name | 406 |
|---|---|
| Hover Pack | 412 |
| Icon | 423 |Name | 424 |
|---|---|
| One True Flag | 430 |
| Icon | 441 |Name | 442 |
|---|---|
| GL-52 De-Escalator | 448 ||
| Guard Dog K-9 | 452 |
| Icon | 463 |Name | 464 |
|---|---|
| Laser Sentry | 470 ||
| Warp Pack | 474 ||
| Epoch | 478 |
| Icon | 489 |Name | 490 |
|---|---|
| Solo Silo | 496 ||
| Expendable Napalm | 500 ||
| Speargun | 504 |
| Icon | 514 |Name | 515 |
|---|---|
| Maxigun | 521 ||
| Defoliation Tool | 525 ||
| Guard Dog Hot Dog | 529 |
| Icon | 611 |Name | 612 |
|---|