man woman icon

man-woman from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
man-woman
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the man woman icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M19.5 20v-3.5c1.086 0 1.7 0 1.919-.474s-.024-1.123-.51-2.42l-1.241-3.317C19.258 9.193 18.418 8.5 17.5 8.5s-1.757.693-2.168 1.789l-1.242 3.317c-.485 1.297-.728 1.946-.509 2.42c.22.474.832.474 1.918.474V20c0 .943 0 1.414.293 1.707S16.557 22 17.5 22c.942 0 1.414 0 1.707-.293s.293-.764.293-1.707Z"/><path stroke-linecap="round" d="M8.5 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m11 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10.5 12.5c0-1.886 0-2.828-.586-3.414S8.386 8.5 6.5 8.5s-2.828 0-3.414.586S2.5 10.614 2.5 12.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293V20c0 .943 0 1.414.293 1.707S5.557 22 6.5 22s1.414 0 1.707-.293S8.5 20.943 8.5 20v-3.5c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsManWoman(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.5 20v-3.5c1.086 0 1.7 0 1.919-.474s-.024-1.123-.51-2.42l-1.241-3.317C19.258 9.193 18.418 8.5 17.5 8.5s-1.757.693-2.168 1.789l-1.242 3.317c-.485 1.297-.728 1.946-.509 2.42c.22.474.832.474 1.918.474V20c0 .943 0 1.414.293 1.707S16.557 22 17.5 22c.942 0 1.414 0 1.707-.293s.293-.764.293-1.707Z"/><path strokeLinecap="round" d="M8.5 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m11 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10.5 12.5c0-1.886 0-2.828-.586-3.414S8.386 8.5 6.5 8.5s-2.828 0-3.414.586S2.5 10.614 2.5 12.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293V20c0 .943 0 1.414.293 1.707S5.557 22 6.5 22s1.414 0 1.707-.293S8.5 20.943 8.5 20v-3.5c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M19.5 20v-3.5c1.086 0 1.7 0 1.919-.474s-.024-1.123-.51-2.42l-1.241-3.317C19.258 9.193 18.418 8.5 17.5 8.5s-1.757.693-2.168 1.789l-1.242 3.317c-.485 1.297-.728 1.946-.509 2.42c.22.474.832.474 1.918.474V20c0 .943 0 1.414.293 1.707S16.557 22 17.5 22c.942 0 1.414 0 1.707-.293s.293-.764.293-1.707Z"/><path stroke-linecap="round" d="M8.5 4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m11 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M10.5 12.5c0-1.886 0-2.828-.586-3.414S8.386 8.5 6.5 8.5s-2.828 0-3.414.586S2.5 10.614 2.5 12.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293V20c0 .943 0 1.414.293 1.707S5.557 22 6.5 22s1.414 0 1.707-.293S8.5 20.943 8.5 20v-3.5c.943 0 1.414 0 1.707-.293s.293-.764.293-1.707z"/></g></svg>
</template>

CSS

.icon-man-woman {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.5%2020v-3.5c1.086%200%201.7%200%201.919-.474s-.024-1.123-.51-2.42l-1.241-3.317C19.258%209.193%2018.418%208.5%2017.5%208.5s-1.757.693-2.168%201.789l-1.242%203.317c-.485%201.297-.728%201.946-.509%202.42c.22.474.832.474%201.918.474V20c0%20.943%200%201.414.293%201.707S16.557%2022%2017.5%2022c.942%200%201.414%200%201.707-.293s.293-.764.293-1.707Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m11%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M10.5%2012.5c0-1.886%200-2.828-.586-3.414S8.386%208.5%206.5%208.5s-2.828%200-3.414.586S2.5%2010.614%202.5%2012.5v2c0%20.943%200%201.414.293%201.707s.764.293%201.707.293V20c0%20.943%200%201.414.293%201.707S5.557%2022%206.5%2022s1.414%200%201.707-.293S8.5%2020.943%208.5%2020v-3.5c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.5%2020v-3.5c1.086%200%201.7%200%201.919-.474s-.024-1.123-.51-2.42l-1.241-3.317C19.258%209.193%2018.418%208.5%2017.5%208.5s-1.757.693-2.168%201.789l-1.242%203.317c-.485%201.297-.728%201.946-.509%202.42c.22.474.832.474%201.918.474V20c0%20.943%200%201.414.293%201.707S16.557%2022%2017.5%2022c.942%200%201.414%200%201.707-.293s.293-.764.293-1.707Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%204a2%202%200%201%201-4%200a2%202%200%200%201%204%200m11%200a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M10.5%2012.5c0-1.886%200-2.828-.586-3.414S8.386%208.5%206.5%208.5s-2.828%200-3.414.586S2.5%2010.614%202.5%2012.5v2c0%20.943%200%201.414.293%201.707s.764.293%201.707.293V20c0%20.943%200%201.414.293%201.707S5.557%2022%206.5%2022s1.414%200%201.707-.293S8.5%2020.943%208.5%2020v-3.5c.943%200%201.414%200%201.707-.293s.293-.764.293-1.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/man-woman.svg?color=%231a73e8&size=48