military worker negative icon
military-worker-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- military-worker-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the military worker 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(#healthiconsMilitaryWorkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18.115 18.823a6 6 0 1 0 11.77 0c-4.14-1.002-7.63-1.002-11.77 0m13.808.064a48 48 0 0 1 2.208.654c.452.146.863-.365.628-.777c-.54-.948-1.176-2.188-1.176-2.764c0-5.523-4.29-10-9.583-10s-9.583 4.477-9.583 10c0 .576-.637 1.816-1.176 2.764c-.235.412.177.923.628.777a48 48 0 0 1 2.208-.654Q16 19.434 16 20a8 8 0 1 0 15.923-1.113M42 42h-9.356l3.082-10.272C39.337 32.858 42 34.496 42 36.5zM23.47 30.007c3.209-.053 7.008.372 10.328 1.186L30.556 42H6v-5.5c0-4.06 10.258-6.376 17.47-6.493m-10.023 5.099a1 1 0 1 0-.894 1.788l2 1a1 1 0 0 0 .894 0l2-1a1 1 0 1 0-.894-1.788L15 35.882zm-.858-7.11a1 1 0 0 1-.447 1.342l-3.694 1.85a1 1 0 0 1-.896-1.788l3.695-1.85a1 1 0 0 1 1.342.447M40 9v12.143L35 24v5l7 3V9zm-16.173.125a.181.181 0 0 1 .345 0l.494 1.52a.18.18 0 0 0 .172.126h1.599c.175 0 .248.225.106.328l-1.293.94a.18.18 0 0 0-.066.202l.494 1.52a.181.181 0 0 1-.279.204l-1.293-.94a.18.18 0 0 0-.213 0l-1.294.94a.181.181 0 0 1-.279-.203l.494-1.52a.18.18 0 0 0-.065-.203l-1.294-.94a.181.181 0 0 1 .107-.328h1.598c.079 0 .148-.05.173-.125z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMilitaryWorkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMilitaryWorkerNegative(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(#healthiconsMilitaryWorkerNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm18.115 18.823a6 6 0 1 0 11.77 0c-4.14-1.002-7.63-1.002-11.77 0m13.808.064a48 48 0 0 1 2.208.654c.452.146.863-.365.628-.777c-.54-.948-1.176-2.188-1.176-2.764c0-5.523-4.29-10-9.583-10s-9.583 4.477-9.583 10c0 .576-.637 1.816-1.176 2.764c-.235.412.177.923.628.777a48 48 0 0 1 2.208-.654Q16 19.434 16 20a8 8 0 1 0 15.923-1.113M42 42h-9.356l3.082-10.272C39.337 32.858 42 34.496 42 36.5zM23.47 30.007c3.209-.053 7.008.372 10.328 1.186L30.556 42H6v-5.5c0-4.06 10.258-6.376 17.47-6.493m-10.023 5.099a1 1 0 1 0-.894 1.788l2 1a1 1 0 0 0 .894 0l2-1a1 1 0 1 0-.894-1.788L15 35.882zm-.858-7.11a1 1 0 0 1-.447 1.342l-3.694 1.85a1 1 0 0 1-.896-1.788l3.695-1.85a1 1 0 0 1 1.342.447M40 9v12.143L35 24v5l7 3V9zm-16.173.125a.181.181 0 0 1 .345 0l.494 1.52a.18.18 0 0 0 .172.126h1.599c.175 0 .248.225.106.328l-1.293.94a.18.18 0 0 0-.066.202l.494 1.52a.181.181 0 0 1-.279.204l-1.293-.94a.18.18 0 0 0-.213 0l-1.294.94a.181.181 0 0 1-.279-.203l.494-1.52a.18.18 0 0 0-.065-.203l-1.294-.94a.181.181 0 0 1 .107-.328h1.598c.079 0 .148-.05.173-.125z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMilitaryWorkerNegative"><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(#healthiconsMilitaryWorkerNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18.115 18.823a6 6 0 1 0 11.77 0c-4.14-1.002-7.63-1.002-11.77 0m13.808.064a48 48 0 0 1 2.208.654c.452.146.863-.365.628-.777c-.54-.948-1.176-2.188-1.176-2.764c0-5.523-4.29-10-9.583-10s-9.583 4.477-9.583 10c0 .576-.637 1.816-1.176 2.764c-.235.412.177.923.628.777a48 48 0 0 1 2.208-.654Q16 19.434 16 20a8 8 0 1 0 15.923-1.113M42 42h-9.356l3.082-10.272C39.337 32.858 42 34.496 42 36.5zM23.47 30.007c3.209-.053 7.008.372 10.328 1.186L30.556 42H6v-5.5c0-4.06 10.258-6.376 17.47-6.493m-10.023 5.099a1 1 0 1 0-.894 1.788l2 1a1 1 0 0 0 .894 0l2-1a1 1 0 1 0-.894-1.788L15 35.882zm-.858-7.11a1 1 0 0 1-.447 1.342l-3.694 1.85a1 1 0 0 1-.896-1.788l3.695-1.85a1 1 0 0 1 1.342.447M40 9v12.143L35 24v5l7 3V9zm-16.173.125a.181.181 0 0 1 .345 0l.494 1.52a.18.18 0 0 0 .172.126h1.599c.175 0 .248.225.106.328l-1.293.94a.18.18 0 0 0-.066.202l.494 1.52a.181.181 0 0 1-.279.204l-1.293-.94a.18.18 0 0 0-.213 0l-1.294.94a.181.181 0 0 1-.279-.203l.494-1.52a.18.18 0 0 0-.065-.203l-1.294-.94a.181.181 0 0 1 .107-.328h1.598c.079 0 .148-.05.173-.125z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMilitaryWorkerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-military-worker-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(%23healthiconsMilitaryWorkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18.115%2018.823a6%206%200%201%200%2011.77%200c-4.14-1.002-7.63-1.002-11.77%200m13.808.064a48%2048%200%200%201%202.208.654c.452.146.863-.365.628-.777c-.54-.948-1.176-2.188-1.176-2.764c0-5.523-4.29-10-9.583-10s-9.583%204.477-9.583%2010c0%20.576-.637%201.816-1.176%202.764c-.235.412.177.923.628.777a48%2048%200%200%201%202.208-.654Q16%2019.434%2016%2020a8%208%200%201%200%2015.923-1.113M42%2042h-9.356l3.082-10.272C39.337%2032.858%2042%2034.496%2042%2036.5zM23.47%2030.007c3.209-.053%207.008.372%2010.328%201.186L30.556%2042H6v-5.5c0-4.06%2010.258-6.376%2017.47-6.493m-10.023%205.099a1%201%200%201%200-.894%201.788l2%201a1%201%200%200%200%20.894%200l2-1a1%201%200%201%200-.894-1.788L15%2035.882zm-.858-7.11a1%201%200%200%201-.447%201.342l-3.694%201.85a1%201%200%200%201-.896-1.788l3.695-1.85a1%201%200%200%201%201.342.447M40%209v12.143L35%2024v5l7%203V9zm-16.173.125a.181.181%200%200%201%20.345%200l.494%201.52a.18.18%200%200%200%20.172.126h1.599c.175%200%20.248.225.106.328l-1.293.94a.18.18%200%200%200-.066.202l.494%201.52a.181.181%200%200%201-.279.204l-1.293-.94a.18.18%200%200%200-.213%200l-1.294.94a.181.181%200%200%201-.279-.203l.494-1.52a.18.18%200%200%200-.065-.203l-1.294-.94a.181.181%200%200%201%20.107-.328h1.598c.079%200%20.148-.05.173-.125z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMilitaryWorkerNegative%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(%23healthiconsMilitaryWorkerNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18.115%2018.823a6%206%200%201%200%2011.77%200c-4.14-1.002-7.63-1.002-11.77%200m13.808.064a48%2048%200%200%201%202.208.654c.452.146.863-.365.628-.777c-.54-.948-1.176-2.188-1.176-2.764c0-5.523-4.29-10-9.583-10s-9.583%204.477-9.583%2010c0%20.576-.637%201.816-1.176%202.764c-.235.412.177.923.628.777a48%2048%200%200%201%202.208-.654Q16%2019.434%2016%2020a8%208%200%201%200%2015.923-1.113M42%2042h-9.356l3.082-10.272C39.337%2032.858%2042%2034.496%2042%2036.5zM23.47%2030.007c3.209-.053%207.008.372%2010.328%201.186L30.556%2042H6v-5.5c0-4.06%2010.258-6.376%2017.47-6.493m-10.023%205.099a1%201%200%201%200-.894%201.788l2%201a1%201%200%200%200%20.894%200l2-1a1%201%200%201%200-.894-1.788L15%2035.882zm-.858-7.11a1%201%200%200%201-.447%201.342l-3.694%201.85a1%201%200%200%201-.896-1.788l3.695-1.85a1%201%200%200%201%201.342.447M40%209v12.143L35%2024v5l7%203V9zm-16.173.125a.181.181%200%200%201%20.345%200l.494%201.52a.18.18%200%200%200%20.172.126h1.599c.175%200%20.248.225.106.328l-1.293.94a.18.18%200%200%200-.066.202l.494%201.52a.181.181%200%200%201-.279.204l-1.293-.94a.18.18%200%200%200-.213%200l-1.294.94a.181.181%200%200%201-.279-.203l.494-1.52a.18.18%200%200%200-.065-.203l-1.294-.94a.181.181%200%200%201%20.107-.328h1.598c.079%200%20.148-.05.173-.125z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMilitaryWorkerNegative%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/military-worker-negative.svg?color=%231a73e8&size=48