-
-
Save myfonj/50af02f9e894b94da53c579271d1235e to your computer and use it in GitHub Desktop.
RE: How do I add this emoji to the middle of the SVG? 👤
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke-linecap="square" stroke-miterlimit="10" viewBox="0 0 128 128"> | |
<clipPath id="a"> | |
<path d="M0 0h128v128H0V0z"/> | |
</clipPath> | |
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle" fill="black" font-size="80">👤</text> | |
<g clip-path="url(#a)"> | |
<path d="M0 0h128v128H0z"/> | |
<path fill="#f1c232" fill-rule="evenodd" d="m2.3 52 24.566-23.433v15.622L18.677 52l8.19 7.811v15.622z"/> | |
<path stroke="#000" stroke-linecap="butt" stroke-linejoin="round" stroke-width="4" d="m2.3 52 24.566-23.433v15.622L18.677 52l8.19 7.811v15.622z"/> | |
<path fill="#f1c232" fill-rule="evenodd" d="m125.7 52-24.535-23.433v15.622L109.344 52l-8.179 7.811v15.622z"/> | |
<path stroke="#000" stroke-linecap="butt" stroke-linejoin="round" stroke-width="4" d="m125.7 52-24.535-23.433v15.622L109.344 52l-8.179 7.811v15.622z"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment