male from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
male
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
male2x-outline

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the male 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="M30.5 7a1 1 0 0 1 1-1H42v10.5a1 1 0 1 1-2 0V9.414l-8.564 8.564A14.44 14.44 0 0 1 35 27.5C35 35.508 28.508 42 20.5 42S6 35.508 6 27.5S12.492 13 20.5 13c3.644 0 6.974 1.344 9.522 3.564L38.586 8H31.5a1 1 0 0 1-1-1m-10 33C27.404 40 33 34.404 33 27.5S27.404 15 20.5 15S8 20.596 8 27.5S13.596 40 20.5 40" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMale(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="M30.5 7a1 1 0 0 1 1-1H42v10.5a1 1 0 1 1-2 0V9.414l-8.564 8.564A14.44 14.44 0 0 1 35 27.5C35 35.508 28.508 42 20.5 42S6 35.508 6 27.5S12.492 13 20.5 13c3.644 0 6.974 1.344 9.522 3.564L38.586 8H31.5a1 1 0 0 1-1-1m-10 33C27.404 40 33 34.404 33 27.5S27.404 15 20.5 15S8 20.596 8 27.5S13.596 40 20.5 40" 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="M30.5 7a1 1 0 0 1 1-1H42v10.5a1 1 0 1 1-2 0V9.414l-8.564 8.564A14.44 14.44 0 0 1 35 27.5C35 35.508 28.508 42 20.5 42S6 35.508 6 27.5S12.492 13 20.5 13c3.644 0 6.974 1.344 9.522 3.564L38.586 8H31.5a1 1 0 0 1-1-1m-10 33C27.404 40 33 34.404 33 27.5S27.404 15 20.5 15S8 20.596 8 27.5S13.596 40 20.5 40" clip-rule="evenodd"/></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%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.5%207a1%201%200%200%201%201-1H42v10.5a1%201%200%201%201-2%200V9.414l-8.564%208.564A14.44%2014.44%200%200%201%2035%2027.5C35%2035.508%2028.508%2042%2020.5%2042S6%2035.508%206%2027.5S12.492%2013%2020.5%2013c3.644%200%206.974%201.344%209.522%203.564L38.586%208H31.5a1%201%200%200%201-1-1m-10%2033C27.404%2040%2033%2034.404%2033%2027.5S27.404%2015%2020.5%2015S8%2020.596%208%2027.5S13.596%2040%2020.5%2040%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%22M30.5%207a1%201%200%200%201%201-1H42v10.5a1%201%200%201%201-2%200V9.414l-8.564%208.564A14.44%2014.44%200%200%201%2035%2027.5C35%2035.508%2028.508%2042%2020.5%2042S6%2035.508%206%2027.5S12.492%2013%2020.5%2013c3.644%200%206.974%201.344%209.522%203.564L38.586%208H31.5a1%201%200%200%201-1-1m-10%2033C27.404%2040%2033%2034.404%2033%2027.5S27.404%2015%2020.5%2015S8%2020.596%208%2027.5S13.596%2040%2020.5%2040%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.svg?color=%231a73e8&size=48