female sign emoji
female-sign from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- female-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 female sign emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9f0cc4" d="M101.49 44.51c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.73 16.69-36.64 36.38c-.91 19.32 12.7 35.65 30.84 39.18v11.64H40.36c-2 0-3.63 1.63-3.63 3.63v7.26c0 2 1.63 3.63 3.63 3.63h15.78v12.85c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63v-12.85h15.78c2 0 3.63-1.63 3.63-3.63v-7.26c0-2-1.63-3.63-3.63-3.63H70.65V81.88c17.6-3.35 30.84-18.77 30.84-37.37m-61.22-.41c.19-16.02 12.77-22.66 23.13-22.45c12.77.26 23.09 9.27 22.86 22.86c-.22 12.61-10.25 22.86-22.86 22.86S40.1 58.25 40.27 44.1"/><path fill="#c71fff" d="M101.5 41.24c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.74 16.7-36.64 36.38C24.4 58.84 38 73.17 56.15 76.71v13.64H40.37c-2 0-3.63 1.63-3.63 3.63v6.26c0 2 1.71 3.15 3.7 3.15h15.78l-.07 13.33c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63l.07-13.33h15.78c2 0 3.56-1.16 3.56-3.15v-6.26c0-2-1.63-3.63-3.63-3.63H70.66V76.61c17.6-3.35 30.84-16.77 30.84-35.37m-61.23-.41c-.01-14.91 10-23.9 23.02-23.9c14.73 0 23.34 11.57 23.07 24.97c-.24 12.61-10.35 22.2-22.96 22.2s-23.12-9.12-23.13-23.27"/><path fill="#fff" d="M36.99 18.34c4.03-4.9 11.42-10.36 19.56-11.31c2.01-.26 4.01-.25 5.7.47c1.25.52 2.27 1.84 1.48 3.16c-.6 1.06-3.14 1.72-4.33 2.03c-4.19.85-7.65 1.91-10.44 3.5c-3.71 2.12-7.33 6.09-8.99 8.72c-3.16 4.99-5.16 8.63-7.42 6.78c-2.2-1.66.32-8.35 4.44-13.35m11.38 74.47c0-.74-.45-.99-3.13-.82c-2.23.08-4.83.41-5.5 1.24c-.67.91-.82 2.72-.89 4.86c0 1.57 0 2.97.74 2.97c1.04 0 1.04-2.55 1.79-3.95c1.49-2.65 6.99-3.31 6.99-4.3m10.27 16.44c-.82 0-1.09.46-.91 3.25c.09 2.32.27 4.25 1.18 4.95c1 .7 3.18.81 5.53.89c1.72 0 2.52.04 2.52-.73c0-1.08-1.51-.26-4.23-2.44c-2.71-2.17-3.09-5.92-4.09-5.92" opacity=".3"/></svg>
React
import type { SVGProps } from "react";
export function NotoFemaleSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9f0cc4" d="M101.49 44.51c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.73 16.69-36.64 36.38c-.91 19.32 12.7 35.65 30.84 39.18v11.64H40.36c-2 0-3.63 1.63-3.63 3.63v7.26c0 2 1.63 3.63 3.63 3.63h15.78v12.85c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63v-12.85h15.78c2 0 3.63-1.63 3.63-3.63v-7.26c0-2-1.63-3.63-3.63-3.63H70.65V81.88c17.6-3.35 30.84-18.77 30.84-37.37m-61.22-.41c.19-16.02 12.77-22.66 23.13-22.45c12.77.26 23.09 9.27 22.86 22.86c-.22 12.61-10.25 22.86-22.86 22.86S40.1 58.25 40.27 44.1"/><path fill="#c71fff" d="M101.5 41.24c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.74 16.7-36.64 36.38C24.4 58.84 38 73.17 56.15 76.71v13.64H40.37c-2 0-3.63 1.63-3.63 3.63v6.26c0 2 1.71 3.15 3.7 3.15h15.78l-.07 13.33c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63l.07-13.33h15.78c2 0 3.56-1.16 3.56-3.15v-6.26c0-2-1.63-3.63-3.63-3.63H70.66V76.61c17.6-3.35 30.84-16.77 30.84-35.37m-61.23-.41c-.01-14.91 10-23.9 23.02-23.9c14.73 0 23.34 11.57 23.07 24.97c-.24 12.61-10.35 22.2-22.96 22.2s-23.12-9.12-23.13-23.27"/><path fill="#fff" d="M36.99 18.34c4.03-4.9 11.42-10.36 19.56-11.31c2.01-.26 4.01-.25 5.7.47c1.25.52 2.27 1.84 1.48 3.16c-.6 1.06-3.14 1.72-4.33 2.03c-4.19.85-7.65 1.91-10.44 3.5c-3.71 2.12-7.33 6.09-8.99 8.72c-3.16 4.99-5.16 8.63-7.42 6.78c-2.2-1.66.32-8.35 4.44-13.35m11.38 74.47c0-.74-.45-.99-3.13-.82c-2.23.08-4.83.41-5.5 1.24c-.67.91-.82 2.72-.89 4.86c0 1.57 0 2.97.74 2.97c1.04 0 1.04-2.55 1.79-3.95c1.49-2.65 6.99-3.31 6.99-4.3m10.27 16.44c-.82 0-1.09.46-.91 3.25c.09 2.32.27 4.25 1.18 4.95c1 .7 3.18.81 5.53.89c1.72 0 2.52.04 2.52-.73c0-1.08-1.51-.26-4.23-2.44c-2.71-2.17-3.09-5.92-4.09-5.92" opacity=".3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9f0cc4" d="M101.49 44.51c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.73 16.69-36.64 36.38c-.91 19.32 12.7 35.65 30.84 39.18v11.64H40.36c-2 0-3.63 1.63-3.63 3.63v7.26c0 2 1.63 3.63 3.63 3.63h15.78v12.85c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63v-12.85h15.78c2 0 3.63-1.63 3.63-3.63v-7.26c0-2-1.63-3.63-3.63-3.63H70.65V81.88c17.6-3.35 30.84-18.77 30.84-37.37m-61.22-.41c.19-16.02 12.77-22.66 23.13-22.45c12.77.26 23.09 9.27 22.86 22.86c-.22 12.61-10.25 22.86-22.86 22.86S40.1 58.25 40.27 44.1"/><path fill="#c71fff" d="M101.5 41.24c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.74 16.7-36.64 36.38C24.4 58.84 38 73.17 56.15 76.71v13.64H40.37c-2 0-3.63 1.63-3.63 3.63v6.26c0 2 1.71 3.15 3.7 3.15h15.78l-.07 13.33c0 2 1.63 3.63 3.63 3.63h7.26c2 0 3.63-1.63 3.63-3.63l.07-13.33h15.78c2 0 3.56-1.16 3.56-3.15v-6.26c0-2-1.63-3.63-3.63-3.63H70.66V76.61c17.6-3.35 30.84-16.77 30.84-35.37m-61.23-.41c-.01-14.91 10-23.9 23.02-23.9c14.73 0 23.34 11.57 23.07 24.97c-.24 12.61-10.35 22.2-22.96 22.2s-23.12-9.12-23.13-23.27"/><path fill="#fff" d="M36.99 18.34c4.03-4.9 11.42-10.36 19.56-11.31c2.01-.26 4.01-.25 5.7.47c1.25.52 2.27 1.84 1.48 3.16c-.6 1.06-3.14 1.72-4.33 2.03c-4.19.85-7.65 1.91-10.44 3.5c-3.71 2.12-7.33 6.09-8.99 8.72c-3.16 4.99-5.16 8.63-7.42 6.78c-2.2-1.66.32-8.35 4.44-13.35m11.38 74.47c0-.74-.45-.99-3.13-.82c-2.23.08-4.83.41-5.5 1.24c-.67.91-.82 2.72-.89 4.86c0 1.57 0 2.97.74 2.97c1.04 0 1.04-2.55 1.79-3.95c1.49-2.65 6.99-3.31 6.99-4.3m10.27 16.44c-.82 0-1.09.46-.91 3.25c.09 2.32.27 4.25 1.18 4.95c1 .7 3.18.81 5.53.89c1.72 0 2.52.04 2.52-.73c0-1.08-1.51-.26-4.23-2.44c-2.71-2.17-3.09-5.92-4.09-5.92" opacity=".3"/></svg> </template>
CSS
.icon-female-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%239f0cc4%22%20d%3D%22M101.49%2044.51c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.73%2016.69-36.64%2036.38c-.91%2019.32%2012.7%2035.65%2030.84%2039.18v11.64H40.36c-2%200-3.63%201.63-3.63%203.63v7.26c0%202%201.63%203.63%203.63%203.63h15.78v12.85c0%202%201.63%203.63%203.63%203.63h7.26c2%200%203.63-1.63%203.63-3.63v-12.85h15.78c2%200%203.63-1.63%203.63-3.63v-7.26c0-2-1.63-3.63-3.63-3.63H70.65V81.88c17.6-3.35%2030.84-18.77%2030.84-37.37m-61.22-.41c.19-16.02%2012.77-22.66%2023.13-22.45c12.77.26%2023.09%209.27%2022.86%2022.86c-.22%2012.61-10.25%2022.86-22.86%2022.86S40.1%2058.25%2040.27%2044.1%22%2F%3E%3Cpath%20fill%3D%22%23c71fff%22%20d%3D%22M101.5%2041.24c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.74%2016.7-36.64%2036.38C24.4%2058.84%2038%2073.17%2056.15%2076.71v13.64H40.37c-2%200-3.63%201.63-3.63%203.63v6.26c0%202%201.71%203.15%203.7%203.15h15.78l-.07%2013.33c0%202%201.63%203.63%203.63%203.63h7.26c2%200%203.63-1.63%203.63-3.63l.07-13.33h15.78c2%200%203.56-1.16%203.56-3.15v-6.26c0-2-1.63-3.63-3.63-3.63H70.66V76.61c17.6-3.35%2030.84-16.77%2030.84-35.37m-61.23-.41c-.01-14.91%2010-23.9%2023.02-23.9c14.73%200%2023.34%2011.57%2023.07%2024.97c-.24%2012.61-10.35%2022.2-22.96%2022.2s-23.12-9.12-23.13-23.27%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.99%2018.34c4.03-4.9%2011.42-10.36%2019.56-11.31c2.01-.26%204.01-.25%205.7.47c1.25.52%202.27%201.84%201.48%203.16c-.6%201.06-3.14%201.72-4.33%202.03c-4.19.85-7.65%201.91-10.44%203.5c-3.71%202.12-7.33%206.09-8.99%208.72c-3.16%204.99-5.16%208.63-7.42%206.78c-2.2-1.66.32-8.35%204.44-13.35m11.38%2074.47c0-.74-.45-.99-3.13-.82c-2.23.08-4.83.41-5.5%201.24c-.67.91-.82%202.72-.89%204.86c0%201.57%200%202.97.74%202.97c1.04%200%201.04-2.55%201.79-3.95c1.49-2.65%206.99-3.31%206.99-4.3m10.27%2016.44c-.82%200-1.09.46-.91%203.25c.09%202.32.27%204.25%201.18%204.95c1%20.7%203.18.81%205.53.89c1.72%200%202.52.04%202.52-.73c0-1.08-1.51-.26-4.23-2.44c-2.71-2.17-3.09-5.92-4.09-5.92%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%239f0cc4%22%20d%3D%22M101.49%2044.51c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.73%2016.69-36.64%2036.38c-.91%2019.32%2012.7%2035.65%2030.84%2039.18v11.64H40.36c-2%200-3.63%201.63-3.63%203.63v7.26c0%202%201.63%203.63%203.63%203.63h15.78v12.85c0%202%201.63%203.63%203.63%203.63h7.26c2%200%203.63-1.63%203.63-3.63v-12.85h15.78c2%200%203.63-1.63%203.63-3.63v-7.26c0-2-1.63-3.63-3.63-3.63H70.65V81.88c17.6-3.35%2030.84-18.77%2030.84-37.37m-61.22-.41c.19-16.02%2012.77-22.66%2023.13-22.45c12.77.26%2023.09%209.27%2022.86%2022.86c-.22%2012.61-10.25%2022.86-22.86%2022.86S40.1%2058.25%2040.27%2044.1%22%2F%3E%3Cpath%20fill%3D%22%23c71fff%22%20d%3D%22M101.5%2041.24c0-21.5-17.87-38.91-39.55-38.1c-19.68.82-35.74%2016.7-36.64%2036.38C24.4%2058.84%2038%2073.17%2056.15%2076.71v13.64H40.37c-2%200-3.63%201.63-3.63%203.63v6.26c0%202%201.71%203.15%203.7%203.15h15.78l-.07%2013.33c0%202%201.63%203.63%203.63%203.63h7.26c2%200%203.63-1.63%203.63-3.63l.07-13.33h15.78c2%200%203.56-1.16%203.56-3.15v-6.26c0-2-1.63-3.63-3.63-3.63H70.66V76.61c17.6-3.35%2030.84-16.77%2030.84-35.37m-61.23-.41c-.01-14.91%2010-23.9%2023.02-23.9c14.73%200%2023.34%2011.57%2023.07%2024.97c-.24%2012.61-10.35%2022.2-22.96%2022.2s-23.12-9.12-23.13-23.27%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36.99%2018.34c4.03-4.9%2011.42-10.36%2019.56-11.31c2.01-.26%204.01-.25%205.7.47c1.25.52%202.27%201.84%201.48%203.16c-.6%201.06-3.14%201.72-4.33%202.03c-4.19.85-7.65%201.91-10.44%203.5c-3.71%202.12-7.33%206.09-8.99%208.72c-3.16%204.99-5.16%208.63-7.42%206.78c-2.2-1.66.32-8.35%204.44-13.35m11.38%2074.47c0-.74-.45-.99-3.13-.82c-2.23.08-4.83.41-5.5%201.24c-.67.91-.82%202.72-.89%204.86c0%201.57%200%202.97.74%202.97c1.04%200%201.04-2.55%201.79-3.95c1.49-2.65%206.99-3.31%206.99-4.3m10.27%2016.44c-.82%200-1.09.46-.91%203.25c.09%202.32.27%204.25%201.18%204.95c1%20.7%203.18.81%205.53.89c1.72%200%202.52.04%202.52-.73c0-1.08-1.51-.26-4.23-2.44c-2.71-2.17-3.09-5.92-4.09-5.92%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/female-sign.svg?color=%231a73e8&size=48