war negative icon
war-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- war-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the war negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsWarNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM7.136 22.005C6.986 23.1 7.903 24 9.007 24h22.984c1.105 0 2.023-.9 1.873-1.995a14.3 14.3 0 0 0-.75-3.005H43a1 1 0 1 0 0-2H32.194c-2.334-4.185-6.697-7-11.694-7c-6.803 0-12.43 5.218-13.364 12.005M7.187 26c-2.174 0-3.709 2.006-3.021 3.949l1.397 3.948C6.43 36.347 8.864 38 11.606 38h24.788c2.742 0 5.176-1.653 6.043-4.103l1.397-3.948c.688-1.943-.847-3.949-3.021-3.949zm6.313 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13-2.5a2.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 5" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWarNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsWarNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM7.136 22.005C6.986 23.1 7.903 24 9.007 24h22.984c1.105 0 2.023-.9 1.873-1.995a14.3 14.3 0 0 0-.75-3.005H43a1 1 0 1 0 0-2H32.194c-2.334-4.185-6.697-7-11.694-7c-6.803 0-12.43 5.218-13.364 12.005M7.187 26c-2.174 0-3.709 2.006-3.021 3.949l1.397 3.948C6.43 36.347 8.864 38 11.606 38h24.788c2.742 0 5.176-1.653 6.043-4.103l1.397-3.948c.688-1.943-.847-3.949-3.021-3.949zm6.313 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13-2.5a2.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 5" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsWarNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM7.136 22.005C6.986 23.1 7.903 24 9.007 24h22.984c1.105 0 2.023-.9 1.873-1.995a14.3 14.3 0 0 0-.75-3.005H43a1 1 0 1 0 0-2H32.194c-2.334-4.185-6.697-7-11.694-7c-6.803 0-12.43 5.218-13.364 12.005M7.187 26c-2.174 0-3.709 2.006-3.021 3.949l1.397 3.948C6.43 36.347 8.864 38 11.606 38h24.788c2.742 0 5.176-1.653 6.043-4.103l1.397-3.948c.688-1.943-.847-3.949-3.021-3.949zm6.313 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m13-2.5a2.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 5" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWarNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-war-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsWarNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM7.136%2022.005C6.986%2023.1%207.903%2024%209.007%2024h22.984c1.105%200%202.023-.9%201.873-1.995a14.3%2014.3%200%200%200-.75-3.005H43a1%201%200%201%200%200-2H32.194c-2.334-4.185-6.697-7-11.694-7c-6.803%200-12.43%205.218-13.364%2012.005M7.187%2026c-2.174%200-3.709%202.006-3.021%203.949l1.397%203.948C6.43%2036.347%208.864%2038%2011.606%2038h24.788c2.742%200%205.176-1.653%206.043-4.103l1.397-3.948c.688-1.943-.847-3.949-3.021-3.949zm6.313%208.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m13-2.5a2.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%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWarNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsWarNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM7.136%2022.005C6.986%2023.1%207.903%2024%209.007%2024h22.984c1.105%200%202.023-.9%201.873-1.995a14.3%2014.3%200%200%200-.75-3.005H43a1%201%200%201%200%200-2H32.194c-2.334-4.185-6.697-7-11.694-7c-6.803%200-12.43%205.218-13.364%2012.005M7.187%2026c-2.174%200-3.709%202.006-3.021%203.949l1.397%203.948C6.43%2036.347%208.864%2038%2011.606%2038h24.788c2.742%200%205.176-1.653%206.043-4.103l1.397-3.948c.688-1.943-.847-3.949-3.021-3.949zm6.313%208.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m13-2.5a2.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%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWarNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/war-negative.svg?color=%231a73e8&size=48