male icon
male from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- male
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- 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="0 0 1024 1024"><path fill="currentColor" d="M399.5 849.5a225 225 0 1 0 0-450a225 225 0 0 0 0 450m0 56.3a281.3 281.3 0 1 1 0-562.5a281.3 281.3 0 0 1 0 562.5m253.1-787.5h225q28.1 0 28.1 28t-28 28.2h-225q-28.2 0-28.2-28.1t28.1-28.2"/><path fill="currentColor" d="M877.6 118.3q28.1 0 28.1 28v225q0 28.2-28 28.2t-28.2-28.1v-225q0-28.2 28.1-28.2"/><path fill="currentColor" d="m604.8 458.9l-39.7-39.8l292.6-292.6l39.8 39.8z"/></svg>
React
import type { SVGProps } from "react";
export function EpMale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M399.5 849.5a225 225 0 1 0 0-450a225 225 0 0 0 0 450m0 56.3a281.3 281.3 0 1 1 0-562.5a281.3 281.3 0 0 1 0 562.5m253.1-787.5h225q28.1 0 28.1 28t-28 28.2h-225q-28.2 0-28.2-28.1t28.1-28.2"/><path fill="currentColor" d="M877.6 118.3q28.1 0 28.1 28v225q0 28.2-28 28.2t-28.2-28.1v-225q0-28.2 28.1-28.2"/><path fill="currentColor" d="m604.8 458.9l-39.7-39.8l292.6-292.6l39.8 39.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M399.5 849.5a225 225 0 1 0 0-450a225 225 0 0 0 0 450m0 56.3a281.3 281.3 0 1 1 0-562.5a281.3 281.3 0 0 1 0 562.5m253.1-787.5h225q28.1 0 28.1 28t-28 28.2h-225q-28.2 0-28.2-28.1t28.1-28.2"/><path fill="currentColor" d="M877.6 118.3q28.1 0 28.1 28v225q0 28.2-28 28.2t-28.2-28.1v-225q0-28.2 28.1-28.2"/><path fill="currentColor" d="m604.8 458.9l-39.7-39.8l292.6-292.6l39.8 39.8z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M399.5%20849.5a225%20225%200%201%200%200-450a225%20225%200%200%200%200%20450m0%2056.3a281.3%20281.3%200%201%201%200-562.5a281.3%20281.3%200%200%201%200%20562.5m253.1-787.5h225q28.1%200%2028.1%2028t-28%2028.2h-225q-28.2%200-28.2-28.1t28.1-28.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M877.6%20118.3q28.1%200%2028.1%2028v225q0%2028.2-28%2028.2t-28.2-28.1v-225q0-28.2%2028.1-28.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m604.8%20458.9l-39.7-39.8l292.6-292.6l39.8%2039.8z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M399.5%20849.5a225%20225%200%201%200%200-450a225%20225%200%200%200%200%20450m0%2056.3a281.3%20281.3%200%201%201%200-562.5a281.3%20281.3%200%200%201%200%20562.5m253.1-787.5h225q28.1%200%2028.1%2028t-28%2028.2h-225q-28.2%200-28.2-28.1t28.1-28.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M877.6%20118.3q28.1%200%2028.1%2028v225q0%2028.2-28%2028.2t-28.2-28.1v-225q0-28.2%2028.1-28.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m604.8%20458.9l-39.7-39.8l292.6-292.6l39.8%2039.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/male.svg?color=%231a73e8&size=48