Skip to content

Instantly share code, notes, and snippets.

@rmnscnce
Created May 29, 2023 08:04
Show Gist options
  • Save rmnscnce/7c2928954b744cbd4691d943e9166ddd to your computer and use it in GitHub Desktop.
Save rmnscnce/7c2928954b744cbd4691d943e9166ddd to your computer and use it in GitHub Desktop.
Google's dummy "default user" icon
Display the source blob
Display the rendered blob
Raw
<svg fill="currentColor" width="1024px" height="1024px" viewBox="0 0 24 24" xmlns="https://www.w3.org/2000/svg">
<path
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6.36 14.83c-1.43-1.74-4.9-2.33-6.36-2.33s-4.93.59-6.36 2.33C4.62 15.49 4 13.82 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.82-.62 3.49-1.64 4.83zM12 6c-1.94 0-3.5 1.56-3.5 3.5S10.06 13 12 13s3.5-1.56 3.5-3.5S13.94 6 12 6z">
</path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment