male sign emoji
male-sign from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- male-sign
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto Emoji
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 128 128"><path fill="#00796b" d="M106.7 6.9H76.53c-2.23 0-4.06 1.83-4.06 4.06v8.13c0 2.23 1.83 4.06 4.06 4.06h16.26c.91 0 1.32 1.12.71 1.73L71.25 46.03c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.36-14.83 41.85.3 58c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 16.45-37.48 5.18-54.03l22.25-21.15c.61-.61 1.73-.2 1.73.71v16.26c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V10.96c0-2.23-1.83-4.06-4.06-4.06zM65.46 99.45c-9.95 9.95-26.2 9.95-36.26 0s-9.95-26.2 0-36.16s26.2-9.95 36.26 0s9.95 26.21 0 36.16"/><linearGradient id="SVGZAvSWY8p" x1="63.803" x2="63.803" y1="-1538.156" y2="-1653.779" gradientTransform="matrix(1 0 0 -1 0 -1534)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00bfa5"/><stop offset=".705" stop-color="#00b29a"/><stop offset="1" stop-color="#00ab94"/></linearGradient><path fill="url(#SVGZAvSWY8p)" d="M106.71 3.87H76.54c-2.23 0-4.06 1.83-4.06 4.06v7.09c0 2.23 1.83 4.06 4.06 4.06H92.8c.91 0 2.27 1.28.71 2.76L71.26 43c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.35-14.83 40.81.3 56.96c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 15.58-37.54 4.31-54.1l22.49-21.24c1.35-1.2 2.56.62 2.36 1.9v15.22c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V7.94c0-2.23-1.83-4.06-4.06-4.06c.1-.01-12.09-.01-12.09-.01M65.47 96.43c-9.95 9.95-26.2 9.95-36.26 0s-9.95-27.24 0-37.19s26.2-9.95 36.26 0s9.95 27.23 0 37.19"/><path fill="#fff" d="M86.19 7.33c0-.91-.61-1.22-4.27-1.02c-3.05.1-4.47.51-5.38 1.52s-1.12 3.35-1.22 5.99c0 1.93 0 3.66 1.02 3.66c1.42 0 1.42-3.15 2.44-4.88c2.03-3.34 7.41-4.05 7.41-5.27m22.91 33.26c-.91 0-1.22.61-1.02 4.27c.1 3.05.51 4.47 1.52 5.38s3.35 1.12 5.99 1.22c1.93 0 3.66 0 3.66-1.02c0-1.42-3.15-1.42-4.88-2.44c-3.34-2.02-4.05-7.41-5.27-7.41M17.07 53.61c3.82-5.8 11.93-11.96 20.77-13.45c2.19-.4 4.37-.5 6.26.2c1.39.5 2.58 1.89 1.79 3.38c-.6 1.19-4.23 1.07-5.53 1.46c-4.54 1.16-8.26 2.51-11.22 4.41c-3.94 2.53-7.68 7.07-9.36 10.04c-3.19 5.63-4.27 10.71-6.85 8.82c-2.48-1.7.32-9.05 4.14-14.86" opacity=".3"/></svg>
React
import type { SVGProps } from "react";
export function NotoMaleSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00796b" d="M106.7 6.9H76.53c-2.23 0-4.06 1.83-4.06 4.06v8.13c0 2.23 1.83 4.06 4.06 4.06h16.26c.91 0 1.32 1.12.71 1.73L71.25 46.03c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.36-14.83 41.85.3 58c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 16.45-37.48 5.18-54.03l22.25-21.15c.61-.61 1.73-.2 1.73.71v16.26c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V10.96c0-2.23-1.83-4.06-4.06-4.06zM65.46 99.45c-9.95 9.95-26.2 9.95-36.26 0s-9.95-26.2 0-36.16s26.2-9.95 36.26 0s9.95 26.21 0 36.16"/><linearGradient id="SVGZAvSWY8p" x1="63.803" x2="63.803" y1="-1538.156" y2="-1653.779" gradientTransform="matrix(1 0 0 -1 0 -1534)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#00bfa5"/><stop offset=".705" stopColor="#00b29a"/><stop offset="1" stopColor="#00ab94"/></linearGradient><path fill="url(#SVGZAvSWY8p)" d="M106.71 3.87H76.54c-2.23 0-4.06 1.83-4.06 4.06v7.09c0 2.23 1.83 4.06 4.06 4.06H92.8c.91 0 2.27 1.28.71 2.76L71.26 43c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.35-14.83 40.81.3 56.96c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 15.58-37.54 4.31-54.1l22.49-21.24c1.35-1.2 2.56.62 2.36 1.9v15.22c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V7.94c0-2.23-1.83-4.06-4.06-4.06c.1-.01-12.09-.01-12.09-.01M65.47 96.43c-9.95 9.95-26.2 9.95-36.26 0s-9.95-27.24 0-37.19s26.2-9.95 36.26 0s9.95 27.23 0 37.19"/><path fill="#fff" d="M86.19 7.33c0-.91-.61-1.22-4.27-1.02c-3.05.1-4.47.51-5.38 1.52s-1.12 3.35-1.22 5.99c0 1.93 0 3.66 1.02 3.66c1.42 0 1.42-3.15 2.44-4.88c2.03-3.34 7.41-4.05 7.41-5.27m22.91 33.26c-.91 0-1.22.61-1.02 4.27c.1 3.05.51 4.47 1.52 5.38s3.35 1.12 5.99 1.22c1.93 0 3.66 0 3.66-1.02c0-1.42-3.15-1.42-4.88-2.44c-3.34-2.02-4.05-7.41-5.27-7.41M17.07 53.61c3.82-5.8 11.93-11.96 20.77-13.45c2.19-.4 4.37-.5 6.26.2c1.39.5 2.58 1.89 1.79 3.38c-.6 1.19-4.23 1.07-5.53 1.46c-4.54 1.16-8.26 2.51-11.22 4.41c-3.94 2.53-7.68 7.07-9.36 10.04c-3.19 5.63-4.27 10.71-6.85 8.82c-2.48-1.7.32-9.05 4.14-14.86" opacity=".3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#00796b" d="M106.7 6.9H76.53c-2.23 0-4.06 1.83-4.06 4.06v8.13c0 2.23 1.83 4.06 4.06 4.06h16.26c.91 0 1.32 1.12.71 1.73L71.25 46.03c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.36-14.83 41.85.3 58c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 16.45-37.48 5.18-54.03l22.25-21.15c.61-.61 1.73-.2 1.73.71v16.26c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V10.96c0-2.23-1.83-4.06-4.06-4.06zM65.46 99.45c-9.95 9.95-26.2 9.95-36.26 0s-9.95-26.2 0-36.16s26.2-9.95 36.26 0s9.95 26.21 0 36.16"/><linearGradient id="SVGZAvSWY8p" x1="63.803" x2="63.803" y1="-1538.156" y2="-1653.779" gradientTransform="matrix(1 0 0 -1 0 -1534)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00bfa5"/><stop offset=".705" stop-color="#00b29a"/><stop offset="1" stop-color="#00ab94"/></linearGradient><path fill="url(#SVGZAvSWY8p)" d="M106.71 3.87H76.54c-2.23 0-4.06 1.83-4.06 4.06v7.09c0 2.23 1.83 4.06 4.06 4.06H92.8c.91 0 2.27 1.28.71 2.76L71.26 43c-17.06-11.58-40.83-9.34-55.35 6.6c-15.03 16.35-14.83 40.81.3 56.96c16.56 17.57 44.28 17.88 61.24.91c14.73-14.73 15.58-37.54 4.31-54.1l22.49-21.24c1.35-1.2 2.56.62 2.36 1.9v15.22c0 2.23 1.83 4.06 4.06 4.06h8.13c2.23 0 4.06-1.83 4.06-4.06V7.94c0-2.23-1.83-4.06-4.06-4.06c.1-.01-12.09-.01-12.09-.01M65.47 96.43c-9.95 9.95-26.2 9.95-36.26 0s-9.95-27.24 0-37.19s26.2-9.95 36.26 0s9.95 27.23 0 37.19"/><path fill="#fff" d="M86.19 7.33c0-.91-.61-1.22-4.27-1.02c-3.05.1-4.47.51-5.38 1.52s-1.12 3.35-1.22 5.99c0 1.93 0 3.66 1.02 3.66c1.42 0 1.42-3.15 2.44-4.88c2.03-3.34 7.41-4.05 7.41-5.27m22.91 33.26c-.91 0-1.22.61-1.02 4.27c.1 3.05.51 4.47 1.52 5.38s3.35 1.12 5.99 1.22c1.93 0 3.66 0 3.66-1.02c0-1.42-3.15-1.42-4.88-2.44c-3.34-2.02-4.05-7.41-5.27-7.41M17.07 53.61c3.82-5.8 11.93-11.96 20.77-13.45c2.19-.4 4.37-.5 6.26.2c1.39.5 2.58 1.89 1.79 3.38c-.6 1.19-4.23 1.07-5.53 1.46c-4.54 1.16-8.26 2.51-11.22 4.41c-3.94 2.53-7.68 7.07-9.36 10.04c-3.19 5.63-4.27 10.71-6.85 8.82c-2.48-1.7.32-9.05 4.14-14.86" opacity=".3"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2300796b%22%20d%3D%22M106.7%206.9H76.53c-2.23%200-4.06%201.83-4.06%204.06v8.13c0%202.23%201.83%204.06%204.06%204.06h16.26c.91%200%201.32%201.12.71%201.73L71.25%2046.03c-17.06-11.58-40.83-9.34-55.35%206.6c-15.03%2016.36-14.83%2041.85.3%2058c16.56%2017.57%2044.28%2017.88%2061.24.91c14.73-14.73%2016.45-37.48%205.18-54.03l22.25-21.15c.61-.61%201.73-.2%201.73.71v16.26c0%202.23%201.83%204.06%204.06%204.06h8.13c2.23%200%204.06-1.83%204.06-4.06V10.96c0-2.23-1.83-4.06-4.06-4.06zM65.46%2099.45c-9.95%209.95-26.2%209.95-36.26%200s-9.95-26.2%200-36.16s26.2-9.95%2036.26%200s9.95%2026.21%200%2036.16%22%2F%3E%3ClinearGradient%20id%3D%22SVGZAvSWY8p%22%20x1%3D%2263.803%22%20x2%3D%2263.803%22%20y1%3D%22-1538.156%22%20y2%3D%22-1653.779%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1534)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bfa5%22%2F%3E%3Cstop%20offset%3D%22.705%22%20stop-color%3D%22%2300b29a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300ab94%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGZAvSWY8p)%22%20d%3D%22M106.71%203.87H76.54c-2.23%200-4.06%201.83-4.06%204.06v7.09c0%202.23%201.83%204.06%204.06%204.06H92.8c.91%200%202.27%201.28.71%202.76L71.26%2043c-17.06-11.58-40.83-9.34-55.35%206.6c-15.03%2016.35-14.83%2040.81.3%2056.96c16.56%2017.57%2044.28%2017.88%2061.24.91c14.73-14.73%2015.58-37.54%204.31-54.1l22.49-21.24c1.35-1.2%202.56.62%202.36%201.9v15.22c0%202.23%201.83%204.06%204.06%204.06h8.13c2.23%200%204.06-1.83%204.06-4.06V7.94c0-2.23-1.83-4.06-4.06-4.06c.1-.01-12.09-.01-12.09-.01M65.47%2096.43c-9.95%209.95-26.2%209.95-36.26%200s-9.95-27.24%200-37.19s26.2-9.95%2036.26%200s9.95%2027.23%200%2037.19%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M86.19%207.33c0-.91-.61-1.22-4.27-1.02c-3.05.1-4.47.51-5.38%201.52s-1.12%203.35-1.22%205.99c0%201.93%200%203.66%201.02%203.66c1.42%200%201.42-3.15%202.44-4.88c2.03-3.34%207.41-4.05%207.41-5.27m22.91%2033.26c-.91%200-1.22.61-1.02%204.27c.1%203.05.51%204.47%201.52%205.38s3.35%201.12%205.99%201.22c1.93%200%203.66%200%203.66-1.02c0-1.42-3.15-1.42-4.88-2.44c-3.34-2.02-4.05-7.41-5.27-7.41M17.07%2053.61c3.82-5.8%2011.93-11.96%2020.77-13.45c2.19-.4%204.37-.5%206.26.2c1.39.5%202.58%201.89%201.79%203.38c-.6%201.19-4.23%201.07-5.53%201.46c-4.54%201.16-8.26%202.51-11.22%204.41c-3.94%202.53-7.68%207.07-9.36%2010.04c-3.19%205.63-4.27%2010.71-6.85%208.82c-2.48-1.7.32-9.05%204.14-14.86%22%20opacity%3D%22.3%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2300796b%22%20d%3D%22M106.7%206.9H76.53c-2.23%200-4.06%201.83-4.06%204.06v8.13c0%202.23%201.83%204.06%204.06%204.06h16.26c.91%200%201.32%201.12.71%201.73L71.25%2046.03c-17.06-11.58-40.83-9.34-55.35%206.6c-15.03%2016.36-14.83%2041.85.3%2058c16.56%2017.57%2044.28%2017.88%2061.24.91c14.73-14.73%2016.45-37.48%205.18-54.03l22.25-21.15c.61-.61%201.73-.2%201.73.71v16.26c0%202.23%201.83%204.06%204.06%204.06h8.13c2.23%200%204.06-1.83%204.06-4.06V10.96c0-2.23-1.83-4.06-4.06-4.06zM65.46%2099.45c-9.95%209.95-26.2%209.95-36.26%200s-9.95-26.2%200-36.16s26.2-9.95%2036.26%200s9.95%2026.21%200%2036.16%22%2F%3E%3ClinearGradient%20id%3D%22SVGZAvSWY8p%22%20x1%3D%2263.803%22%20x2%3D%2263.803%22%20y1%3D%22-1538.156%22%20y2%3D%22-1653.779%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20-1534)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bfa5%22%2F%3E%3Cstop%20offset%3D%22.705%22%20stop-color%3D%22%2300b29a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300ab94%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGZAvSWY8p)%22%20d%3D%22M106.71%203.87H76.54c-2.23%200-4.06%201.83-4.06%204.06v7.09c0%202.23%201.83%204.06%204.06%204.06H92.8c.91%200%202.27%201.28.71%202.76L71.26%2043c-17.06-11.58-40.83-9.34-55.35%206.6c-15.03%2016.35-14.83%2040.81.3%2056.96c16.56%2017.57%2044.28%2017.88%2061.24.91c14.73-14.73%2015.58-37.54%204.31-54.1l22.49-21.24c1.35-1.2%202.56.62%202.36%201.9v15.22c0%202.23%201.83%204.06%204.06%204.06h8.13c2.23%200%204.06-1.83%204.06-4.06V7.94c0-2.23-1.83-4.06-4.06-4.06c.1-.01-12.09-.01-12.09-.01M65.47%2096.43c-9.95%209.95-26.2%209.95-36.26%200s-9.95-27.24%200-37.19s26.2-9.95%2036.26%200s9.95%2027.23%200%2037.19%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M86.19%207.33c0-.91-.61-1.22-4.27-1.02c-3.05.1-4.47.51-5.38%201.52s-1.12%203.35-1.22%205.99c0%201.93%200%203.66%201.02%203.66c1.42%200%201.42-3.15%202.44-4.88c2.03-3.34%207.41-4.05%207.41-5.27m22.91%2033.26c-.91%200-1.22.61-1.02%204.27c.1%203.05.51%204.47%201.52%205.38s3.35%201.12%205.99%201.22c1.93%200%203.66%200%203.66-1.02c0-1.42-3.15-1.42-4.88-2.44c-3.34-2.02-4.05-7.41-5.27-7.41M17.07%2053.61c3.82-5.8%2011.93-11.96%2020.77-13.45c2.19-.4%204.37-.5%206.26.2c1.39.5%202.58%201.89%201.79%203.38c-.6%201.19-4.23%201.07-5.53%201.46c-4.54%201.16-8.26%202.51-11.22%204.41c-3.94%202.53-7.68%207.07-9.36%2010.04c-3.19%205.63-4.27%2010.71-6.85%208.82c-2.48-1.7.32-9.05%204.14-14.86%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/male-sign.svg?color=%231a73e8&size=48