city worker icon

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

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

1 other variant in Health Icons

More people icons from Health Icons

Use the city worker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 26c5.525 0 10-4.475 10-10S29.525 6 24 6s-10 4.475-10 10s4.475 10 10 10m8-10c0 4.42-3.58 8-8 8s-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8m-2.965 11.874L26 36.544V36l-.575-4.021a1 1 0 0 0 .764-.736l.5-2A1 1 0 0 0 25.72 28h-3.438a1 1 0 0 0-.97 1.242l.5 2a1 1 0 0 0 .764.737l-.562 3.932l-3.054-8.048l-.02-.043a1.48 1.48 0 0 0-1.676-.791c-.341.083-.717.17-1.114.264c-.937.219-1.994.466-2.996.745c-1.413.394-2.877.89-3.894 1.558C7.387 30.826 6 32.453 6 34.5V42h36v-7.5c0-2.047-1.386-3.675-3.26-4.904c-1.016-.668-2.48-1.164-3.893-1.558a75 75 0 0 0-2.996-.745a127 127 0 0 1-1.114-.264a1.48 1.48 0 0 0-1.675.791zm2.409 1.378l-.713-.168L26.909 40H40v-5.5c0-1.046-.704-2.147-2.357-3.232c-.734-.483-1.93-.913-3.332-1.303a71 71 0 0 0-2.866-.713zm-14.162-.171L21.425 40H8v-5.5c0-1.046.704-2.147 2.357-3.232c.734-.483 1.93-.913 3.332-1.303a70 70 0 0 1 2.866-.713z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCityWorkerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24 26c5.525 0 10-4.475 10-10S29.525 6 24 6s-10 4.475-10 10s4.475 10 10 10m8-10c0 4.42-3.58 8-8 8s-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8m-2.965 11.874L26 36.544V36l-.575-4.021a1 1 0 0 0 .764-.736l.5-2A1 1 0 0 0 25.72 28h-3.438a1 1 0 0 0-.97 1.242l.5 2a1 1 0 0 0 .764.737l-.562 3.932l-3.054-8.048l-.02-.043a1.48 1.48 0 0 0-1.676-.791c-.341.083-.717.17-1.114.264c-.937.219-1.994.466-2.996.745c-1.413.394-2.877.89-3.894 1.558C7.387 30.826 6 32.453 6 34.5V42h36v-7.5c0-2.047-1.386-3.675-3.26-4.904c-1.016-.668-2.48-1.164-3.893-1.558a75 75 0 0 0-2.996-.745a127 127 0 0 1-1.114-.264a1.48 1.48 0 0 0-1.675.791zm2.409 1.378l-.713-.168L26.909 40H40v-5.5c0-1.046-.704-2.147-2.357-3.232c-.734-.483-1.93-.913-3.332-1.303a71 71 0 0 0-2.866-.713zm-14.162-.171L21.425 40H8v-5.5c0-1.046.704-2.147 2.357-3.232c.734-.483 1.93-.913 3.332-1.303a70 70 0 0 1 2.866-.713z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 26c5.525 0 10-4.475 10-10S29.525 6 24 6s-10 4.475-10 10s4.475 10 10 10m8-10c0 4.42-3.58 8-8 8s-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8m-2.965 11.874L26 36.544V36l-.575-4.021a1 1 0 0 0 .764-.736l.5-2A1 1 0 0 0 25.72 28h-3.438a1 1 0 0 0-.97 1.242l.5 2a1 1 0 0 0 .764.737l-.562 3.932l-3.054-8.048l-.02-.043a1.48 1.48 0 0 0-1.676-.791c-.341.083-.717.17-1.114.264c-.937.219-1.994.466-2.996.745c-1.413.394-2.877.89-3.894 1.558C7.387 30.826 6 32.453 6 34.5V42h36v-7.5c0-2.047-1.386-3.675-3.26-4.904c-1.016-.668-2.48-1.164-3.893-1.558a75 75 0 0 0-2.996-.745a127 127 0 0 1-1.114-.264a1.48 1.48 0 0 0-1.675.791zm2.409 1.378l-.713-.168L26.909 40H40v-5.5c0-1.046-.704-2.147-2.357-3.232c-.734-.483-1.93-.913-3.332-1.303a71 71 0 0 0-2.866-.713zm-14.162-.171L21.425 40H8v-5.5c0-1.046.704-2.147 2.357-3.232c.734-.483 1.93-.913 3.332-1.303a70 70 0 0 1 2.866-.713z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-city-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2026c5.525%200%2010-4.475%2010-10S29.525%206%2024%206s-10%204.475-10%2010s4.475%2010%2010%2010m8-10c0%204.42-3.58%208-8%208s-8-3.58-8-8s3.58-8%208-8s8%203.58%208%208m-2.965%2011.874L26%2036.544V36l-.575-4.021a1%201%200%200%200%20.764-.736l.5-2A1%201%200%200%200%2025.72%2028h-3.438a1%201%200%200%200-.97%201.242l.5%202a1%201%200%200%200%20.764.737l-.562%203.932l-3.054-8.048l-.02-.043a1.48%201.48%200%200%200-1.676-.791c-.341.083-.717.17-1.114.264c-.937.219-1.994.466-2.996.745c-1.413.394-2.877.89-3.894%201.558C7.387%2030.826%206%2032.453%206%2034.5V42h36v-7.5c0-2.047-1.386-3.675-3.26-4.904c-1.016-.668-2.48-1.164-3.893-1.558a75%2075%200%200%200-2.996-.745a127%20127%200%200%201-1.114-.264a1.48%201.48%200%200%200-1.675.791zm2.409%201.378l-.713-.168L26.909%2040H40v-5.5c0-1.046-.704-2.147-2.357-3.232c-.734-.483-1.93-.913-3.332-1.303a71%2071%200%200%200-2.866-.713zm-14.162-.171L21.425%2040H8v-5.5c0-1.046.704-2.147%202.357-3.232c.734-.483%201.93-.913%203.332-1.303a70%2070%200%200%201%202.866-.713z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2026c5.525%200%2010-4.475%2010-10S29.525%206%2024%206s-10%204.475-10%2010s4.475%2010%2010%2010m8-10c0%204.42-3.58%208-8%208s-8-3.58-8-8s3.58-8%208-8s8%203.58%208%208m-2.965%2011.874L26%2036.544V36l-.575-4.021a1%201%200%200%200%20.764-.736l.5-2A1%201%200%200%200%2025.72%2028h-3.438a1%201%200%200%200-.97%201.242l.5%202a1%201%200%200%200%20.764.737l-.562%203.932l-3.054-8.048l-.02-.043a1.48%201.48%200%200%200-1.676-.791c-.341.083-.717.17-1.114.264c-.937.219-1.994.466-2.996.745c-1.413.394-2.877.89-3.894%201.558C7.387%2030.826%206%2032.453%206%2034.5V42h36v-7.5c0-2.047-1.386-3.675-3.26-4.904c-1.016-.668-2.48-1.164-3.893-1.558a75%2075%200%200%200-2.996-.745a127%20127%200%200%201-1.114-.264a1.48%201.48%200%200%200-1.675.791zm2.409%201.378l-.713-.168L26.909%2040H40v-5.5c0-1.046-.704-2.147-2.357-3.232c-.734-.483-1.93-.913-3.332-1.303a71%2071%200%200%200-2.866-.713zm-14.162-.171L21.425%2040H8v-5.5c0-1.046.704-2.147%202.357-3.232c.734-.483%201.93-.913%203.332-1.303a70%2070%200%200%201%202.866-.713z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/city-worker-outline.svg?color=%231a73e8&size=48