male sex worker icon

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

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

1 other variant in Health Icons

More people icons from Health Icons

Use the male sex 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="M14.5 14a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M27 18a4 4 0 0 0 4 4h1v2h2v-2h1a4 4 0 0 0 0-8h-1v-4h1a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4h-1V6h-2v2h-1a4 4 0 0 0 0 8h1v4h-1a2 2 0 0 1-2-2zm10 0a2 2 0 0 0-2-2h-1v4h1a2 2 0 0 0 2-2m-8-6a2 2 0 0 0 2 2h1v-4h-1a2 2 0 0 0-2 2m-5 23c0-1.306.835-2.417 2-2.83V26h2v1h10v-1h2v6.17c1.165.413 2 1.524 2 2.83v7h-2v-3H26v3h-2zm10-6h-2v3h2zm-7 5a1 1 0 0 0-1 1v2h14v-2a1 1 0 0 0-1-1zm9-5v3h2v-3zm-6 0h-2v3h2zM12.546 16c-1.09 0-2.184.245-3.176.841c-.989.595-1.699 1.433-2.191 2.343C6.249 20.9 6 23.048 6 25.144v.088l.004.089l.008.088v.013l.002.044q.003.057.003.157c.002.136.001.325-.002.583q0 .173-.004.373v.002C6.006 26.988 6 27.474 6 28a3 3 0 0 0 3.5 2.958V39.5a2.5 2.5 0 0 0 4.982.298l.018-.148l.018.148A2.5 2.5 0 0 0 19.5 39.5v-8.542q.245.042.5.042a3 3 0 0 0 3-3c0-.525-.006-1.01-.011-1.418v-.004l-.004-.372a31 31 0 0 1 0-.74l.002-.044l.001-.013l.008-.088q.004-.045.004-.089v-.088c0-2.096-.25-4.243-1.179-5.96c-.492-.91-1.202-1.748-2.191-2.343c-.992-.596-2.085-.841-3.176-.841zm4.484 24a.5.5 0 0 0 .47-.5V23h2v5.866A1 1 0 0 0 21 28c0-.512-.006-.988-.01-1.397l-.002-.074l-.003-.302c-.005-.503-.004-.826.011-.995l.004-.044v-.044c0-1.996-.25-3.736-.937-5.008c-.354-.654-.833-1.201-1.464-1.58c-.631-.38-1.356-.556-2.145-.556h-3.908c-.789 0-1.514.176-2.145.555c-.63.38-1.11.927-1.463 1.58C8.249 21.409 8 23.149 8 25.144v.045l.004.044c.015.17.017.492.011.995q0 .176-.004.375C8.006 27.011 8 27.489 8 28a1 1 0 0 0 1.5.867V23h2v16.5a.5.5 0 0 0 .996.06l1.011-8.423a1 1 0 0 1 1.986 0l1.01 8.423a.5.5 0 0 0 .527.44" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMaleSexWorkerOutline(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="M14.5 14a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M27 18a4 4 0 0 0 4 4h1v2h2v-2h1a4 4 0 0 0 0-8h-1v-4h1a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4h-1V6h-2v2h-1a4 4 0 0 0 0 8h1v4h-1a2 2 0 0 1-2-2zm10 0a2 2 0 0 0-2-2h-1v4h1a2 2 0 0 0 2-2m-8-6a2 2 0 0 0 2 2h1v-4h-1a2 2 0 0 0-2 2m-5 23c0-1.306.835-2.417 2-2.83V26h2v1h10v-1h2v6.17c1.165.413 2 1.524 2 2.83v7h-2v-3H26v3h-2zm10-6h-2v3h2zm-7 5a1 1 0 0 0-1 1v2h14v-2a1 1 0 0 0-1-1zm9-5v3h2v-3zm-6 0h-2v3h2zM12.546 16c-1.09 0-2.184.245-3.176.841c-.989.595-1.699 1.433-2.191 2.343C6.249 20.9 6 23.048 6 25.144v.088l.004.089l.008.088v.013l.002.044q.003.057.003.157c.002.136.001.325-.002.583q0 .173-.004.373v.002C6.006 26.988 6 27.474 6 28a3 3 0 0 0 3.5 2.958V39.5a2.5 2.5 0 0 0 4.982.298l.018-.148l.018.148A2.5 2.5 0 0 0 19.5 39.5v-8.542q.245.042.5.042a3 3 0 0 0 3-3c0-.525-.006-1.01-.011-1.418v-.004l-.004-.372a31 31 0 0 1 0-.74l.002-.044l.001-.013l.008-.088q.004-.045.004-.089v-.088c0-2.096-.25-4.243-1.179-5.96c-.492-.91-1.202-1.748-2.191-2.343c-.992-.596-2.085-.841-3.176-.841zm4.484 24a.5.5 0 0 0 .47-.5V23h2v5.866A1 1 0 0 0 21 28c0-.512-.006-.988-.01-1.397l-.002-.074l-.003-.302c-.005-.503-.004-.826.011-.995l.004-.044v-.044c0-1.996-.25-3.736-.937-5.008c-.354-.654-.833-1.201-1.464-1.58c-.631-.38-1.356-.556-2.145-.556h-3.908c-.789 0-1.514.176-2.145.555c-.63.38-1.11.927-1.463 1.58C8.249 21.409 8 23.149 8 25.144v.045l.004.044c.015.17.017.492.011.995q0 .176-.004.375C8.006 27.011 8 27.489 8 28a1 1 0 0 0 1.5.867V23h2v16.5a.5.5 0 0 0 .996.06l1.011-8.423a1 1 0 0 1 1.986 0l1.01 8.423a.5.5 0 0 0 .527.44" 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="M14.5 14a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4M27 18a4 4 0 0 0 4 4h1v2h2v-2h1a4 4 0 0 0 0-8h-1v-4h1a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4h-1V6h-2v2h-1a4 4 0 0 0 0 8h1v4h-1a2 2 0 0 1-2-2zm10 0a2 2 0 0 0-2-2h-1v4h1a2 2 0 0 0 2-2m-8-6a2 2 0 0 0 2 2h1v-4h-1a2 2 0 0 0-2 2m-5 23c0-1.306.835-2.417 2-2.83V26h2v1h10v-1h2v6.17c1.165.413 2 1.524 2 2.83v7h-2v-3H26v3h-2zm10-6h-2v3h2zm-7 5a1 1 0 0 0-1 1v2h14v-2a1 1 0 0 0-1-1zm9-5v3h2v-3zm-6 0h-2v3h2zM12.546 16c-1.09 0-2.184.245-3.176.841c-.989.595-1.699 1.433-2.191 2.343C6.249 20.9 6 23.048 6 25.144v.088l.004.089l.008.088v.013l.002.044q.003.057.003.157c.002.136.001.325-.002.583q0 .173-.004.373v.002C6.006 26.988 6 27.474 6 28a3 3 0 0 0 3.5 2.958V39.5a2.5 2.5 0 0 0 4.982.298l.018-.148l.018.148A2.5 2.5 0 0 0 19.5 39.5v-8.542q.245.042.5.042a3 3 0 0 0 3-3c0-.525-.006-1.01-.011-1.418v-.004l-.004-.372a31 31 0 0 1 0-.74l.002-.044l.001-.013l.008-.088q.004-.045.004-.089v-.088c0-2.096-.25-4.243-1.179-5.96c-.492-.91-1.202-1.748-2.191-2.343c-.992-.596-2.085-.841-3.176-.841zm4.484 24a.5.5 0 0 0 .47-.5V23h2v5.866A1 1 0 0 0 21 28c0-.512-.006-.988-.01-1.397l-.002-.074l-.003-.302c-.005-.503-.004-.826.011-.995l.004-.044v-.044c0-1.996-.25-3.736-.937-5.008c-.354-.654-.833-1.201-1.464-1.58c-.631-.38-1.356-.556-2.145-.556h-3.908c-.789 0-1.514.176-2.145.555c-.63.38-1.11.927-1.463 1.58C8.249 21.409 8 23.149 8 25.144v.045l.004.044c.015.17.017.492.011.995q0 .176-.004.375C8.006 27.011 8 27.489 8 28a1 1 0 0 0 1.5.867V23h2v16.5a.5.5 0 0 0 .996.06l1.011-8.423a1 1 0 0 1 1.986 0l1.01 8.423a.5.5 0 0 0 .527.44" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-male-sex-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%22M14.5%2014a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204M27%2018a4%204%200%200%200%204%204h1v2h2v-2h1a4%204%200%200%200%200-8h-1v-4h1a2%202%200%200%201%202%202h2a4%204%200%200%200-4-4h-1V6h-2v2h-1a4%204%200%200%200%200%208h1v4h-1a2%202%200%200%201-2-2zm10%200a2%202%200%200%200-2-2h-1v4h1a2%202%200%200%200%202-2m-8-6a2%202%200%200%200%202%202h1v-4h-1a2%202%200%200%200-2%202m-5%2023c0-1.306.835-2.417%202-2.83V26h2v1h10v-1h2v6.17c1.165.413%202%201.524%202%202.83v7h-2v-3H26v3h-2zm10-6h-2v3h2zm-7%205a1%201%200%200%200-1%201v2h14v-2a1%201%200%200%200-1-1zm9-5v3h2v-3zm-6%200h-2v3h2zM12.546%2016c-1.09%200-2.184.245-3.176.841c-.989.595-1.699%201.433-2.191%202.343C6.249%2020.9%206%2023.048%206%2025.144v.088l.004.089l.008.088v.013l.002.044q.003.057.003.157c.002.136.001.325-.002.583q0%20.173-.004.373v.002C6.006%2026.988%206%2027.474%206%2028a3%203%200%200%200%203.5%202.958V39.5a2.5%202.5%200%200%200%204.982.298l.018-.148l.018.148A2.5%202.5%200%200%200%2019.5%2039.5v-8.542q.245.042.5.042a3%203%200%200%200%203-3c0-.525-.006-1.01-.011-1.418v-.004l-.004-.372a31%2031%200%200%201%200-.74l.002-.044l.001-.013l.008-.088q.004-.045.004-.089v-.088c0-2.096-.25-4.243-1.179-5.96c-.492-.91-1.202-1.748-2.191-2.343c-.992-.596-2.085-.841-3.176-.841zm4.484%2024a.5.5%200%200%200%20.47-.5V23h2v5.866A1%201%200%200%200%2021%2028c0-.512-.006-.988-.01-1.397l-.002-.074l-.003-.302c-.005-.503-.004-.826.011-.995l.004-.044v-.044c0-1.996-.25-3.736-.937-5.008c-.354-.654-.833-1.201-1.464-1.58c-.631-.38-1.356-.556-2.145-.556h-3.908c-.789%200-1.514.176-2.145.555c-.63.38-1.11.927-1.463%201.58C8.249%2021.409%208%2023.149%208%2025.144v.045l.004.044c.015.17.017.492.011.995q0%20.176-.004.375C8.006%2027.011%208%2027.489%208%2028a1%201%200%200%200%201.5.867V23h2v16.5a.5.5%200%200%200%20.996.06l1.011-8.423a1%201%200%200%201%201.986%200l1.01%208.423a.5.5%200%200%200%20.527.44%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%22M14.5%2014a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0-2a2%202%200%201%200%200-4a2%202%200%200%200%200%204M27%2018a4%204%200%200%200%204%204h1v2h2v-2h1a4%204%200%200%200%200-8h-1v-4h1a2%202%200%200%201%202%202h2a4%204%200%200%200-4-4h-1V6h-2v2h-1a4%204%200%200%200%200%208h1v4h-1a2%202%200%200%201-2-2zm10%200a2%202%200%200%200-2-2h-1v4h1a2%202%200%200%200%202-2m-8-6a2%202%200%200%200%202%202h1v-4h-1a2%202%200%200%200-2%202m-5%2023c0-1.306.835-2.417%202-2.83V26h2v1h10v-1h2v6.17c1.165.413%202%201.524%202%202.83v7h-2v-3H26v3h-2zm10-6h-2v3h2zm-7%205a1%201%200%200%200-1%201v2h14v-2a1%201%200%200%200-1-1zm9-5v3h2v-3zm-6%200h-2v3h2zM12.546%2016c-1.09%200-2.184.245-3.176.841c-.989.595-1.699%201.433-2.191%202.343C6.249%2020.9%206%2023.048%206%2025.144v.088l.004.089l.008.088v.013l.002.044q.003.057.003.157c.002.136.001.325-.002.583q0%20.173-.004.373v.002C6.006%2026.988%206%2027.474%206%2028a3%203%200%200%200%203.5%202.958V39.5a2.5%202.5%200%200%200%204.982.298l.018-.148l.018.148A2.5%202.5%200%200%200%2019.5%2039.5v-8.542q.245.042.5.042a3%203%200%200%200%203-3c0-.525-.006-1.01-.011-1.418v-.004l-.004-.372a31%2031%200%200%201%200-.74l.002-.044l.001-.013l.008-.088q.004-.045.004-.089v-.088c0-2.096-.25-4.243-1.179-5.96c-.492-.91-1.202-1.748-2.191-2.343c-.992-.596-2.085-.841-3.176-.841zm4.484%2024a.5.5%200%200%200%20.47-.5V23h2v5.866A1%201%200%200%200%2021%2028c0-.512-.006-.988-.01-1.397l-.002-.074l-.003-.302c-.005-.503-.004-.826.011-.995l.004-.044v-.044c0-1.996-.25-3.736-.937-5.008c-.354-.654-.833-1.201-1.464-1.58c-.631-.38-1.356-.556-2.145-.556h-3.908c-.789%200-1.514.176-2.145.555c-.63.38-1.11.927-1.463%201.58C8.249%2021.409%208%2023.149%208%2025.144v.045l.004.044c.015.17.017.492.011.995q0%20.176-.004.375C8.006%2027.011%208%2027.489%208%2028a1%201%200%200%200%201.5.867V23h2v16.5a.5.5%200%200%200%20.996.06l1.011-8.423a1%201%200%200%201%201.986%200l1.01%208.423a.5.5%200%200%200%20.527.44%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/male-sex-worker-outline.svg?color=%231a73e8&size=48