military worker icon

military-worker from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
military-worker
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the military worker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M24 6c-5.293 0-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.113a48 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-10m-.173 3.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-.125zm-5.712 9.698q-.114.57-.115 1.177a6 6 0 1 0 11.885-1.177c-4.14-1.002-7.63-1.002-11.77 0" clip-rule="evenodd"/><path d="m35 24l5-2.857V9h2v23l-7-3zm.726 7.728L32.644 42H42v-5.5c0-2.004-2.663-3.642-6.274-4.772"/><path fill-rule="evenodd" d="M33.798 31.193c-3.32-.814-7.12-1.239-10.327-1.186C16.258 30.124 6 32.44 6 36.5V42h24.556zm-21.692 4.36a1 1 0 0 1 1.341-.447l1.553.776l1.553-.776a1 1 0 1 1 .894 1.788l-2 1a1 1 0 0 1-.894 0l-2-1a1 1 0 0 1-.447-1.341" clip-rule="evenodd"/><path d="M12.142 29.338a1 1 0 1 0-.895-1.788L7.552 29.4a1 1 0 0 0 .896 1.788z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMilitaryWorker(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 fillRule="evenodd" d="M24 6c-5.293 0-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.113a48 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-10m-.173 3.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-.125zm-5.712 9.698q-.114.57-.115 1.177a6 6 0 1 0 11.885-1.177c-4.14-1.002-7.63-1.002-11.77 0" clipRule="evenodd"/><path d="m35 24l5-2.857V9h2v23l-7-3zm.726 7.728L32.644 42H42v-5.5c0-2.004-2.663-3.642-6.274-4.772"/><path fillRule="evenodd" d="M33.798 31.193c-3.32-.814-7.12-1.239-10.327-1.186C16.258 30.124 6 32.44 6 36.5V42h24.556zm-21.692 4.36a1 1 0 0 1 1.341-.447l1.553.776l1.553-.776a1 1 0 1 1 .894 1.788l-2 1a1 1 0 0 1-.894 0l-2-1a1 1 0 0 1-.447-1.341" clipRule="evenodd"/><path d="M12.142 29.338a1 1 0 1 0-.895-1.788L7.552 29.4a1 1 0 0 0 .896 1.788z"/></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 fill-rule="evenodd" d="M24 6c-5.293 0-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.113a48 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-10m-.173 3.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-.125zm-5.712 9.698q-.114.57-.115 1.177a6 6 0 1 0 11.885-1.177c-4.14-1.002-7.63-1.002-11.77 0" clip-rule="evenodd"/><path d="m35 24l5-2.857V9h2v23l-7-3zm.726 7.728L32.644 42H42v-5.5c0-2.004-2.663-3.642-6.274-4.772"/><path fill-rule="evenodd" d="M33.798 31.193c-3.32-.814-7.12-1.239-10.327-1.186C16.258 30.124 6 32.44 6 36.5V42h24.556zm-21.692 4.36a1 1 0 0 1 1.341-.447l1.553.776l1.553-.776a1 1 0 1 1 .894 1.788l-2 1a1 1 0 0 1-.894 0l-2-1a1 1 0 0 1-.447-1.341" clip-rule="evenodd"/><path d="M12.142 29.338a1 1 0 1 0-.895-1.788L7.552 29.4a1 1 0 0 0 .896 1.788z"/></g></svg>
</template>

CSS

.icon-military-worker {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206c-5.293%200-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.113a48%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-10m-.173%203.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-.125zm-5.712%209.698q-.114.57-.115%201.177a6%206%200%201%200%2011.885-1.177c-4.14-1.002-7.63-1.002-11.77%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m35%2024l5-2.857V9h2v23l-7-3zm.726%207.728L32.644%2042H42v-5.5c0-2.004-2.663-3.642-6.274-4.772%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.798%2031.193c-3.32-.814-7.12-1.239-10.327-1.186C16.258%2030.124%206%2032.44%206%2036.5V42h24.556zm-21.692%204.36a1%201%200%200%201%201.341-.447l1.553.776l1.553-.776a1%201%200%201%201%20.894%201.788l-2%201a1%201%200%200%201-.894%200l-2-1a1%201%200%200%201-.447-1.341%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.142%2029.338a1%201%200%201%200-.895-1.788L7.552%2029.4a1%201%200%200%200%20.896%201.788z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206c-5.293%200-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.113a48%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-10m-.173%203.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-.125zm-5.712%209.698q-.114.57-.115%201.177a6%206%200%201%200%2011.885-1.177c-4.14-1.002-7.63-1.002-11.77%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m35%2024l5-2.857V9h2v23l-7-3zm.726%207.728L32.644%2042H42v-5.5c0-2.004-2.663-3.642-6.274-4.772%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.798%2031.193c-3.32-.814-7.12-1.239-10.327-1.186C16.258%2030.124%206%2032.44%206%2036.5V42h24.556zm-21.692%204.36a1%201%200%200%201%201.341-.447l1.553.776l1.553-.776a1%201%200%201%201%20.894%201.788l-2%201a1%201%200%200%201-.894%200l-2-1a1%201%200%200%201-.447-1.341%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.142%2029.338a1%201%200%201%200-.895-1.788L7.552%2029.4a1%201%200%200%200%20.896%201.788z%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/military-worker.svg?color=%231a73e8&size=48