123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2;">
- <rect id="male_female_symbol" x="0" y="0" width="32" height="32" style="fill:none;"/>
- <clipPath id="_clip1">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g clip-path="url(#_clip1)">
- <g id="outline">
- <rect x="9" y="9" width="10" height="8"/>
- <path d="M7,13c0,-3.863 3.137,-7 7,-7c1.275,0 2.47,0.341 3.5,0.938l0,-4.938l8.5,0l0,10.5l-3,0l0,-3.379l-2.202,2.203c0.132,0.537 0.202,1.098 0.202,1.676l0,2c0,2.945 -1.822,5.467 -4.399,6.5l2.399,0l0,5l-3.5,0l0,3.5l-3,0l0,-3.5l-3.5,0l0,-5l2.399,0c-2.577,-1.033 -4.399,-3.555 -4.399,-6.5l0,-2Zm10.874,1c-0.445,-1.724 -2.012,-3 -3.874,-3c-1.862,0 -3.429,1.276 -3.874,3c0.445,1.724 2.012,3 3.874,3c1.862,0 3.429,-1.276 3.874,-3Zm1.005,-7l-1.274,0c0.262,0.158 0.513,0.332 0.751,0.522l0.523,-0.522Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M15.5,30l-3,0l0,-2l1,-1.5l-4.5,0l0,-3l3.5,0l0,-1.661c-3.144,-0.688 -5.5,-3.49 -5.5,-6.839c0,-3.863 3.137,-7 7,-7c1.646,0 3.161,0.57 4.356,1.522l2.523,-2.522l-3.379,0l0,-2l1,-1l6.5,0l1,6.5l0,2l-3,0l0,-2l1,-2.379l-3.742,3.742c0.182,0.362 0.334,0.742 0.452,1.137l0.29,0l0,2c0,3.349 -2.356,6.151 -5.5,6.839l0,1.661l3.5,0l0,3l-4.5,0l1,1.5l0,2Zm-1.5,-19c2.208,0 4,1.792 4,4c0,2.208 -1.792,4 -4,4c-2.208,0 -4,-1.792 -4,-4c0,-2.208 1.792,-4 4,-4Z" style="fill:#747474;"/>
- <rect x="7" y="13" width="3" height="2" style="fill:#747474;"/>
- <circle cx="14" cy="13" r="5.5" style="fill:none;stroke:#fff;stroke-width:3px;"/>
- <path d="M23.5,4.5l-5,5" style="fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:butt;"/>
- <path d="M26,10.5l-3,0l0,-5.5l-5.5,0l0,-3l8.5,0l0,8.5Z" style="fill:#fff;"/>
- <path d="M14,17.911l0,10.089" style="fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:butt;"/>
- <path d="M19,23l-10,0" style="fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:butt;"/>
- </g>
- </g>
- </svg>
|