war icon
war from Health Icons by Resolve to Save Lives · Filled · Vehicles · MIT Free for personal and commercial use.
- Name
- war
- Set
- Health Icons
- Style
- Filled
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More vehicles icons from Health Icons
Use the war icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M9.007 24c-1.104 0-2.022-.9-1.871-1.995C8.07 15.218 13.697 10 20.5 10c4.997 0 9.36 2.815 11.694 7H43a1 1 0 1 1 0 2h-9.886c.352.956.607 1.962.75 3.005c.15 1.095-.767 1.995-1.872 1.995z"/><path fill-rule="evenodd" d="M4.166 29.949C3.478 28.006 5.013 26 7.187 26h33.626c2.174 0 3.709 2.006 3.021 3.949l-1.397 3.948C41.57 36.347 39.136 38 36.394 38H11.606c-2.742 0-5.176-1.653-6.043-4.103zM16 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8 2.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M37 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M9.007 24c-1.104 0-2.022-.9-1.871-1.995C8.07 15.218 13.697 10 20.5 10c4.997 0 9.36 2.815 11.694 7H43a1 1 0 1 1 0 2h-9.886c.352.956.607 1.962.75 3.005c.15 1.095-.767 1.995-1.872 1.995z"/><path fillRule="evenodd" d="M4.166 29.949C3.478 28.006 5.013 26 7.187 26h33.626c2.174 0 3.709 2.006 3.021 3.949l-1.397 3.948C41.57 36.347 39.136 38 36.394 38H11.606c-2.742 0-5.176-1.653-6.043-4.103zM16 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8 2.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M37 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M9.007 24c-1.104 0-2.022-.9-1.871-1.995C8.07 15.218 13.697 10 20.5 10c4.997 0 9.36 2.815 11.694 7H43a1 1 0 1 1 0 2h-9.886c.352.956.607 1.962.75 3.005c.15 1.095-.767 1.995-1.872 1.995z"/><path fill-rule="evenodd" d="M4.166 29.949C3.478 28.006 5.013 26 7.187 26h33.626c2.174 0 3.709 2.006 3.021 3.949l-1.397 3.948C41.57 36.347 39.136 38 36.394 38H11.606c-2.742 0-5.176-1.653-6.043-4.103zM16 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m8 2.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M37 32a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-war {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.007%2024c-1.104%200-2.022-.9-1.871-1.995C8.07%2015.218%2013.697%2010%2020.5%2010c4.997%200%209.36%202.815%2011.694%207H43a1%201%200%201%201%200%202h-9.886c.352.956.607%201.962.75%203.005c.15%201.095-.767%201.995-1.872%201.995z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.166%2029.949C3.478%2028.006%205.013%2026%207.187%2026h33.626c2.174%200%203.709%202.006%203.021%203.949l-1.397%203.948C41.57%2036.347%2039.136%2038%2036.394%2038H11.606c-2.742%200-5.176-1.653-6.043-4.103zM16%2032a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8%202.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M37%2032a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.007%2024c-1.104%200-2.022-.9-1.871-1.995C8.07%2015.218%2013.697%2010%2020.5%2010c4.997%200%209.36%202.815%2011.694%207H43a1%201%200%201%201%200%202h-9.886c.352.956.607%201.962.75%203.005c.15%201.095-.767%201.995-1.872%201.995z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.166%2029.949C3.478%2028.006%205.013%2026%207.187%2026h33.626c2.174%200%203.709%202.006%203.021%203.949l-1.397%203.948C41.57%2036.347%2039.136%2038%2036.394%2038H11.606c-2.742%200-5.176-1.653-6.043-4.103zM16%2032a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m8%202.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M37%2032a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/war.svg?color=%231a73e8&size=48