male icon
male-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- male-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.75 3.75a1 1 0 1 0 0 2h3.106l-2.924 2.965A7.001 7.001 0 0 0 4.734 19.23a7 7 0 0 0 10.599-9.085l2.917-2.96V9.75a1 1 0 1 0 2 0v-6zM6.148 17.815a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.07 7.07" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMale24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13.75 3.75a1 1 0 1 0 0 2h3.106l-2.924 2.965A7.001 7.001 0 0 0 4.734 19.23a7 7 0 0 0 10.599-9.085l2.917-2.96V9.75a1 1 0 1 0 2 0v-6zM6.148 17.815a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.07 7.07" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.75 3.75a1 1 0 1 0 0 2h3.106l-2.924 2.965A7.001 7.001 0 0 0 4.734 19.23a7 7 0 0 0 10.599-9.085l2.917-2.96V9.75a1 1 0 1 0 2 0v-6zM6.148 17.815a5 5 0 1 0 7.071-7.071a5 5 0 0 0-7.07 7.07" clip-rule="evenodd"/></svg> </template>
CSS
.icon-male-24px {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.75%203.75a1%201%200%201%200%200%202h3.106l-2.924%202.965A7.001%207.001%200%200%200%204.734%2019.23a7%207%200%200%200%2010.599-9.085l2.917-2.96V9.75a1%201%200%201%200%202%200v-6zM6.148%2017.815a5%205%200%201%200%207.071-7.071a5%205%200%200%200-7.07%207.07%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.75%203.75a1%201%200%201%200%200%202h3.106l-2.924%202.965A7.001%207.001%200%200%200%204.734%2019.23a7%207%200%200%200%2010.599-9.085l2.917-2.96V9.75a1%201%200%201%200%202%200v-6zM6.148%2017.815a5%205%200%201%200%207.071-7.071a5%205%200%200%200-7.07%207.07%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-24px.svg?color=%231a73e8&size=48