male sign emoji
male-sign from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- male-sign
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the male sign emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.839" cy="42.035" r="11.87" fill="#fff"/><path fill="#9b9b9a" d="m40.094 33.096l.944-.943l7.513-7.513l1.35-1.343v12.725l4.95-4.95V14.808H38.588l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.256-5.257 5.796-13.444 1.62-19.302M20.766 48.893c-3.905-3.905-3.905-10.237 0-14.142s10.237-3.905 14.142 0s3.906 10.237 0 14.142s-10.237 3.905-14.142 0"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M54.738 14.921H38.475l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.257-5.257 5.796-13.444 1.62-19.302l.943-.944l7.513-7.512l1.35-1.343v12.724l4.95-4.95z"/><circle cx="27.755" cy="41.904" r="10"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMaleSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.839" cy="42.035" r="11.87" fill="#fff"/><path fill="#9b9b9a" d="m40.094 33.096l.944-.943l7.513-7.513l1.35-1.343v12.725l4.95-4.95V14.808H38.588l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.256-5.257 5.796-13.444 1.62-19.302M20.766 48.893c-3.905-3.905-3.905-10.237 0-14.142s10.237-3.905 14.142 0s3.906 10.237 0 14.142s-10.237 3.905-14.142 0"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M54.738 14.921H38.475l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.257-5.257 5.796-13.444 1.62-19.302l.943-.944l7.513-7.512l1.35-1.343v12.724l4.95-4.95z"/><circle cx="27.755" cy="41.904" r="10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.839" cy="42.035" r="11.87" fill="#fff"/><path fill="#9b9b9a" d="m40.094 33.096l.944-.943l7.513-7.513l1.35-1.343v12.725l4.95-4.95V14.808H38.588l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.256-5.257 5.796-13.444 1.62-19.302M20.766 48.893c-3.905-3.905-3.905-10.237 0-14.142s10.237-3.905 14.142 0s3.906 10.237 0 14.142s-10.237 3.905-14.142 0"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M54.738 14.921H38.475l-4.95 4.95h12.728l-.084.084l-.47.47l-8.427 8.427l-.824.824c-5.858-4.175-14.043-3.634-19.299 1.621c-5.858 5.858-5.858 15.356 0 21.214s15.355 5.857 21.213 0c5.257-5.257 5.796-13.444 1.62-19.302l.943-.944l7.513-7.512l1.35-1.343v12.724l4.95-4.95z"/><circle cx="27.755" cy="41.904" r="10"/></g></svg> </template>
CSS
.icon-male-sign {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2227.839%22%20cy%3D%2242.035%22%20r%3D%2211.87%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m40.094%2033.096l.944-.943l7.513-7.513l1.35-1.343v12.725l4.95-4.95V14.808H38.588l-4.95%204.95h12.728l-.084.084l-.47.47l-8.427%208.427l-.824.824c-5.858-4.175-14.043-3.634-19.299%201.621c-5.858%205.858-5.858%2015.356%200%2021.214s15.355%205.857%2021.213%200c5.256-5.257%205.796-13.444%201.62-19.302M20.766%2048.893c-3.905-3.905-3.905-10.237%200-14.142s10.237-3.905%2014.142%200s3.906%2010.237%200%2014.142s-10.237%203.905-14.142%200%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M54.738%2014.921H38.475l-4.95%204.95h12.728l-.084.084l-.47.47l-8.427%208.427l-.824.824c-5.858-4.175-14.043-3.634-19.299%201.621c-5.858%205.858-5.858%2015.356%200%2021.214s15.355%205.857%2021.213%200c5.257-5.257%205.796-13.444%201.62-19.302l.943-.944l7.513-7.512l1.35-1.343v12.724l4.95-4.95z%22%2F%3E%3Ccircle%20cx%3D%2227.755%22%20cy%3D%2241.904%22%20r%3D%2210%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%2072%2072%22%3E%3Ccircle%20cx%3D%2227.839%22%20cy%3D%2242.035%22%20r%3D%2211.87%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m40.094%2033.096l.944-.943l7.513-7.513l1.35-1.343v12.725l4.95-4.95V14.808H38.588l-4.95%204.95h12.728l-.084.084l-.47.47l-8.427%208.427l-.824.824c-5.858-4.175-14.043-3.634-19.299%201.621c-5.858%205.858-5.858%2015.356%200%2021.214s15.355%205.857%2021.213%200c5.256-5.257%205.796-13.444%201.62-19.302M20.766%2048.893c-3.905-3.905-3.905-10.237%200-14.142s10.237-3.905%2014.142%200s3.906%2010.237%200%2014.142s-10.237%203.905-14.142%200%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M54.738%2014.921H38.475l-4.95%204.95h12.728l-.084.084l-.47.47l-8.427%208.427l-.824.824c-5.858-4.175-14.043-3.634-19.299%201.621c-5.858%205.858-5.858%2015.356%200%2021.214s15.355%205.857%2021.213%200c5.257-5.257%205.796-13.444%201.62-19.302l.943-.944l7.513-7.512l1.35-1.343v12.724l4.95-4.95z%22%2F%3E%3Ccircle%20cx%3D%2227.755%22%20cy%3D%2241.904%22%20r%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/male-sign.svg?color=%231a73e8&size=48