male from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
male
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the male icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M4.364 14.636a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.071 7.071m7.728-9.142l2.553-2.553h-1.517a1 1 0 0 1 0-2h4a.997.997 0 0 1 1 1v4a1 1 0 1 1-2 0V4.286l-2.622 2.622A7.002 7.002 0 0 1 2.95 16.05a7 7 0 0 1 9.142-10.556"/></svg>

React

import type { SVGProps } from "react";

export function JamMale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M4.364 14.636a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.071 7.071m7.728-9.142l2.553-2.553h-1.517a1 1 0 0 1 0-2h4a.997.997 0 0 1 1 1v4a1 1 0 1 1-2 0V4.286l-2.622 2.622A7.002 7.002 0 0 1 2.95 16.05a7 7 0 0 1 9.142-10.556"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="M4.364 14.636a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.071 7.071m7.728-9.142l2.553-2.553h-1.517a1 1 0 0 1 0-2h4a.997.997 0 0 1 1 1v4a1 1 0 1 1-2 0V4.286l-2.622 2.622A7.002 7.002 0 0 1 2.95 16.05a7 7 0 0 1 9.142-10.556"/></svg>
</template>

CSS

.icon-male {
  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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.364%2014.636a5%205%200%201%200%207.071-7.071a5%205%200%200%200-7.071%207.071m7.728-9.142l2.553-2.553h-1.517a1%201%200%200%201%200-2h4a.997.997%200%200%201%201%201v4a1%201%200%201%201-2%200V4.286l-2.622%202.622A7.002%207.002%200%200%201%202.95%2016.05a7%207%200%200%201%209.142-10.556%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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.364%2014.636a5%205%200%201%200%207.071-7.071a5%205%200%200%200-7.071%207.071m7.728-9.142l2.553-2.553h-1.517a1%201%200%200%201%200-2h4a.997.997%200%200%201%201%201v4a1%201%200%201%201-2%200V4.286l-2.622%202.622A7.002%207.002%200%200%201%202.95%2016.05a7%207%200%200%201%209.142-10.556%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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