military worker icon

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

Name
military-worker-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
military-worker2x-outline

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 d="M23.827 9.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"/><path fill-rule="evenodd" d="M16.023 19.396q-.826.25-1.699.55a1 1 0 0 1-1.041-1.643l.007-.008a4 4 0 0 0 .202-.23c.137-.165.32-.4.502-.68c.384-.592.673-1.249.673-1.814C14.667 10.312 18.819 6 24 6s9.333 4.312 9.333 9.571c0 .565.29 1.222.673 1.814a7 7 0 0 0 .663.866l.007.007q.022.026.034.037l.007.008a1 1 0 0 1-1.041 1.643q-.873-.3-1.699-.55q.023.299.023.604a8 8 0 1 1-15.977-.604m.644-3.825C16.667 11.363 19.977 8 24 8c4.024 0 7.333 3.363 7.333 7.571c0 .587.142 1.15.34 1.653c-2.377-.667-4.565-1.05-6.74-1.134a24 24 0 0 0-2.185.014c-2.07.109-4.16.486-6.422 1.12a4.5 4.5 0 0 0 .34-1.653m1.448 3.252a6 6 0 1 0 11.77 0c-1.61-.39-3.114-.626-4.588-.713a22 22 0 0 0-2.417-.01c-1.53.078-3.09.317-4.765.723M35 24l5-2.857V9h2v23l-7-3zm5-.554l-3 1.715v2.52l3 1.286z" 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.788zm-.036 6.215a1 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"/><path fill-rule="evenodd" d="M42 36.5c0-4.06-10.924-6.617-18.53-6.493C16.259 30.124 6 32.44 6 36.5V42h36zm-18.497-4.494c3.015-.049 6.6.35 9.72 1.105L31.156 40H8v-3.5c0-.088.048-.473.9-1.1c.825-.606 2.1-1.2 3.736-1.719c3.25-1.032 7.42-1.618 10.867-1.675m11.648 1.637L33.244 40H40v-3.5c0-.042-.032-.44-.98-1.112c-.873-.617-2.197-1.22-3.869-1.745" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMilitaryWorkerOutline(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="M23.827 9.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"/><path fillRule="evenodd" d="M16.023 19.396q-.826.25-1.699.55a1 1 0 0 1-1.041-1.643l.007-.008a4 4 0 0 0 .202-.23c.137-.165.32-.4.502-.68c.384-.592.673-1.249.673-1.814C14.667 10.312 18.819 6 24 6s9.333 4.312 9.333 9.571c0 .565.29 1.222.673 1.814a7 7 0 0 0 .663.866l.007.007q.022.026.034.037l.007.008a1 1 0 0 1-1.041 1.643q-.873-.3-1.699-.55q.023.299.023.604a8 8 0 1 1-15.977-.604m.644-3.825C16.667 11.363 19.977 8 24 8c4.024 0 7.333 3.363 7.333 7.571c0 .587.142 1.15.34 1.653c-2.377-.667-4.565-1.05-6.74-1.134a24 24 0 0 0-2.185.014c-2.07.109-4.16.486-6.422 1.12a4.5 4.5 0 0 0 .34-1.653m1.448 3.252a6 6 0 1 0 11.77 0c-1.61-.39-3.114-.626-4.588-.713a22 22 0 0 0-2.417-.01c-1.53.078-3.09.317-4.765.723M35 24l5-2.857V9h2v23l-7-3zm5-.554l-3 1.715v2.52l3 1.286z" clipRule="evenodd"/><path d="M12.142 29.338a1 1 0 1 0-.895-1.788L7.552 29.4a1 1 0 0 0 .896 1.788zm-.036 6.215a1 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"/><path fillRule="evenodd" d="M42 36.5c0-4.06-10.924-6.617-18.53-6.493C16.259 30.124 6 32.44 6 36.5V42h36zm-18.497-4.494c3.015-.049 6.6.35 9.72 1.105L31.156 40H8v-3.5c0-.088.048-.473.9-1.1c.825-.606 2.1-1.2 3.736-1.719c3.25-1.032 7.42-1.618 10.867-1.675m11.648 1.637L33.244 40H40v-3.5c0-.042-.032-.44-.98-1.112c-.873-.617-2.197-1.22-3.869-1.745" 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="M23.827 9.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"/><path fill-rule="evenodd" d="M16.023 19.396q-.826.25-1.699.55a1 1 0 0 1-1.041-1.643l.007-.008a4 4 0 0 0 .202-.23c.137-.165.32-.4.502-.68c.384-.592.673-1.249.673-1.814C14.667 10.312 18.819 6 24 6s9.333 4.312 9.333 9.571c0 .565.29 1.222.673 1.814a7 7 0 0 0 .663.866l.007.007q.022.026.034.037l.007.008a1 1 0 0 1-1.041 1.643q-.873-.3-1.699-.55q.023.299.023.604a8 8 0 1 1-15.977-.604m.644-3.825C16.667 11.363 19.977 8 24 8c4.024 0 7.333 3.363 7.333 7.571c0 .587.142 1.15.34 1.653c-2.377-.667-4.565-1.05-6.74-1.134a24 24 0 0 0-2.185.014c-2.07.109-4.16.486-6.422 1.12a4.5 4.5 0 0 0 .34-1.653m1.448 3.252a6 6 0 1 0 11.77 0c-1.61-.39-3.114-.626-4.588-.713a22 22 0 0 0-2.417-.01c-1.53.078-3.09.317-4.765.723M35 24l5-2.857V9h2v23l-7-3zm5-.554l-3 1.715v2.52l3 1.286z" 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.788zm-.036 6.215a1 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"/><path fill-rule="evenodd" d="M42 36.5c0-4.06-10.924-6.617-18.53-6.493C16.259 30.124 6 32.44 6 36.5V42h36zm-18.497-4.494c3.015-.049 6.6.35 9.72 1.105L31.156 40H8v-3.5c0-.088.048-.473.9-1.1c.825-.606 2.1-1.2 3.736-1.719c3.25-1.032 7.42-1.618 10.867-1.675m11.648 1.637L33.244 40H40v-3.5c0-.042-.032-.44-.98-1.112c-.873-.617-2.197-1.22-3.869-1.745" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-military-worker-outline {
  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%22M23.827%209.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.023%2019.396q-.826.25-1.699.55a1%201%200%200%201-1.041-1.643l.007-.008a4%204%200%200%200%20.202-.23c.137-.165.32-.4.502-.68c.384-.592.673-1.249.673-1.814C14.667%2010.312%2018.819%206%2024%206s9.333%204.312%209.333%209.571c0%20.565.29%201.222.673%201.814a7%207%200%200%200%20.663.866l.007.007q.022.026.034.037l.007.008a1%201%200%200%201-1.041%201.643q-.873-.3-1.699-.55q.023.299.023.604a8%208%200%201%201-15.977-.604m.644-3.825C16.667%2011.363%2019.977%208%2024%208c4.024%200%207.333%203.363%207.333%207.571c0%20.587.142%201.15.34%201.653c-2.377-.667-4.565-1.05-6.74-1.134a24%2024%200%200%200-2.185.014c-2.07.109-4.16.486-6.422%201.12a4.5%204.5%200%200%200%20.34-1.653m1.448%203.252a6%206%200%201%200%2011.77%200c-1.61-.39-3.114-.626-4.588-.713a22%2022%200%200%200-2.417-.01c-1.53.078-3.09.317-4.765.723M35%2024l5-2.857V9h2v23l-7-3zm5-.554l-3%201.715v2.52l3%201.286z%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.788zm-.036%206.215a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2036.5c0-4.06-10.924-6.617-18.53-6.493C16.259%2030.124%206%2032.44%206%2036.5V42h36zm-18.497-4.494c3.015-.049%206.6.35%209.72%201.105L31.156%2040H8v-3.5c0-.088.048-.473.9-1.1c.825-.606%202.1-1.2%203.736-1.719c3.25-1.032%207.42-1.618%2010.867-1.675m11.648%201.637L33.244%2040H40v-3.5c0-.042-.032-.44-.98-1.112c-.873-.617-2.197-1.22-3.869-1.745%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%22M23.827%209.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.023%2019.396q-.826.25-1.699.55a1%201%200%200%201-1.041-1.643l.007-.008a4%204%200%200%200%20.202-.23c.137-.165.32-.4.502-.68c.384-.592.673-1.249.673-1.814C14.667%2010.312%2018.819%206%2024%206s9.333%204.312%209.333%209.571c0%20.565.29%201.222.673%201.814a7%207%200%200%200%20.663.866l.007.007q.022.026.034.037l.007.008a1%201%200%200%201-1.041%201.643q-.873-.3-1.699-.55q.023.299.023.604a8%208%200%201%201-15.977-.604m.644-3.825C16.667%2011.363%2019.977%208%2024%208c4.024%200%207.333%203.363%207.333%207.571c0%20.587.142%201.15.34%201.653c-2.377-.667-4.565-1.05-6.74-1.134a24%2024%200%200%200-2.185.014c-2.07.109-4.16.486-6.422%201.12a4.5%204.5%200%200%200%20.34-1.653m1.448%203.252a6%206%200%201%200%2011.77%200c-1.61-.39-3.114-.626-4.588-.713a22%2022%200%200%200-2.417-.01c-1.53.078-3.09.317-4.765.723M35%2024l5-2.857V9h2v23l-7-3zm5-.554l-3%201.715v2.52l3%201.286z%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.788zm-.036%206.215a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2036.5c0-4.06-10.924-6.617-18.53-6.493C16.259%2030.124%206%2032.44%206%2036.5V42h36zm-18.497-4.494c3.015-.049%206.6.35%209.72%201.105L31.156%2040H8v-3.5c0-.088.048-.473.9-1.1c.825-.606%202.1-1.2%203.736-1.719c3.25-1.032%207.42-1.618%2010.867-1.675m11.648%201.637L33.244%2040H40v-3.5c0-.042-.032-.44-.98-1.112c-.873-.617-2.197-1.22-3.869-1.745%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/military-worker-outline.svg?color=%231a73e8&size=48